cos
Cosine (radians).
Syntax
Section titled “Syntax”Y = cos(X)Description
Section titled “Description”Returns the cosine of X, in radians.
Examples
Section titled “Examples”cos(0) % 1cos(pi) % -1Cosine (radians).
Y = cos(X)Returns the cosine of X, in radians.
cos(0) % 1cos(pi) % -1