Status/Resolution/Reason: To Fix//BugReVerified
Reporter/Name(from Bugbase): John Bolliger / ()
Created: 04/18/2018
Components: Language
Versions: 2016,11.0
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 2016,0,05,303689 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Linux RHEL 6.4
Vote Count: 2
Problem Description:  Comparing 0.14*100 to 14 produces a false result.  Any other values would produce a true result as expected (e.g. 0.15*100 == 15)
Steps to Reproduce: Script: if(0.14*100 == 14) { writeOutput("True"); } else { writeOutput("False"); }
Tags: <cfif 0.14*100 eq 14>True<cfelse>False</cfif>
Actual Result:  False
Expected Result:  True
Any Workarounds:  None found.
  Attachments:
Comments: