Single.LogP1(Single) メソッド

定義

値に 1 を加えた自然対数 (base-E) を計算します。

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

パラメーター

x
Single

自然対数を計算する前に加算される値。

戻り値

loge(x + 1)

実装

適用対象