Sequence ToF32

std/conversion/scalar/f64::ToF32


Inputs

value: Stream<f64>

Outputs

↦ value: 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.