Computer Science, asked by Darrell5674, 8 months ago

Explain log(x) in Python with example.

Answers

Answered by Abhis506
0

log(x)782&&7'gycgw257 hodj

Answered by laraibmukhtar55
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