Treatment rem
ops/f32::rem
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.