Sequence Log

std/arithmetic/scalar/f64::Log


Inputs

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

Outputs

↦ log: Stream<f64>


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