Wiki
Calculator
-- Make calculations easier!
Tweet
Print
Home
>
Business
>
Finance
> The stated interest rate with a compounding frequency n(when interest is continuously compounded)
The stated interest rate with a compounding frequency n(when interest is continuously compounded)
Formula
r
The stated interest rate with a compounding frequency n.
R
The interest rate on a continuous compounding basis
n
Compounding frequency
e
natural logarithm
Formula description
It is used to convert an interest rate from one compounding basis to another compounding basis when interest is continuously compounded.
Calculator (
how to use calculator?
)
R
%, percent,parts per hundred
decimal
‰, per mil,parts per thousand,per mille,permil,permille,per mill,promille
permyriad,basis point,bp,percentage in point,pip,parts per ten thousand,one-hundredth percent
parts per million,ppm
parts per billion,ppb
parts per trillion,ppt
parts per quadrillion,ppq
n
e
r
%, percent,parts per hundred
decimal
‰, per mil,parts per thousand,per mille,permil,permille,per mill,promille
permyriad,basis point,bp,percentage in point,pip,parts per ten thousand,one-hundredth percent
parts per million,ppm
parts per billion,ppb
parts per trillion,ppt
parts per quadrillion,ppq
Precision
0
1
2
3
4
5
6
7
8
9
Formula code
C
C#
C++
Java
JavaScript
LaTeX
PHP
#include
r = n*(pow(e,R/n)-1)
r = n*(Math.Pow(e,R/n)-1)
#include
r = n*(pow(e,R/n)-1)
r = n*(Math.pow(e,R/n)-1)
r = n*(Math.pow(e,R/n)-1)
r = n (e^\frac{R}{n}-1)
$r = $n*(pow($e,$R/$n)-1)
References
wikipedia:Compounding basis.
Comment or add more code
If you cannot find the formula or calculator you want, please tell us what you want and we will add it for you ASAP. If you want anything else or find any error on this page, please just let us know. If you know the formula in other languages, you are welcome to add it. Thanks for contributing to wikicalculator.com!
Comment
Add code for the formula
Please help us do better by providing your opinions(<= 500 characters):
Language:
(<= 500 characters)
Name
Email
Home Page