Command Reference
:
Function Reference
:
Function Reference: P
@pow1pm1
Element Functions
Power function
of 1 plus argument, minus 1.
Returns
.
Syntax:
@pow1pm1
(
x, y
)
x:
number
y:
number
Return: number
If
, then
must be an integer value.
Provides higher precision calculation of
than direct evaluation using
@pow(1+x, y) - 1
for
near 1.
Examples
= @pow1pm1(0.07,10)
returns 0.96715....
Cross-references
See also
@pow
and
@powm1
.