We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
matrix > scalar
matrix.greater_than(scalar)
Hi thanks for the lib! After looking at doc, it seems that we do not have the things mentioned in the title yet. Can we implement it?
I guess > must return bool in Rust so we cannot do that easily. But can we have a function like ge/gt/greater_than?
>
ge
gt
greater_than