math.FLOAT_MIN
FLOAT, read-only, constant.
Available inall subroutines.
Minimum finite value for the FLOAT
type.
Floating Point Classifications
Name | Value |
---|---|
math.is_finite | true |
math.is_infinite | false |
math.is_nan | false |
math.is_normal | true |
math.is_subnormal | false |
See the documentation on the FLOAT
type for details on these classifications.