Returns the inverse hyperbolic sine of a number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static BigFloat Asinh(
BigFloat value
)
Public Shared Function Asinh (
value As BigFloat
) As BigFloat
public:
static BigFloat^ Asinh(
BigFloat^ value
)
static member Asinh :
value : BigFloat -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value.
Return Value
Type:
BigFloatThe inverse hyperbolic sine of
value.
The result has the same relative accuracy as value.
Significant round-off error may occur for values close to 1 in absolute value.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference