Function |is_subnormal
std/ops/float::|is_subnormal
Usage
|is_subnormal<F>(value)
Generics
◻ F:
Float
Parameters
↳ value:
F
Return
↴ bool
Tells if a value is subnormal.
Returns true
if the number is subnormal.
std/ops/float::|is_subnormal
|is_subnormal<F>(value)
◻ F:
Float
↳ value:
F
↴ bool
Tells if a value is subnormal.
Returns true
if the number is subnormal.