/trycf-gist-1610572227621-b8ceef99-a0b1-962d-84d6-5ec771e07753.cfm
Created Jan 13, 2021
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