0
Is there such a function that allows calculating logarithms?
I´d like to use it to calculate the Sturges´ rule, m = 1+3.3log(n)
2 Réponses
+ 2
import math
https://docs.python.org/2/library/math.html#math.log
+ 1
Thanks, bro. I just ended up finding your answer while looking for info on the internet. XD greeting from Mexico.