Returns the hyperbolic cosine 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.16312.0)
public static BigFloat Cosh(
BigFloat value,
AccuracyGoal accuracyGoal
)
Public Shared Function Cosh (
value As BigFloat,
accuracyGoal As AccuracyGoal
) As BigFloat
public:
static BigFloat^ Cosh(
BigFloat^ value,
AccuracyGoal accuracyGoal
)
static member Cosh :
value : BigFloat *
accuracyGoal : AccuracyGoal -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value. - accuracyGoal
- Type: Extreme.MathematicsAccuracyGoal
An AccuracyGoal value that specifies the desired
accuracy of the result.
Return Value
Type:
BigFloatThe hyperbolic cosine of
value with an accuracy
within
accuracyGoal.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference