Computes the Cotangent of the given angle (in Degrees) using SinCos.
Methods for decimal, double and int Parameters.
Computes the Cotangent of the given angle (in Degrees) using SinCos.
public static decimal CotDeg(decimal);
Computes the Cotangent of the given angle (in Degrees) using SinCos.
public static decimal CotDeg(double);
Computes the Cotangent of the given angle (in Degrees) using SinCos.
public static decimal CotDeg(int);
DecimalOps Class | Esb.Math Namespace