command (MEL) |
Only available in MEL |
cos |
In categories: Language, Math |
Go to: Synopsis. Return value. Related. MEL examples.
cos
float
cos is undoable, NOT queryable, and NOT editable.
Returns the cosine of the given value.
Also available:
acos : Returns the arc cosine in the range 0 to PI.
cosh : Hyperbolic function.
acosh : Inverse hyperbolic function.
cosd : Returns value in degrees.
acosd : Returns value in degrees.
sin, tan
cos 3.14159;
// Result: -1 //