denary 1.2.1 copy "denary: ^1.2.1" to clipboard
denary: ^1.2.1 copied to clipboard

Decimal numbers with a fixed point and no loss of precision. Two independent families - one on BigInt with no bounds on magnitude, one on int for speed.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add denary

With Flutter:

 $ flutter pub add denary

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

dependencies:
  denary: ^1.2.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:denary/denary.dart';
0
likes
160
points
148
downloads

Documentation

API reference

Publisher

verified publisheryet-another.dev

Weekly Downloads

Decimal numbers with a fixed point and no loss of precision. Two independent families - one on BigInt with no bounds on magnitude, one on int for speed.

Repository (GitHub)
View/report issues

Topics

#decimal #fixed-point #bigint #math #precision

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on denary