Cos

Description

Calculates the cosine of an angle.

Syntax

Cos ( n )

Argument

Description

n

The angle (in radians) for which you want the cosine

Returns

Double. Returns the cosine of n.

Examples

Example 1

This expression returns 1:

Cos(0)

Example 2

This expression returns .540302:

Cos(1)

Example 3

This expression returns -1:

Cos(Pi(1))

See also