- `Y = sign (X)`

Calcula la función signo.

La función signo está definida por

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

Véase también: `signbit`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/sign.html
- https://octave.sourceforge.io/octave/function/sign.html
- https://mathworld.wolfram.com/Sign.html
- https://es.wikipedia.org/wiki/Funci%C3%B3n_signo
