ComplexMathTanh(Complex) Method |
This function returns the complex hyperbolic tangent of the complex number
a, tanh(a) = sinh(a)/cosh(a).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Tanh(
Complex a
)
Parameters
- a Complex
- Function argument.
Return Value
ComplexThe hyperbolic tangent of the specified complex function argument z.
See Also