Function |
Description |
sin(A) |
to return the sine of elements of A, in radians. |
sind(A) |
to return the sine of elements of A, in degrees. |
sinh(A) |
to return the hyperbolic sine of elements of A. |
asin(A) |
to return the inverse sine of elements of A. Results in radians. |
asind(A) |
to return the inverse sine of elements of A, Results in degrees. |
asinh(A) |
to return the inverse hyperbolic sine of elements of A. |
cos(A) |
to return the cosine of elements of A, in radians. |
cosd(A) |
to return the cosine of elements of A, in degrees. |
cosh(A) |
to return the hyperbolic cosine of elements of A. |
acos(A) |
to return the inverse cosine of elements of A. Results in radians. |
acosd(A) |
to return the inverse cosine of elements of A, Results in degrees. |
acosh(A) |
to return the inverse hyperbolic cosine of elements of A. |
tan(A) |
to return the tangent of elements of A, in radians. |
tand(A) |
to return the tangent of elements of A, in degrees. |
tanh(A) |
to return the hyperbolic tangent of elements of A. |
atan(A) |
to return the inverse tangent of elements of A. Results in radians. |
atand(A) |
to return the inverse tangent of elements of A, Results in degrees. |
atanh(A) |
to return the inverse hyperbolic tangent of elements of A. |
sec(A) |
to return the secant of
elements of A, in radians. |
secd(A) |
to return the secant of elements of A, in degrees. |
sech(A) |
to return the hyperbolic secant of elements of A. |
asec(A) |
to return the inverse secant of elements of A. Results in radians. |
asecd(A) |
to return the inverse secant of elements of A, Results in degrees. |
asech(A) |
to return the inverse hyperbolic secant of elements of A. |
csc(A) |
to return the cosecant of elements of A, in radians. |
cscd(A) |
to return the cosecant of elements of A, in degrees. |
csch(A) |
to return the hyperbolic cosecant of elements of A. |
acsc(A) |
to return the inverse cosecant of elements of A. Results in radians. |
acscd(A) |
to return the inverse cosecant of elements of A, Results in degrees. |
acsch(A) |
to return the inverse hyperbolic cosecant of elements of A. |
cot(A) |
to return the cotangent of elements of A, in radians. |
cotd(A) |
to return the cotangent of elements of A, in degrees. |
coth(A) |
to return the hyperbolic cotangent of elements of A. |
acot(A) |
to return the inverse cotangent of elements of A. Results in radians. |
acotd(A) |
to return the inverse cotangent of elements of A, Results in degrees. |
acoth(A) |
to return the inverse hyperbolic cotangent of elements of A. |
hypot(A, B) |
to return the square root of the sum of squares of elements of A and
corresponding elements of B |