EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Cot Method

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

Methods for decimal, double and int Parameters.

Overload List

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

See Also

DecimalOps Class | Esb.Math Namespace