Sequence StaticDiv

std/arithmetic/scalar/f64::StaticDiv


Parameters

↳ var divisor: f64 = 0

Inputs

value: Stream<f64>

Outputs

↦ value: Stream<f64>


Divide a stream of f64 by a static value.

Every number passed through the stream is divided by value.