Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Tan(TCplx X) | Tangens. |
| 2 | TSCplx Tan(TSCplx X) | |
| 3 | Double Tan(Double X) | Tangens. |
| 4 | Single Tanf(Single X) |
Overload 1: TCplx Tan(TCplx X)
Tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - Returns the tangens of complex argument X, in radians.
Overload 2: TSCplx Tan(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double Tan(Double X)
Tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
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: Single Tanf(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single