- `TF = le (A, B)`

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

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

### Referências

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