Sin()

Syntax

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

Parameters

Angle.f or Angle.d 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.0 and 1.0.

Remarks

The inverse function of Sin() is ASin(). This function handles and returns float or double values.

Example

  Debug Sin(1.5708)

See Also

ASin(), SinH(), Radian()

Supported OS

All

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