ColdFusion bug
Hi,
i got this situation: there are 3 parameters whose total = 0 but the result is not 0! Can you please try on your server to see if you have the same result. If yes please help to fix or to post this to Adobe!
<cfset a= 2183.41>
<cfset b=3291.15>
<cfset c=1107.74>
a - b + c should be 0 but it is equals -2.27373675443E-013
thank you very much!
Don
