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