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.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
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.