Treatment isNormal
std/ops/float::isNormal
Generics
◻ F:
Float
Inputs
⇥ value:
Stream<F>
Outputs
↦ normal:
Stream<bool>
Tells if a stream contains normal values.
Output true
if value is neither zero, infinite, subnormal, or NaN.
std/ops/float::isNormal
◻ F:
Float
⇥ value:
Stream<F>
↦ normal:
Stream<bool>
Tells if a stream contains normal values.
Output true
if value is neither zero, infinite, subnormal, or NaN.