Returns the cosine of an angle with the specified accuracy.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Cos(
BigFloat angle,
AccuracyGoal accuracyGoal
)
Public Shared Function Cos (
angle As BigFloat,
accuracyGoal As AccuracyGoal
) As BigFloat
public:
static BigFloat^ Cos(
BigFloat^ angle,
AccuracyGoal accuracyGoal
)
static member Cos :
angle : BigFloat *
accuracyGoal : AccuracyGoal -> BigFloat
Parameters
- angle
- Type: Extreme.MathematicsBigFloat
A BigFloat value that specifies the angle in radians. - accuracyGoal
- Type: Extreme.MathematicsAccuracyGoal
An AccuracyGoal value that specifies the desired
accuracy of the result.
Return Value
Type:
BigFloatThe cosine of
angle with an accuracy
within
accuracyGoal.
Reference