#Import cmath Library
import cmath
#print log value of some given parameters
print (cmath.log(1+ 1j))
print (cmath.log(1, 2.5))