라벨이 logarithm인 게시물 표시

How to use log function in Python ?

이미지
Using math module, like this! ------------------------------ import math print math.log(arg) ------------------------------ Above command will return the natural logarithm of x ( to base e ). Here is an example with some application to the other important cases!