Returns the tangent of an angle 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 Tan(
BigFloat angle,
AccuracyGoal accuracyGoal,
RoundingMode roundingMode
)
Public Shared Function Tan (
angle As BigFloat,
accuracyGoal As AccuracyGoal,
roundingMode As RoundingMode
) As BigFloat
public:
static BigFloat^ Tan(
BigFloat^ angle,
AccuracyGoal accuracyGoal,
RoundingMode roundingMode
)
static member Tan :
angle : BigFloat *
accuracyGoal : AccuracyGoal *
roundingMode : RoundingMode -> 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. - roundingMode
- Type: Extreme.MathematicsRoundingMode
A RoundingMode value that specifies how the result should be rounded.
Return Value
Type:
BigFloatThe tangent of
angle with an accuracy
within
accuracyGoal.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference