Skip to content

Commit f8d4fc8

Browse files
committed
doc
1 parent 305e02e commit f8d4fc8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
contains free variables (variables not bound by the index). For example,
2626
`\sum_{n=1}^{10}(x)` now correctly evaluates to `10x` instead of `NaN`, and
2727
`\prod_{n=1}^{5}(x)` evaluates to `x^5`. Mixed expressions like
28-
`\sum_{n=1}^{10}(n \cdot x)` now return `55x`.
28+
`\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()`.
2931

3032
## 0.31.0 _2026-01-27_
3133

0 commit comments

Comments
 (0)