cosd
Cosd is a trigonometric function that computes the cosine of an angle expressed in degrees. It is defined as cosd(x) = cos(x × π/180), where the inner cosine operates on radians. In other words, cosd converts the input from degrees to radians before applying the standard cosine function.
The function accepts inputs of various shapes, including scalars, vectors, matrices, and higher-dimensional arrays, and evaluates
Cosd inherits the standard properties of cosine: it is even, meaning cosd(-x) = cosd(x), and it has
Cosd is commonly available in mathematical computing environments such as MATLAB and GNU Octave. In environments
Typical usage examples include cosd(60) = 0.5 and cosd(180) = -1. Applications span engineering, physics, navigation, and any