math.is_normal
Available inall subroutines.
Determines whether a floating point value is normal. See floating point classifications for more information.
Example
# zeroes are not normalsif (!math.is_normal(0)) { log "not a normal";}
Available inall subroutines.
Determines whether a floating point value is normal. See floating point classifications for more information.
# zeroes are not normalsif (!math.is_normal(0)) { log "not a normal";}