llRaiseToPower

From Second Life Wiki
Revision as of 09:09, 26 September 2007 by Zeno Rasmuson (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llRaiseToPower( float argument, float exponent );

Raises the first argument to the power of the second, returns a float.

• float argument
• float exponent

Caveats

Could also be implemented as e.g. x**y

All Issues ~ Search JIRA for related Bugs

Examples

float zValue = llRaiseToPower(2,4) returns zValue = 16

Deep Notes

Search JIRA for related Issues

Signature

//function void llRaiseToPower( float argument, float exponent );