Returns the hyperbolic arc sine of a double.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static double Asinh( double x ) |
Visual Basic (Declaration) |
---|
Public Shared Function Asinh ( _ x As Double _ ) As Double |
Visual C++ |
---|
public: static double Asinh( double x ) |
Parameters
- x
- Type: System..::.Double
A double value for which the hyperbolic arc sine is desired.