Computes the Cosine of the Angle, given the Angle in Degrees, using Cos.
Methods for decimal, double and int Parameters.
Computes the Cosine of the Angle, given the Angle in Degrees, using Cos.
public static decimal CosDeg(decimal);
Computes the Cosine of the Angle, given the Angle in Degrees, using Cos.
public static decimal CosDeg(double);
Computes the Cosine of the Angle, given the Angle in Degrees, using Cos.
public static decimal CosDeg(int);
DecimalOps Class | Esb.Math Namespace