EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Sin Method (Decimal)

Computes the Sine of the given angle (in Radians) using Series Expansion.

If you need both Sine and Cosine then SinCos.

[Visual Basic]
Overloads Public Shared Function Sin( _
   ByVal angleInRadians As Decimal _
) As Decimal
[C#]
public static decimal Sin(
   decimal angleInRadians
);

Parameters

angleInRadians
Angle in Radians

Return Value

Sine of the Angle

See Also

DecimalOps Class | Esb.Math Namespace | DecimalOps.Sin Overload List