mate 0.0.2 copy "mate: ^0.0.2" to clipboard
mate: ^0.0.2 copied to clipboard

outdated

A simple and lightweight math library, that can parse and calculate string expressions.

0.0.2 - (26/10/2021) #

  • Resolved: #4 and #5

Now, parser can understand rational numbers and calculate it.

Example:

final String exp = "25,58 * 96 + 44,32";
final double? result = ExpressionParser.calculate(exp); // --> 2500

0.0.1 - (25/10/2021) #

Package Logo

The very first version of "Mate", that can calculate expressions written as string format.

Example:

final String exp = "-2 + 5 + 10 * 2";
final double? result = expressionParser.calculate(exp); // --> 23
3
likes
0
pub points
53%
popularity

Publisher

verified publishertheiskaa.com

A simple and lightweight math library, that can parse and calculate string expressions.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mate