Sequence LogF64
std/arithmetic/scalar/f64::LogF64
Inputs
⇥ value: Stream<f64>
⇥ base: Stream<f64>
Outputs
↦ log: Stream<f64>
Computes logarithms from a stream of f64
with the base of another one.
std/arithmetic/scalar/f64::LogF64
⇥ value: Stream<f64>
⇥ base: Stream<f64>
↦ log: Stream<f64>
Computes logarithms from a stream of f64
with the base of another one.