ferraridamiano / units_converter

Pure Dart package to easily convert units of mesurement, numeral systems and custom units.
https://pub.dev/packages/units_converter
MIT License
29 stars 15 forks source link

Imperfect conversion due to finite numbers #28

Closed ferraridamiano closed 2 years ago

ferraridamiano commented 2 years ago

Some conversions give strange outputs due to the limitation of floating points number. We should use the rational and decimal packages.

ferraridamiano commented 2 years ago

I will close this issue, the introduction of these packages reduces the conversion performance by ~100 times