Module float


Functions

areUnordered
copySign
floatAsByteArray
floatToBinaryString
getExponentBytes
getFloatClass
getMantissaBytes
getSignBit
isDenormalised
isExpAllOnes
isExpAllZeros
isFinite
isInf
isMantissaAllZeros
isNaN
isNegInf
isNegative
isPosInf
isPositive
isZero
packBytesAsPyFloat

Variables

CLASS_NEG_DENORMAL
CLASS_NEG_INF
CLASS_NEG_NORMAL
CLASS_NEG_ZERO
CLASS_POS_DENORMAL
CLASS_POS_INF
CLASS_POS_NORMAL
CLASS_POS_ZERO
CLASS_QUIET_NAN
CLASS_SIGNAL_NAN
EXPONENT_ALL_ONES_BYTE_0
EXPONENT_ALL_ONES_BYTE_1
EXPONENT_NIBBLE_MASK
EXPONENT_SIGN_MASK
INF_BYTES
MANTISSA_NIBBLE_MASK
NAN_BYTES
SIGNBIT
nan
neg_inf
pos_inf

[hide private]