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