oi CF-Community,!!

  in javascript
  this:
       var tmpValue = 1321.17405912 * 13.6307948336 * 2.87603038824E-009;
       alert(tmpValue);
  equals:
         0.00005179343195439509


  in CF
  this:
       tmpValue = 1321.17405912 * 13.6307948336 * 2.87603038824E-009;
       writeoutput("{" & tmpValue & "}");
  equals:
         5.17934319544E-005


 now mind you I am assuming these values are the same, just in different formats or 
are they not?

 and  if  they  are,  how  you  reckon  I  can  get it back to a regular format, cuz 
it's shaggin my
 calculations....

 Crit


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to