calculate 2.0.0 copy "calculate: ^2.0.0" to clipboard
calculate: ^2.0.0 copied to clipboard

This project enable to make computations on decimal numbers without loosing precision like double operations.

example/example.dart

import 'package:calculate/calculate.dart';

void main() => print(compute('0.1 0.1 *'));
2
likes
130
pub points
23%
popularity

Publisher

unverified uploader

This project enable to make computations on decimal numbers without loosing precision like double operations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

decimal

More

Packages that depend on calculate