Is there any built-in way to get the mantissa and exponent (the “scientific notation” or “E-notation” values) of a CGFloat in Swift?
I was stunned to learn there is no? immediate way to get the mantissa/exponent of a CGFloat in Swift.
I was stunned to learn there is no? immediate way to get the mantissa/exponent of a CGFloat in Swift.