- `TF = ge (A, B)`

Esta función es equivalente a `A >= B`.

Véase también: `le`, `eq`, `gt`, `ne`, `lt`.

### Referencias

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