Click or drag to resize
SfunAsinh Method
Returns the hyperbolic arc sine of a double.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double Asinh(
	double x
)

Parameters

x
Type: SystemDouble
A double value for which the hyperbolic arc sine is desired.

Return Value

Type: Double
A double specifying the hyperbolic arc sine value.
See Also