sf_gamma


機能:
ガンマ関数値を返す

書式:
sf_gamma(x)

解説:
引数x(0<x≦170)のガンマ関数値 を返します。

     Г(x) = ∫e^(- t) * t^(x-1) dt (0 ≦ t < ∞)

例:[1][1] = sf_gamma(3); → 2


return