Computes the angle (in Radians) that resulted in this Tangent Value using Series Expansion. Thus computing the inverse tangent or arctan.
Methods for decimal, double and int Parameters.
If you want to cover all quadrants then you may want to use Atan2
Computes the angle (in Radians) that resulted in this Tangent Value using Series Expansion. Thus computing the inverse tangent or arctan.If you want to cover all quadrants then you may want to use Atan2
public static decimal Atan(decimal);
Computes the angle (in Radians) that resulted in this Tangent Value using Series Expansion. Thus computing the inverse tangent or arctan.If you want to cover all quadrants then you may want to use Atan2
public static decimal Atan(double);
Computes the angle (in Radians) that resulted in this Tangent Value using Series Expansion. Thus computing the inverse tangent or arctan.If you want to cover all quadrants then you may want to use Atan2
public static decimal Atan(int);
DecimalOps Class | Esb.Math Namespace