Precomputed values of 10 ^ e for 0 ≤ e ≤ 22. In this range, the values can be represented
exactly.
Instances For
The OfScientific Float must have priority higher than mid since
the default instance Neg Int has mid priority.
#check -42.0 -- must be Float
Converts a natural number into the closest-possible 64-bit floating-point number, or an infinite
floating-point value if the range of Float is exceeded.
Instances For
Converts an integer into the closest-possible 64-bit floating-point number, or positive or negative
infinite floating-point value if the range of Float is exceeded.
Instances For
Converts a natural number into the closest-possible 64-bit floating-point number, or an infinite
floating-point value if the range of Float is exceeded.
Instances For
Converts an integer into the closest-possible 64-bit floating-point number, or positive or negative
infinite floating-point value if the range of Float is exceeded.
Instances For
Precomputed values of 10 ^ e for 0 ≤ e ≤ 10 . In this range, the values can be represented
exactly.
Instances For
Converts a natural number into the closest-possible 32-bit floating-point number, or an infinite
floating-point value if the range of Float32 is exceeded.
Instances For
Converts an integer into the closest-possible 32-bit floating-point number, or positive or negative
infinite floating-point value if the range of Float32 is exceeded.
Instances For
Converts a natural number into the closest-possible 32-bit floating-point number, or an infinite
floating-point value if the range of Float32 is exceeded.
Instances For
Converts an integer into the closest-possible 32-bit floating-point number, or positive or negative
infinite floating-point value if the range of Float32 is exceeded.