math.FLOAT_MAX
FLOAT, read-only, constant.
Available inall subroutines.
Maximum 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.