mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1292] [CLOSED] Add finance #1894
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1292
Author: @L-Huber
Created: 8/2/2023
Status: ❌ Closed
Base:
master← Head:add_finance📝 Commits (2)
16adde7created interest calculatorfae5b95feat: add present value📊 Changes
2 files changed (+73 additions, -0 deletions)
View changed files
➕
finance/interest.c(+34 -0)➕
finance/present_value.c(+39 -0)📄 Description
Description of Change
a created some C code for the following finance issues:
-present value of cash flows already in python
-interest already in python
I have further ideas for other problems
References
Checklist
the second one yes, I forgot it when creating the first commit, sorry... I am new to this
Notes:
I created the finance examples interest and present value
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.