- `TF = ge (A, B)`

Essa função é equivalente a `A >= B`.

Veja também: `le`, `eq`, `gt`, `ne`, `lt`.

### Referências

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