How to get the significand and the exponent of a floating point number?

Use exponent and significand to get exponent and mantissa of a float. There is also bitstring which will return the binary representation as a string.

8 Likes