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

1 line
44 B
Text

Gamma(x)=intnum(t=0,[+oo,1],t^(x-1)/exp(t))