NFloat.Tan(NFloat) Method

Definition

Computes the tangent of a value.

public:
 static System::Runtime::InteropServices::NFloat Tan(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::Tan;
public static System.Runtime.InteropServices.NFloat Tan (System.Runtime.InteropServices.NFloat x);
static member Tan : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Tan (x As NFloat) As NFloat

Parameters

x
NFloat

The value, in radians, whose tangent is to be computed.

Returns

The tangent of x.

Implements

Remarks

This computes tan(x).

Applies to