Raise function?

Hi,

Is there any Lucee “raise” function? For instance, for the following, raise the daily rate factor to the number of days: daily rate being 1.00027397 raise by 90 was supposed to return 1.0249538

<cfoutput>
#Sqr(1.00027397^90)#
</cfoutput>

returns 1.012403251611

thoughts?
thanks

You have a square root function x sqr()

Just remove that

https://trycf.com/gist/98a38011d1c94f0ce379b3c7545b19ce/lucee5?theme=monokai

1 Like

Awesome, thank you @webonix