Treatment log

ops/f64::log


Inputs

⇥ base: Stream<f64>
⇥ value: Stream<f64>

Outputs

↦ log: Stream<f64>


Computes logarithms from a stream of f64 with the base of another one.