다음을 통해 공유


Half.LogP1(Half) 메서드

정의

값에 1을 더한 자연(base-E) 로그를 계산합니다.

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

매개 변수

x
Half

반환

Half

loge(x + 1)

구현

적용 대상