Sequence ToF64

std/conversion/scalar/f32::ToF64


Inputs

value: Stream<f32>

Outputs

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