rule_of_72: Rule of 72

View source: R/calculators.R

rule_of_72R Documentation

Rule of 72

Description

Estimates the number of years required to double an investment.

Usage

rule_of_72(rate)

Arguments

rate

Annual interest rate (decimal).

Value

Approximate years to double.

Examples

rule_of_72(rate = 0.08)


brfinance documentation built on Feb. 19, 2026, 9:06 a.m.