Sin()

Syntax

Result.f = Sin(Angle.f)
Description
Returns the Sinus of the specified angle. Angle.f must be in radian, and the result will be between -1 and 1.

Example
  Result.f = Sin(1.5708) ; Will return '1'

Supported OS

Windows, Linux, MacOS X

<- Round() - Math Index - Sqr() ->