- `Y = secd (X)`

Calcula la secante para cada elemento de `X` en grados.

La secante en grados se define por

> > `%secd(z) = rad2deg(sec(z))%`

Véase también: `asecd`, `sec`.

### Referencias

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