EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Atan Method

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

Overload List

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);

See Also

DecimalOps Class | Esb.Math Namespace