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