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