ScriptExecutionBaseTanh(Double) Method |
Returns the hyperbolic tangent of the specified angle.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Tanh(
double s
)
Parameters
- s Double
[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Tanh(System.Double)"]
Return Value
DoubleThe hyperbolic tangent of
value. If
value is equal to
NegativeInfinity, this method returns -1. If value is equal to
PositiveInfinity, this method returns 1. If
value is equal to
NaN, this method returns
NaN.
See Also