Articles → Python → Math.Log10 Function In PythonMath.Log10 Function In PythonIn this article, we will discuss about math.log10 function in Python.Purpose Math.log10 function is used to calculate the natural algorithm (Base 10).Example import math print ("Natural logarithm of 14 is : ", math.log10(14)) Output Posted By - Karan Gupta Posted On - Friday, May 3, 2019 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
import math print ("Natural logarithm of 14 is : ", math.log10(14))
Query/Feedback