How to get mantissa and exponent of normed float ? for example: float number = 27.52 normed: = 0.2752 * 10^2 function I'm looking for should return 0.2752 and 2 wally