math.FLOAT_EPSILON
FLOAT, read-only, constant.
Available inall subroutines.
Minimum positive difference from 1.0 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.