Articles → Python → Math.Log Function In Python

Math.Log Function In Python






Purpose





Example


import math

print ("Natural logarithm of 14 is : ", end="") 
print (math.log(14))



Output


Picture showing the output of the Math.log function in python



Posted By  -  Karan Gupta
 
Posted On  -  Friday, April 19, 2019

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250