Math387.Tan / Tanf Method

Overload List

#SignatureDescription
1TCplx Tan(TCplx X)Tangens.
2TSCplx Tan(TSCplx X)
3Double Tan(Double X)Tangens.
4Single Tanf(Single X)

Overload 1: TCplx Tan(TCplx X)

Tangens.

#NameTypeDescription
1XTCplxscalar

Returns: TCplx (complex) - Returns the tangens of complex argument X, in radians.

Overload 2: TSCplx Tan(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: TSCplx

Overload 3: Double Tan(Double X)

Tangens.

#NameTypeDescription
1XDoublescalar

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)

#NameTypeDescription
1XSinglescalar

Returns: Single