philsupertramp/game-math
Loading...
Searching...
No Matches
Public Attributes | List of all members
Interest Struct Reference

#include <Insurance.h>

Public Attributes

double i
 Interest rate. More...
 
double n
 Period length. More...
 
double B_0
 Starting balance. More...
 
double B_N
 End balance. More...
 
double R
 annual Pension More...
 

Detailed Description

Interest representation

Examples
statistics/TestInsurance.cpp.

Member Data Documentation

◆ B_0

double Interest::B_0

Starting balance.

◆ B_N

double Interest::B_N

End balance.

◆ i

double Interest::i

Interest rate.

◆ n

double Interest::n

Period length.

◆ R

double Interest::R

annual Pension


The documentation for this struct was generated from the following file: