Verr?ckter
2009-04-03 13:56:18 UTC
I was using Cold Fusion MX7, and now I'm on CF8.
This week someone told me that I had a problem with one of my calculation, it
use to be giving the good result but now it is not giving good result. The only
thing I can see is that the math operator ^ is deprecated in CF8, is there
something that replace it???
<cfset mtp = #rem# * 100 * ( (1 - ((1+ (#tme#/100))^-#duree#) ) ) / #tme#>
This week someone told me that I had a problem with one of my calculation, it
use to be giving the good result but now it is not giving good result. The only
thing I can see is that the math operator ^ is deprecated in CF8, is there
something that replace it???
<cfset mtp = #rem# * 100 * ( (1 - ((1+ (#tme#/100))^-#duree#) ) ) / #tme#>