se22-group23-hw1
Science Score: 41.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: VSangarya
- License: mit
- Language: Python
- Default Branch: main
- Size: 93.8 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Created almost 4 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
README.md




[](CODE-OF-CONDUCT.md)
[](https://doi.org/10.5281/zenodo.7033592)
SE22-group23-HW1
The repository is for HW 1 for CSC 510 to demonstrate various files in a good Github repo.
Installation Guide:
Contributing:
Code of Conduct:
LICENSE:
Functions
- SimpleInterest(principal, rate, time):
- Input: principal (Principal Amount)- FLOAT>0, Rate(% rate of interest per annum)- FLOAT>0, time(number of years)- FLOAT>0
- Output: Simple Interest on the principal at r% per annum for time years
- CompoundInterest(principal, rate, time):
- Input: principal (Principal Amount)- FLOAT>0, Rate(% rate of interest per annum)- FLOAT>0, time(number of years)- FLOAT>0
- Output: Compund Interest on the principal at r% per annum for time years
- Inflation(principal, rate, time):
- Input: principal (Original Price)- FLOAT>0, Rate(% rate of interest per annum)- FLOAT>0, time(number of years)- FLOAT>0
- Output: Inflation on the principal at r% per annum for time years
- PurchasingPower(principal, rate, time)
- Input: principal (Total Money)- FLOAT>0, Rate(% rate of interest per annum)- FLOAT>0, time(number of years)- FLOAT>0
- Output: Purchasing Power of the principal after timeyears, when its value depreciates at r % per annum
Owner
- Name: Vishwesh Sangarya
- Login: VSangarya
- Kind: user
- Repositories: 4
- Profile: https://github.com/VSangarya
Computer Science Grad Student at NCSU
Citation (CITATION.md)
Zenodo DOI badge for version 1.0.0 of the Homework repository : [](https://doi.org/10.5281/zenodo.7033592) Reference to Zenodo Citation of the repository : [link](https://zenodo.org/record/7033592#.Yw2EE3bMK5c)
GitHub Events
Total
Last Year
Dependencies
.github/workflows/build.yml
actions
- actions/checkout v3 composite