Menu

SIN

Description

Returns the sine of a given angle.

Examples

SIN(0) = 0

SIN(M_PI/2) = 1

SIN(NAN) = NAN

SIN(INF) = NAN

SIN(-INF) = NAN

On this page