Sequence StaticRemF32

std/arithmetic/scalar/f32::StaticRemF32


Parameters

↳ var divisor: f32 = 0

Inputs

value: Stream<f32>

Outputs

↦ value: Stream<f32>


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

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