In this tutorial you will learn:
- What is a logarithm?
- Implementation of Log with different bases in Python
- Python Syntax
Logarithm
In order to simplify the calculations, Logarithms were introduced in 1614 by John Napier. Logarithm is inverse to an exponential function. Lets take a number x, its logarithm is the exponent to which another fixed number, the base b must be raised to produce x. The logarithm with base 10 is called as the common logarithm and it has many applications in the domain of engineering and science. There are other logarithms as well with different bases used in
Add new comment