ComplexMathTan(Complex) Method |
Returns the tangent of the specified complex function argument z.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Tan(
Complex z
)
Parameters
- z Complex
- Function argument.
Return Value
ComplexThe tangent of the specified complex function argument z.
See Also