Skip to content

Conversation

@exoRift
Copy link

@exoRift exoRift commented Nov 19, 2025

This PR fixes two issues:

subs + sum/prod

console.log(ce.parse('\\sum_{k=0}^{100}k').subs({}).evaluate().toJSON())

Previously, this would error and removing the .subs({}) would fix it.

Now it works.

LaTeX serialization of sum/prod functions

console.log(ce.parse('\\sum_{k=0}^{100}k').toLatex())

Previously, this would log \sum k.

Now, the bounds are properly included

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant