Get your own Python server Result Size: 625 x 565
x
 
# Import math Library
import math
# Return the gamma function for different numbers
print(math.gamma(-0.1))
print(math.gamma(8))
print(math.gamma(1.2))
print(math.gamma(80))
print(math.gamma(-0.55))
-10.686287021193193
5040.0
0.9181687423997604
8.946182130782976e+116
-3.578429819277059