What happens when you simply do the math and set it to a variable?

 Code:
$value=0.000001024 * 48845580
? "0.000001024 * 48845580 = " + $value +  " (Expected result: 50.01787392)"


and it would probably help to keep both numbers as double for the math to be consistent, ie 48845580.0


Edited by Allen (2016-02-29 06:22 PM)