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

2 lines
44 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Gamma(x)=intnum(t=0,[+oo,1],t^(x-1)/exp(t))