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