다음을 통해 공유


WorksheetFunction.GammaLn_Precise Method (Excel)

Returns the natural logarithm of the gamma function, Γ(x).

Version Information

추가된 버전: Excel 2010

Syntax

.GammaLn_Precise(Arg1)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Double

X - the value for which you want to calculate GAMMALN.

Return Value

Double

Remarks

  • If x is nonnumeric, the GammaLn_Precise method generates an error.

  • If x ≤ 0, the GammaLn_Precise method generates an error.

  • The number e raised to the GAMMALN(i) power, where i is an integer, returns the same result as (i - 1)!.

  • GAMMALN is calculated as follows: Ff837383.awfgamm1_ZA06051143(ko-kr,office.14).gifwhere: Ff837383.awfgamm2_ZA06051144(ko-kr,office.14).gif

참고 항목

개념

WorksheetFunction Object Members

WorksheetFunction Object