SIN (sine)

Navigation:  Formulas and functions > Functions from A to Z >

SIN (sine)

Previous pageReturn to chapter overviewNext page

Syntax:

SIN(Number)

Description:

This returns the sine of an angle.

The angle must be specified in radians.

Tip:

You can use the RADIANS function to convert an angle given in degrees into radians.

Example:

SIN(PI()/2) returns 1

SIN(RADIANS(90)) returns 1

See also:

ASIN, COS, TAN