EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Cos Method

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

Methods for decimal, double and int Parameters.

If you need both Sine and Cosine then SinCos.

Overload List

Computes the Cosine of the given angle (in Radians) using Series Expansion.If you need both Sine and Cosine then SinCos.

public static decimal Cos(decimal);

Computes the Cosine of the given angle (in Radians) using Series Expansion.If you need both Sine and Cosine then SinCos.

public static decimal Cos(double);

Computes the Cosine of the given angle (in Radians) using Series Expansion.If you need both Sine and Cosine then SinCos.

public static decimal Cos(int);

See Also

DecimalOps Class | Esb.Math Namespace