POWER

The POWER function returns the result of a number raised to a power.

Syntax

POW(value, power) - > number

Arguments

Example

Consider a below example with $16,000 loan at an annual rate of 5% that is to be paid off in 6 years. Calculate Compound Interest.

To calculate the Compound Interest, the formula should be written in the [Compound Interest] node.

[Principal](POWER(1+([Rate]/[Monthly Compound]),([Time]*[Monthly Compound])))

Result

Last updated