MTM[cos], MTM[sin], ... - trigonometric functions
MTM[cosh], MTM[sinh], ... - hyperbolic functions
MTM[acosh], MTM[asinh], ... - inverse trigonometric functions
MTM[acosh], MTM[asinh], ... - inverse hyperbolic functions
|
Calling Sequence
|
|
sin(x) cos(x) cot(x) csc(x) sec(x) tan(x)
asin(x) acos(x) acot(x) acsc(x) asec(x) atan(x) atan(x,y)
sinh(x) cosh(x) coth(x) csch(x) sech(x) tanh(x)
asinh(x) acosh(x) acoth(x) acsch(x) asech(x) atanh(x)
|
|
Parameters
|
|
x
|
-
|
array or expression
|
y
|
-
|
expression
|
|
|
|
|
Description
|
|
•
|
The trigonometric functions:
|
cosecant
|
cosine
|
cotangent
|
secant
|
sine
|
tangent
|
|
|
the trigonometric inverses:
acsc
|
acos
|
acot
|
asec
|
asin
|
atan
|
|
|
hyperbolic functions:
csch
|
cosh
|
coth
|
sech
|
sinh
|
tanh
|
|
|
and inverse hyperbolic functions:
acsch
|
acosh
|
acoth
|
asech
|
asinh
|
atanh
|
|
|
will evaluate by default only when the result is an exact value, or when the input x is a floating point number. Otherwise, for example, when x is a symbolic expression they will remain in function form so that they can be manipulated symbolically by themselves or as part of a larger expression.
•
|
If x is an array, the result is an elementwise mapping over x.
|
•
|
Arguments must be given in radians. (1 radian = 180/Pi degrees)
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?