Converts x into its nearest single precision float representation and returns a minimal string representation, with as many digits as necessary to uniquely distinguish single precision x from its adjacent single precision values.
x
E.g.: 0.299999999000000017179701217174d → 0.30000001192092896f → '0.3')
Generated using TypeDoc
Converts
x
into its nearest single precision float representation and returns a minimal string representation, with as many digits as necessary to uniquely distinguish single precisionx
from its adjacent single precision values.E.g.: 0.299999999000000017179701217174d → 0.30000001192092896f → '0.3')