jiggzson / nerdamer

a symbolic math expression evaluator for javascript
http://www.nerdamer.com
MIT License
514 stars 82 forks source link

add defint to convertFromLaTeX #617

Closed phcreery closed 3 years ago

phcreery commented 3 years ago

Contribution to https://github.com/jiggzson/nerdamer/issues/426

Working Examples

\\int_{0}^{\\pi}(\\sin(x)),x \\int_{0}^{\\pi}(\\sin(x))\\mathrm{d}x \\int_{0}^{\\pi}(\\sin(x)),\\differentialD x

jiggzson commented 3 years ago

@phcreery, thanks for the PR!