RosettaCodeData/Task/Gamma-function/PARI-GP/gamma-function-3.parigp
2023-07-01 13:44:08 -04:00

1 line
89 B
Text

Gamma(x)=intnumromb(t=0,9,t^(x-1)/exp(t),0)+intnumromb(t=9,max(x,99)^9,t^(x-1)/exp(t),2)