Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangle201210/formula_go
一些常用公式汇总:房贷计算器
https://github.com/wangle201210/formula_go
go house-loan
Last synced: 22 days ago
JSON representation
一些常用公式汇总:房贷计算器
- Host: GitHub
- URL: https://github.com/wangle201210/formula_go
- Owner: wangle201210
- License: mit
- Created: 2024-02-28T03:41:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-28T06:45:41.000Z (10 months ago)
- Last Synced: 2024-06-21T03:27:03.144Z (6 months ago)
- Topics: go, house-loan
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# formula_go
一些常用公式汇总
## life
生活小工具
-[x] 房贷计算器
- 通过每个月的公积金缴费计算出当前可以贷款额度 HosingFund.HouseNew()
- 等额本金每月还款额度 HosingFund.CapitalMonth()
- 等额本息每月还款额度 HosingFund.InterestMonth()