Sequence RemF32

std/arithmetic/scalar/f32::RemF32


Inputs

a: Stream<f32>
b: Stream<f32>

Outputs

↦ remainder: Stream<f32>


Give the remainder of the division from two streams of f32.

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