secd

Secant of argument in degrees.

📝 Syntax

  • res = secd(x)

📥 Input argument

  • x - a numeric value

📤 Output argument

  • res - a numeric value

📄 Description

secd computes the secant of argument in degrees for each element of x.

💡 Example

R = secd([1, 10+3i, 15+2i, 35+i])

🔗 See also

sec.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?