- `Y = sign (X)`

Calcula a função sinal.

A função sinal é definida por

> > `%sign (x) = x ./ abs (X)%`

Veja também: `signbit`.

### Referências

- https://www.mathworks.com/help/matlab/ref/sign.html
- https://octave.sourceforge.io/octave/function/sign.html
- https://mathworld.wolfram.com/Sign.html
- https://pt.wikipedia.org/wiki/Fun%C3%A7%C3%A3o_sinal
