Quote Originally Posted by Blacky
Just to clarify,

a/b*c is NOT the same as a/(b*c)
a/b*c IS the same as (a*c)/b

Regards
Paul
Quote Originally Posted by SSpdDmon
VEpcm=MAF*(IAT+273.15)/((displacement()*61.024)*RPM*MAP)*6155274.24

VEpcm=(MAF*(IAT+273.15)*6155274.24)/(displacement*61.024*RPM*MAP)
lol... I missed the position of the parens... ... that's pretty bad (the constant is right on the end)...

I've been fighting mis-matched braces/parens. all day in my work... me -> <- { [ (