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.
ops/f64::log
⇥ base:
Stream<f64>
⇥ value:
Stream<f64>
↦ log:
Stream<f64>
Computes logarithms from a stream of f64
with the base of another one.