Sequence Rem

std/arithmetic/scalar/f64::Rem


Inputs

a: Stream<f64>
b: Stream<f64>

Outputs

↦ remainder: Stream<f64>


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

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