Commit 9cdb10a
fix: always wrap Big O fallback in O(...) for consistent output
When asymptotic_normal_form fails (e.g., variable^variable like
num_vars^num_vars), the fallback now wraps the raw expression in O(...)
instead of displaying it bare. This ensures consistent format for both
human and JSON output.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9748b85 commit 9cdb10a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments