Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx ArcTan(TCplx X) | Inverse tangens of X. |
| 2 | TSCplx ArcTan(TSCplx X) | |
| 3 | Double ArcTan(Double Src) | |
| 4 | Double ArcTan(Int32 Src) | |
| 5 | Double ArcTan(Int64 Src) | |
| 6 | Single ArcTan(Single Src) | |
| 7 | Single ArcTanf(Int32 Src) | |
| 8 | Single ArcTanf(Int64 Src) | |
| 9 | Single ArcTanf(Single X) | Inverse tangens. |
Overload 1: TCplx ArcTan(TCplx X)
Inverse tangens of X.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - Returns the inverse tangens of complex argument X.
Overload 2: TSCplx ArcTan(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double ArcTan(Double Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Double | scalar |
Returns: Double
Overload 4: Double ArcTan(Int32 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32 |
Returns: Double
Overload 5: Double ArcTan(Int64 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int64 |
Returns: Double
Overload 6: Single ArcTan(Single Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Single | scalar |
Returns: Single
Overload 7: Single ArcTanf(Int32 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32 |
Returns: Single
Overload 8: Single ArcTanf(Int64 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int64 |
Returns: Single
Overload 9: Single ArcTanf(Single X)
Inverse tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single - Returns the inverse tangens of a given number X.
See Also: Math387.ArcTan2, Math387.Tan