RosettaCodeData/Task/Gamma-function/PARI-GP/gamma-function-2.pari

2 lines
44 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
Gamma(x)=intnum(t=0,[+oo,1],t^(x-1)/exp(t))