Math > Math.sin

Math.sin

Syntax

Math.sin(x);

Arguments

x An angle measured in radians.

Description

Method; computes and returns the sine of the specified angle in radians. Use the information outlined in the introduction to the Math object to calculate a radian.

Player

Flash 5 or later. In the Flash 4 Player, the methods and properties of the Math object are emulated using approximations and may not be as accurate as the non-emulated math functions supported by the Flash 5 Player.

See also

Math (object)