![]() ![]() |
Reference Type: Supported, Category: Math Functions, ICR#: 10105
The $$PWR^XLFMTH extrinsic function returns x to the y power. This function makes use of LN and EXP.
$$PWR^XLFMTH(x,y[,n])
x: |
(required) Number for which you want the exponent value. |
y: |
(required) The exponent to which the input number (x) should be raised. |
n: |
(optional) The precision for the function. Precision means the detail of the result, in terms of number of digits. |
returns: |
Returns the exponent value. |
>S X=$$PWR^XLFMTH(3.2,1.5) >W X 5.7243340224 |