Sin()
Syntax
Result.f = Sin(Angle.f)Description
Returns the sine of the specified angle. Angle.f must be in radians, and the result will be between -1 and 1.Example:
Debug Sin(1.5708) ; will display '1'The inverse function of Sin() is ASin().
Supported OS
All