computes the element-wise inverse secant of the argument, results in degree.
y = asecd(x)
Real or complex array
Real or complex array
Computes the element-wise inverse secant of the argument, results in
degree. For real input data with absolute value greater than
1 the results are real and in [-90 90].
asecd(x) is equal to
asec(x)*180/%pi.
