Sequence ToF64

std/conversion/vector/u128::ToF64


Inputs

value: Stream<Vec<u128>>

Outputs

↦ value: Stream<Vec<f64>>


Convert stream of Vec<u128> into Vec<f64> one.

Vec<u128> gets converted into Vec<f64>, and the resulting vectors are send through stream in continuity. This conversion is lossless, u128 values can all fit into f64.