Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wangle201210/formula_go

一些常用公式汇总:房贷计算器
https://github.com/wangle201210/formula_go

go house-loan

Last synced: 22 days ago
JSON representation

一些常用公式汇总:房贷计算器

Awesome Lists containing this project

README

        

# formula_go
一些常用公式汇总
## life
生活小工具
-[x] 房贷计算器
- 通过每个月的公积金缴费计算出当前可以贷款额度 HosingFund.HouseNew()
- 等额本金每月还款额度 HosingFund.CapitalMonth()
- 等额本息每月还款额度 HosingFund.InterestMonth()