Returns the sine of the specified angle.

Syntax

Smartsite SXML CopyCode image Copy Code
float math.sin(float a)

Parameters

Name Data Type Description
a Float An angle, measured in radians.

Return Value

Data Type Description
Float The sine of the specified angle.

Expand image Example

SXML