https://github.com/theluqmn/inflation-calculator
An inflation calculator, based on rule 72, made with C
https://github.com/theluqmn/inflation-calculator
c inflation math rule72
Last synced: 4 months ago
JSON representation
An inflation calculator, based on rule 72, made with C
- Host: GitHub
- URL: https://github.com/theluqmn/inflation-calculator
- Owner: theluqmn
- License: mit
- Created: 2023-08-27T03:32:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T03:04:06.000Z (about 2 years ago)
- Last Synced: 2024-08-26T19:55:14.601Z (almost 2 years ago)
- Topics: c, inflation, math, rule72
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inflation Calculator
An inflation calculator
## Instructions
- Enter the price of the item
- Enter the tax rate
- Enter 1 to find future prices, 2 to find past prices
- Enter the year you want to know the price in
## How it works
With provided inputs, it calculates the price of the item in the past or future
corresponding to inflation - in this case, is 4.5% year over year.
Using the simple Rule 72, which at the moment means the price of an item
doubles roughly every 16 years, we'll get the year over year rate of 4.5%.