Returns the tangent of the specified angle.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Quad Tan(
Quad angle
)
Public Shared Function Tan (
angle As Quad
) As Quad
public:
static Quad Tan(
Quad angle
)
static member Tan :
angle : Quad -> Quad
Parameters
- angle
- Type: Extreme.MathematicsQuad
An angle, measured in radians.
Return Value
Type:
Quad
The tangent of
angle. If
angle is equal to System.Double.NaN, System.Double.NegativeInfinity,
or System.Double.PositiveInfinity, this method returns System.Double.NaN.
Numerical Libraries
Supported in: 6.0, 5.x
Reference