cos

View page source

The Cosine Function: cos

Syntax

y = cos ( x )

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Derivative

\[\R{cos}^{(1)} (x) = - \sin(x)\]

Example

The file cos.cpp contains an example and test of this function.