Hello

can you guys tell me how to seperate a number into its mantissa and exponents parts

e.g. u = 1.3e+123

is there any way i can do something like

mantissa = u.mantissa
exponent = u.exponent (where u is the variable)