rational 0.3.2 copy "rational: ^0.3.2" to clipboard
rational: ^0.3.2 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
0
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