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

outdated

The rational package allows you to deal with rational numbers.

example/lib/example.dart

import 'package:rational/rational.dart';

void main() {
  print(Rational.parse('0.1') + Rational.fromInt(1, 4));
}
23
likes
0
points
538k
downloads

Publisher

unverified uploader

Weekly Downloads

The rational package allows you to deal with rational numbers.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on rational