Sin()

Syntax

Result.f = Sin(Angle.f)
Description
Returns the sine of the specified angle.

Parameters

Angle.f The input angle in radian. The Radian() function can be used to transform an angle from degrees to radian.

Return value

Returns the sine of the angle. The result will be between -1 and 1.

Remarks

The inverse function of Sin() is ASin(). This function can handle float and double values.

Example

  Debug Sin(1.5708) ; will display '1'

See Also

ASin(), SinH(), Radian()

Supported OS

All

<- Sign() - Math Index - SinH() ->