Add the following line to your python 2.4 code, if you want to do FP division. Otherwise, python will only do integer division!
from __future__ import division # Otherwise python will not do FP division
Subscribe to:
Post Comments (Atom)
Commmon problems. Uncommon know-hows.
No comments:
Post a Comment