Returns the inverse hyperbolic sine of a number with the specified accuracy.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static BigFloat Asinh(
BigFloat value,
AccuracyGoal accuracyGoal,
RoundingMode roundingMode
)
Public Shared Function Asinh (
value As BigFloat,
accuracyGoal As AccuracyGoal,
roundingMode As RoundingMode
) As BigFloat
public:
static BigFloat^ Asinh(
BigFloat^ value,
AccuracyGoal accuracyGoal,
RoundingMode roundingMode
)
static member Asinh :
value : BigFloat *
accuracyGoal : AccuracyGoal *
roundingMode : RoundingMode -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value. - accuracyGoal
- Type: Extreme.MathematicsAccuracyGoal
An AccuracyGoal value that specifies the desired
accuracy of the result. - roundingMode
- Type: Extreme.MathematicsRoundingMode
A RoundingMode value that specifies how the result should be rounded.
Return Value
Type:
BigFloatThe inverse hyperbolic sine of
value with an accuracy
within
accuracyGoal.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference