Learn R Programming

brfinance (version 0.8.0)

calc_pv_continuous: Present Value with Continuous Compounding

Description

Calculates the present value with continuous compounding.

Usage

calc_pv_continuous(fv, rate, t)

Value

Present value with continuous compounding.

Arguments

fv

Future value.

rate

Nominal annual interest rate (decimal).

t

Time in years.

Examples

Run this code
calc_pv_continuous(fv = 1105.17, rate = 0.05, t = 2)

Run the code above in your browser using DataLab