Returns the hyperbolic tangent of the specified complex number.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 Tanh(
Complex32 value
)
Parameters
- value Complex32
- A complex number.
Return Value
Complex32The hyperbolic tangent of
value.
See Also