Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Tan(const X: TCplx): TCplx; | Tangens. |
| 2 | function Tan(const X: TSCplx): TSCplx; | |
| 3 | function Tan(const X: Double): Double; | Tangens. |
| 4 | function Tanf(const X: Single): Single; |
Overload 1: function Tan(const X: TCplx): TCplx;
Tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex) - Returns the tangens of complex argument X, in radians.
Overload 2: function Tan(const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: TSCplx
Overload 3: function Tan(const X: Double): Double;
Tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double |
Returns: Double - the tangens of real argument X, in radians, where Tan(x) is defined as: Tan(X) = Sin(X)/Cos(X)
See Also: Math387.ArcTan
Overload 4: function Tanf(const X: Single): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single |
Returns: Single