RosettaCodeData/Task/Gamma-function/PARI-GP/gamma-function-3.parigp

2 lines
89 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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)