Computes the Tangent of the Angle, given the Angle in Degrees, using Tan.
Methods for decimal, double and int Parameters.
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);
DecimalOps Class | Esb.Math Namespace