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

outdated

The rational package allows you to deal with rational numbers.

example/example.dart

import 'package:rational/rational.dart';

void main() {
  print(Rational.parse('0.1') + Rational.fromInt(1, 4));
}
23
likes
30
points
478k
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