2013-08-07 34 views

回答

17

Mathmatically我們可以寫出的興趣在1。R進行評價的伽馬函數的導數的負的常數具有的衍生物伽瑪功能digamma所以它只是一個堵這之事。

-digamma(1) 
#[1] 0.5772157 
4

像這樣:

eulergamma = 0.57721566490153 # just copy from e.g. wiki to whatever precision you need it 

現在使用它;)

-1
print(-digamma(1), digits=22) 
+0

只有前15位數字是正確的。 – orizon