math.POS_INFINITY
FLOAT, read-only, constant.
Available inall subroutines.
A value representing positive infinity (+∞). When converted to a STRING value,
this is rendered as inf.
Floating Point Classifications
| Name | Value | 
|---|---|
math.is_finite | false | 
math.is_infinite | true | 
math.is_nan | false | 
math.is_normal | false | 
math.is_subnormal | false | 
See the documentation on the FLOAT type for details on these classifications.