Sequence GreaterThan

std/comparison/scalar/f64::GreaterThan


Inputs

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

Outputs

↦ is: Stream<bool>


Tells whether a is strictly greater than b.