Skip to content

Commit

Permalink
more desriptive variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback authored Jun 23, 2020
1 parent 0dc8768 commit 94c87ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ with [Unicode support](https://docs.julialang.org/en/v1/manual/unicode-input/ind
- Leverages [MortalityTables.jl](https://github.com/JuliaActuary/MortalityTables.jl) for
the mortality calculations
- Contains common insurance calculations such as:
- `A(x)`: Whole life
- `A(x,n)`: Term life for `n` years
- `ä(x)`: Life contingent annuity due
- `ä(x,n)`: Life contingent annuity due for `n` years
- `A(life)`: Whole life
- `A(life,n)`: Term life for `n` years
- `ä(life)`: Life contingent annuity due
- `ä(life,n)`: Life contingent annuity due for `n` years
- Contains various commutaion functions such as `D(x)`,`M(x)`,`C(x)`, etc.
- `SingleLife` and `JointLife` capable
- Various interest rate mechanics (e.g. stochastic, constant, etc.)
Expand Down

2 comments on commit 94c87ea

@alecloudenback
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/16660

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" 94c87ea13e1b05d6ddb895a10c1ecfc0fe6defa2
git push origin v0.6.0

Please sign in to comment.