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