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.
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);
DecimalOps Class | Esb.Math Namespace