Treatment isNan
std/ops/float::isNan
Generics
◻ F:
Float
Inputs
⇥ value:
Stream<F>
Outputs
↦ nan:
Stream<bool>
Tells if a stream contains not-a-number values.
Output true
if value is NaN
.
std/ops/float::isNan
◻ F:
Float
⇥ value:
Stream<F>
↦ nan:
Stream<bool>
Tells if a stream contains not-a-number values.
Output true
if value is NaN
.