Returns the tangent of an angle using accurate argument reduction.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static double Tan(
double angle
)
Public Shared Function Tan (
angle As Double
) As Double
public:
static double Tan(
double angle
)
static member Tan :
angle : float -> float
Parameters
- angle
- Type: SystemDouble
An angle in radians.
Return Value
Type:
DoubleThe tangent of
angle computed to full precision.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference