- `Y = tand (X)`

Calcula la tangente de cada elemento de `X` en grados.

La tangente en grados se define por

> > `%tand(z) = rad2deg(tan(z))%`

Devuelve cero para elementos donde `X/180` es un número entero e `Inf` para
elementos donde `(X-90)/180` es un número entero.

Véase también: `atand`, `tan`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/tand.html
- https://octave.sourceforge.io/octave/function/tand.html
- https://mathworld.wolfram.com/Tangent.html
- https://mathworld.wolfram.com/TrigonometricFunctions.html
- https://es.wikipedia.org/wiki/Funci%C3%B3n_trigonom%C3%A9trica
