connorferster / forallpeople

Python SI units library: your 'daily driver' for calculations.
Apache License 2.0
299 stars 40 forks source link

Physical * nan should return nan #26

Closed connorferster closed 3 years ago

connorferster commented 3 years ago

Perform a check in every operation to return float('nan') instead of the unit multiplied by nan, for instance.

connorferster commented 3 years ago

Coming in next release.