precise_decimal 0.0.1 copy "precise_decimal: ^0.0.1" to clipboard
precise_decimal: ^0.0.1 copied to clipboard

Arbitrary-precision decimal arithmetic for Dart, built toward full General Decimal Arithmetic (GDA) compliance.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add precise_decimal

With Flutter:

 $ flutter pub add precise_decimal

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

dependencies:
  precise_decimal: ^0.0.1

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:precise_decimal/precise_decimal.dart';
1
likes
160
points
11
downloads

Documentation

API reference

Publisher

verified publisherphilippgerber.li

Weekly Downloads

Arbitrary-precision decimal arithmetic for Dart, built toward full General Decimal Arithmetic (GDA) compliance.

Repository (GitHub)
View/report issues

Topics

#decimal #arithmetic #finance #precision

License

MIT (license)

Dependencies

meta

More

Packages that depend on precise_decimal