math_parser 1.2.0
math_parser: ^1.2.0 copied to clipboard
Process math expressions, convert them to machine-readable form, and calculate them.
1.2.0 #
- Fix README
- Moved integrating features to a separate package library
math_parser_integrate
1.1.0 #
- Custom variables support.
MathFunctionX
deprecated.MathVariable
introduced.- You need to pass an instance of
MathVariableValues
instead of a num to thecalc()
function now
1.0.0 #
- Initial version.