Mathf.Sin

static function Sin (f : float) : float

Description

Returns the sine of angle f in radians.

JavaScript
print (Mathf.Sin(3));