Click or drag to resize

ScriptExecutionBaseCosh(Double) Method

Returns the hyperbolic cosine of the specified angle.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Cosh(
	double s
)

Parameters

s  Double

[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Cosh(System.Double)"]

Return Value

Double
The 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