NFloat.ExpM1(NFloat) Method

Definition

Computes E raised to a given power and subtracts one.

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

Parameters

x
NFloat

The power to which E is raised.

Returns

Ex - 1

Implements

Applies to