- `TF = gt (A, B)`

This function is equivalent to `A > B`.

See also: `le`, `eq`, `ge`, `ne`, `lt`.

### References

- https://www.mathworks.com/help/matlab/ref/gt.html
- https://octave.sourceforge.io/octave/function/gt.html
