Function |gt
ops/f32::|gt
Usage
|gt(a, b)
Parameters
↳ a:
f32
↳ b:
f32
Return
↴ bool
Tells whether a
is strictly greater than b
.
ops/f32::|gt
|gt(a, b)
↳ a:
f32
↳ b:
f32
↴ bool
Tells whether a
is strictly greater than b
.