We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cos - Cosine
float cos ( float $x )
cos() returns the cosine of x. The x parameter is in radians.
x - The argument to process in radians. It can be a scalar or an array.
The cosine of x. If x is an array, the return value will also be an array.
1.0 and above.