EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.CotDeg Method

Computes the Cotangent of the given angle (in Degrees) using SinCos.

Methods for decimal, double and int Parameters.

Overload List

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);

See Also

DecimalOps Class | Esb.Math Namespace