Hi,
Im not sure if this is more of a math question or a python question. I have a variable in python:
>>> v = 10.0**n
is there a way to find the value of n if i know only v aside from str(v).split('+')[1] ? that seems like too much of a hack and I was wondering if there was a faster way of doing it?
Thanks for any pointers
Astan

--
"Formulations of number theory: Complete, Consistent, Non-trivial. Choose two."


Animal Logic
http://www.animallogic.com

Please think of the environment before printing this email.

This email and any attachments may be confidential and/or privileged. If you 
are not the intended recipient of this email, you must not disclose or use the 
information contained in it. Please notify the sender immediately and delete 
this document if you have received it in error. We do not guarantee this email 
is error or virus free.



--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to