Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/a24a81ee199c961010c7781bb5ac5380 to your computer and use it in GitHub Desktop.
Save trycf/a24a81ee199c961010c7781bb5ac5380 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
writeDump([
1243.88*10 == 12438.8
,1243.88*100 == 124388
,1243.88*100 == 124388/100*100
,round(1243.88*100) == 124388
])
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment