@jesperjunker/formula-ui
v0.0.3
Published
This library can read input strings like '(sin(x)^3+2)/5' and display the formula in pretty.
Downloads
32
Maintainers
Readme
Formula Ui
This library can read input strings like '(sin(x)^3+2)/5' and display the formula in pretty.
Supported operations
- Basic arithmetics (+-*/)
- Trigonometric functions (sin, cos, tan)
- Exponentiation ^
- Squareroot (sqrt)
Output of '(sin(x)^3+2)/5' looks like this:

