EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Cos Method (Double)

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

If you need both Sine and Cosine then SinCos.

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

Parameters

angleInRadians
Angle in Radians

Return Value

Cosine of the Angle

See Also

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