ovangle / dart-rational

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dart Rational

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: '<1.0.0'
  • add import in your dart code :
import 'package:rational/rational.dart';
  • Start computing using Rational.parse('1.23') or new Rational(12, 7).

License

Apache 2.0

About

License:Other


Languages

Language:Dart 100.0%