MadsKirkFoged / EngineeringUnits

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

Bugfix/absolute value #5

Closed jccockre closed 3 years ago

jccockre commented 3 years ago

A couple of points here:

MadsKirkFoged commented 3 years ago

You are right! My intention with not to mutate the original object when calling .abs()

I will have a look at fully preserving it through the operation - Its the right thing to do