## Compare (//flowstdlib/math/compare)
Compare two input values and output different boolean values depending on if the comparison
is equal, greater than, greater than or equal, less than or less than or equal.
### Include using
```toml
[[process]]
source = "lib://flowstdlib/math/compare"
```