a14n / dart-rational

Apache License 2.0
35 stars 20 forks source link

Added support for scientific notation #6

Closed stevenroose closed 10 years ago

stevenroose commented 10 years ago

The Rational.parse method now also recognizes strings in scientific notation (f.e. "1.5e-3"). I also added some tests.

a14n commented 10 years ago

Thanks

a14n commented 10 years ago

The 0.1.7 version contains the change.