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
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.