SIN

SIN(arg1) → { number | string | boolean }

Returns the sine of an angle.

Parameters:

Name Type Description
arg1 number

Is the angle in radians for which you want the sine. Degrees * PI()/180 = radians.

Returns:

Type
number | string | boolean