Beginner question: Logs?

Robert Kern rkern at ucsd.edu
Wed Jun 1 23:32:28 EDT 2005


Svens wrote:
> Hey everyone! I'm a math student working on a short script involving
> logs. I have a function on my scientific calculator, and was wondering
> if there was a similar funtion in python.
> 
> For example:
> 
> (log65536)/(log4)= 8
> 
> I've searched around a bit and haven't been able to find anything.

import math

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list