MindFusion.Wpf Pack Programmer's Guide
SIN

Returns the sine of the specified angle.

Syntax  Copy Code

SIN( Number n )  Number

Parameters

n
Required. The angle for which to return the sine. The angle is expressed in radians.

Remarks

If the angle is in degrees, multiply it by PI/180 or use the RADIANS function to convert it to radians.

Example

Formula  Copy Code

=SIN(PI())
=SIN(30*PI()/180)

See Also

Function Reference
ASIN Function
RADIANS Function
DEGREES Function