Function |is_normal
std/ops/float::|is_normal
Usage
|is_normal<F>(value)
Generics
◻ F:
Float
Parameters
↳ value:
F
Return
↴ bool
Tells if a value is normal.
Returns true
if the number is neither zero, infinite, subnormal, or NaN.