<aside> ⚡ [ x ] Insert beginning value [ x ] Insert final value [ ? ] Find yearly growth rate
</aside>
$$ CAGR = \binom{Vfinal}{Vbegin}^\binom{1}{t} - 1 $$
Formula = round(10000 * (pow(prop("End Value") / prop("Start Value"), 1 / prop("Years")) - 1)) / 10000
<aside> 🔑 Scenario: A company's year end revenue over a 7 year period determines its Annual Growth Rate (CAGR)
</aside>
$$ \begin{array}{c:c:c} & 2013 & 2020 \\ \hline yearEnd & 1,000 & 30,000 \end{array} $$