math_evaluator 0.2.0 copy "math_evaluator: ^0.2.0" to clipboard
math_evaluator: ^0.2.0 copied to clipboard

outdatedDart 1 only

Parse and evaluate simple math expressions.

math_evaluator #

An interpreter for math expressions.

Note: This library is still in an early state, the test coverage is not perfect, the performance is not optimized and some features are still unimplemented.

Usage #

var result = evaluate("1+sin(π/2)");
print(result); // prints "2"
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Parse and evaluate simple math expressions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on math_evaluator