Thread: [Solved] Mathematical Problem
View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-16-2018 , 21:43   Re: Mathematical Problem
Reply With Quote #4

Also, make sure that the values that you are dividing are floating-point values. I'm guessing that they are currently integers. So, if they are indeed integers, you'll need to use float() on them to make sure that you aren't doing integer division.
__________________
fysiks is offline