Treatment isFinite
std/ops/float::isFinite
Generics
◻ F: Float
Inputs
⇥ value: Stream<F>
Outputs
↦ finite: Stream<bool>
Tells if a stream contains finite values.
Output true if value is not infinite nor 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::isFinite
◻ F: Float
⇥ value: Stream<F>
↦ finite: Stream<bool>
Tells if a stream contains finite values.
Output true if value is not infinite nor NaN.