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
Represent numbers from 2^-17.179.869.184 to 2^549.755.813.888 ( 2^-((2^31) * 8) to 2^((2^31) * 8 * 32) )
with 34.359.738.368 (2^32*8) bits precision
Signed or unsigned numbers.