Math387.ArcTan / ArcTanf Method

Overload List

#SignatureDescription
1function ArcTan(const X: TCplx): TCplx;Inverse tangens of X.
2function ArcTan(const X: TSCplx): TSCplx;
3function ArcTan(const Src: Double): Double;
4function ArcTan(const Src: Integer): Double;
5function ArcTan(const Src: Int64): Double;
6function ArcTan(const Src: Single): Single;
7function ArcTanf(const Src: Integer): Single;
8function ArcTanf(const Src: Int64): Single;
9function ArcTanf(const X: Single): Single;Inverse tangens.

Overload 1: function ArcTan(const X: TCplx): TCplx;

Inverse tangens of X.

#NameTypeDescription
1XTCplx

Returns: TCplx (complex) - Returns the inverse tangens of complex argument X.

Overload 2: function ArcTan(const X: TSCplx): TSCplx;

#NameTypeDescription
1XTSCplx

Returns: TSCplx

Overload 3: function ArcTan(const Src: Double): Double;

#NameTypeDescription
1SrcDouble

Returns: Double

Overload 4: function ArcTan(const Src: Integer): Double;

#NameTypeDescription
1SrcInteger

Returns: Double

Overload 5: function ArcTan(const Src: Int64): Double;

#NameTypeDescription
1SrcInt64

Returns: Double

Overload 6: function ArcTan(const Src: Single): Single;

#NameTypeDescription
1SrcSingle

Returns: Single

Overload 7: function ArcTanf(const Src: Integer): Single;

#NameTypeDescription
1SrcInteger

Returns: Single

Overload 8: function ArcTanf(const Src: Int64): Single;

#NameTypeDescription
1SrcInt64

Returns: Single

Overload 9: function ArcTanf(const X: Single): Single;

Inverse tangens.

#NameTypeDescription
1XSingle

Returns: Single - Returns the inverse tangens of a given number X.

See Also: Math387.ArcTan2, Math387.Tan