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