compound_growth
Project future values using compound growth. Input starting value, growth rate per period, and number of periods to compute the compounded result.
Instructions
📈 Compound Growth Calculator — Project growth over time.
Args: principal: Starting value (e.g. revenue, users, investment) rate: Growth rate per period as decimal (e.g. 0.1 for 10%) periods: Number of periods to project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | Yes | ||
| periods | Yes | ||
| principal | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |