Math.sin()

Get the sine of a number in radians.

Signature

Math.sin(x: Number): Number

Description

Gets the sine of a number in radians.

Parameters

Parameter Type Required Description

x

Number

Yes

Number representing an angle in radians.

Return value

Type Description

Number

The sine of x.

Examples

Math.sin(1)
 0.8414709848078965

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!