You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
got this value -2.689785E + 23 and i need convert it to absolute before work with him.
When abs method is used, it returns 0. I was checking why and it's about that abs checks if number is zero before call additiveInverse, that method also check if value is zero.
The scale with that number is -1 automaticaly, then the check of isZero always returns true.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
got this value
-2.689785E + 23
and i need convert it to absolute before work with him.When
abs
method is used, it returns0
. I was checking why and it's about thatabs
checks if number is zero before calladditiveInverse
, that method also check if value is zero.The scale with that number is
-1
automaticaly, then the check of isZero always returns true.The text was updated successfully, but these errors were encountered: