$RxpR: Difference between revisions
Jump to navigation
Jump to search
(→Syntax) |
EllieWiccan (talk | contribs) (Automatically generated page update) |
||
Line 21: | Line 21: | ||
</ul> | </ul> | ||
<li> | <li> | ||
</ul> | </ul> | ||
Revision as of 19:33, 23 July 2015
Real base raised to real exponent
Note: Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is currently no direct OO equivalent for the $RxpR function.
The $RxpR function returns the value of its first argument raised to the power of its second argument.
Syntax
%num = $RxpR(x, y)
Usage notes
- If either of the following is true,
an error message is printed and a 0 is returned:
- x is less than zero.
- x equals 0, and y is less than or equal to 0.
Examples
$rxpr(9, 2) = 92 = 81 $rxpr(64, .5) = 8 $rxpr(256, .25) = 4