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

outdatedDart 1 only

A simple package to deal with rational numbers

Dart Rational #

Build Status

This project enable to make computations on rational numbers.

Usage #

To use this library in your code :

  • add a dependency in your pubspec.yaml :
dependencies:
  rational: ^0.2.0

Rational numbers #

  • add import in your dart code :
import 'package:rational/rational.dart';
  • Start computing using Rational.parse('1.23'), new Rational(new BigInt.from(12), new BigInt.from(7)) or new Rational.fromInt(12, 7).

License #

Apache 2.0

13
likes
0
pub points
94%
popularity

Publisher

unverified uploader

A simple package to deal with rational numbers

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on rational