smart_math 1.0.2 copy "smart_math: ^1.0.2" to clipboard
smart_math: ^1.0.2 copied to clipboard

Smart Math is an advanced Dart mathematics library providing calculator engine, expression parser, scientific functions, finance calculators, unit conversions, fractions, complex numbers, statistics, [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_math

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  smart_math: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_math/smart_math.dart';
0
likes
145
points
9
downloads

Documentation

API reference

Publisher

verified publisherappifyhaven.website

Weekly Downloads

Smart Math is an advanced Dart mathematics library providing calculator engine, expression parser, scientific functions, finance calculators, unit conversions, fractions, complex numbers, statistics, and more.

Repository (GitHub)
View/report issues

Topics

#calculator #mathematics #parser #conversion #finance

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on smart_math