Difference between revisions of "LlRaiseToPower"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL_Function|func_id|mode=request|func=llRaiseToPower|sort=ReturnObject|p1_type=float|p1_name=argument|p2_type=float|p2_name=exponent |func_desc=Raises the first argument to the power of...)
 
(Replacing page with 'You are looking for llPow.')
 
Line 1: Line 1:
{{LSL_Function|func_id|mode=request|func=llRaiseToPower|sort=ReturnObject|p1_type=float|p1_name=argument|p2_type=float|p2_name=exponent
You are looking for [[llPow]].
|func_desc=Raises the first argument to the power of the second, returns a float.
|return_text|spec|caveats = Could also be implemented as e.g. x**y |examples=float zValue = llRaiseToPower(2,4)  returns zValue = 16
|helpers|related|also|notes}}

Latest revision as of 14:34, 27 September 2007

You are looking for llPow.