# Import math Library
import math
# Return the log gamma value of different numbers
print (math.lgamma(7))
print (math.lgamma(-4.2))