Category:

Mathematical

Returns the cosine of angle.

Syntax

cos(
  x Numeric
): Numeric

Parameters

x is an angle given in radians.

Return value

Type: Numeric.

Examples of using

cos(3)