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
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

decimal

More

Packages that depend on calculate