a14n / dart-rational

Apache License 2.0
35 stars 20 forks source link

fractionDigits should be optional #4

Closed DukeHarris closed 10 years ago

DukeHarris commented 10 years ago

In double.toStringAsExponential() the fractionDigit parameter is optional. The same should apply to rational's function.