Returns the cosine of an angle.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Cos(
BigFloat angle
)
Public Shared Function Cos (
angle As BigFloat
) As BigFloat
public:
static BigFloat^ Cos(
BigFloat^ angle
)
static member Cos :
angle : BigFloat -> BigFloat
Parameters
- angle
- Type: Extreme.MathematicsBigFloat
A BigFloat value that specifies the angle in radians.
Return Value
Type:
BigFloatThe cosine of
angle.
The result has the same relative accuracy as the absolute accuracy of angle.
Reference