Hyperbolic Tangent in radian
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Tanh(
double angle
)
Parameters
- angle Double
- The hyperbolic angle, i.e. the area of the hyperbolic sector.
Return Value
DoubleThe hyperbolic tangent of the angle.
See Also