We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305e02e commit f8d4fc8Copy full SHA for f8d4fc8
1 file changed
CHANGELOG.md
@@ -25,7 +25,9 @@
25
contains free variables (variables not bound by the index). For example,
26
`\sum_{n=1}^{10}(x)` now correctly evaluates to `10x` instead of `NaN`, and
27
`\prod_{n=1}^{5}(x)` evaluates to `x^5`. Mixed expressions like
28
- `\sum_{n=1}^{10}(n \cdot x)` now return `55x`.
+ `\sum_{n=1}^{10}(n \cdot x)` now return `55x`. Also fixed `toString()` for
29
+ `Sum` and `Product` expressions with non-trivial bodies (e.g., `Multiply`)
30
+ which were incorrectly displayed as `int()`.
31
32
## 0.31.0 _2026-01-27_
33
0 commit comments