EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.TanDeg Method

Computes the Tangent of the Angle, given the Angle in Degrees, using Tan.

Methods for decimal, double and int Parameters.

Overload List

Computes the Tangent of the Angle, given the Angle in Degrees, using Tan.

public static decimal TanDeg(decimal);

Computes the Tangent of the Angle, given the Angle in Degrees, using Tan.

public static decimal TanDeg(double);

Computes the Tangent of the Angle, given the Angle in Degrees, using Tan.

public static decimal TanDeg(int);

See Also

DecimalOps Class | Esb.Math Namespace