EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Tan Method

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

Methods for decimal, double and int Parameters.

Overload List

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

public static decimal Tan(decimal);

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

public static decimal Tan(double);

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

public static decimal Tan(int);

See Also

DecimalOps Class | Esb.Math Namespace