math.FLOAT_MIN_10_EXP
INTEGER, read-only, constant.
Available inall subroutines.
Minimum value in base 10 of the exponent part of 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.