Sequence StaticRem

std/arithmetic/scalar/f64::StaticRem


Parameters

↳ var divisor: f64 = 0

Inputs

value: Stream<f64>

Outputs

↦ value: Stream<f64>


Give the remainder of a stream of f64 divided by a static value.

Every number passed through the stream is divided by value and the remainder is outputted.