Explain log(x) in Python with example.
Answers
Answered by
0
log(x)782&&7'gycgw257 hodj
Answered by
0
Log(x) function in python:
• Python log(x, base) is an integral function that is used to acquire the basic logarithm function.
• The log() function is used to contract a log of x of a particular base.
• The log() function is in the math library, so we require to import the math library to use the log() function.
Hope it helped..
Similar questions