共用方式為


Double.LogP1(Double) 方法

定義

計算值加一對數的自然 (基底-E) 對數。

public:
 static double LogP1(double x) = System::Numerics::ILogarithmicFunctions<double>::LogP1;
public static double LogP1 (double x);
static member LogP1 : double -> double
Public Shared Function LogP1 (x As Double) As Double

參數

x
Double

傳回

Double

loge (x + 1)

實作

適用於