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