MadsKirkFoged / EngineeringUnits

Working with units made easy with automatic unit-check and converting between units
MIT License
41 stars 10 forks source link

NaN should be conserved when performing math operations #46

Closed mschmitz2 closed 6 months ago

mschmitz2 commented 7 months ago

... like for double

var test = double.NaN + 1.0; // = double.NaN