Treatment toF32
conv/f64::toF32
Inputs
⇥ value:
Stream<f64>
Outputs
↦ into:
Stream<f32>
Convert stream of f64
into f32
.
Every f64
is fitted into the closest f32
.
Positive and negative infinity are conserved, as well as not-a-number state.
If overflowing, infinity of the same sign is used.