You can just use the carret symbol for exponential expressions - I think you
can also use the exp() function.

echo pow(2,12);

in cold fusion would be:

<cfset testVar = 2^12>
<cfoutput>
        #testVar#
</cfoutput>


as for floor - use min()

Adam.




> -----Original Message-----
> From: Critz [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 02, 2002 12:09 PM
> To: CF-Community
> Subject: Math.Pow equiv?
> 
> 
> oi CF-Community,!!
> 
>   is there a Cf equiv for this and what about Math.floor?
> 
> 
>   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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

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

Reply via email to