サブ beta.js   Last modified: Mar 25, 2004
function Beta(x, y) 
{
   var z1 = gamma(x)
   var z2 = gamma(y)
   var z3 = gamma(x+y)
   return (z1 == "Inf" || z2 == "Inf" || z3 == "Inf") ? "Inf" : z1/z3*z2
}


・ 直前のページへ戻る  ・ E-mail to Shigenobu AOKI

Made with Macintosh