smart_math 1.0.0 copy "smart_math: ^1.0.0" to clipboard
smart_math: ^1.0.0 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 Dart:

 $ dart pub add smart_math

With Flutter:

 $ flutter pub add smart_math

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

dependencies:
  smart_math: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
points
12
downloads

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

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on smart_math