0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 8 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Arithmetische-degressive Abschreibung. Degressionswert konstant. More... almost 11 years ago
Lineare Abschreibungen [Q1 S.36] der Bibliothek hinzugefügt More... almost 11 years ago
Renamed benefit/* to pension/* More... almost 11 years ago
Added documentation for namespace 'interest' More... almost 11 years ago
Added more testcases for the benefit-namespace More... almost 11 years ago
Fixed function list More... almost 11 years ago
Cleanups, removed unnecessary :require More... almost 11 years ago
Moved common calculations into their own namespace. More... almost 11 years ago
Added net-present-value and adjusted-present-value + tests More... almost 11 years ago
Added testcases More... almost 11 years ago
Replaced map destructuring with defnk-call More... almost 11 years ago
Added first readme More... almost 11 years ago
Replaced keyword destructuring with macro-call. More... almost 11 years ago
Documentation fix: Parameter is called x not n More... almost 11 years ago
Added more testcases for pow and exp More... almost 11 years ago
Added some financial ratios; Reworked math functions and defnk namespace More... almost 11 years ago
Renamed parameters with better wording More... almost 11 years ago
Renamed sgn-opposite? to sgn-different? since it actually differs between negative, zero and positive. More... almost 11 years ago
Added exchange-rate functions. More... almost 11 years ago
Added hyperbolic functions More... almost 11 years ago
Added repayment-functions More... almost 11 years ago
More benefit-functions More... almost 11 years ago
Added (not-nil? x) as a shorthand for (not (nil? x)) More... almost 11 years ago
Reworked math-functions to use protocols. More... almost 11 years ago
(sqrt x) requires that x is >= 0. More... almost 11 years ago
(round x) requires that x is of type float. More... almost 11 years ago
Rename for better grouping More... almost 11 years ago
Added first functions for annuity computations. More... almost 11 years ago
Added functions for periodic payments. More... almost 11 years ago
Removed dependency on numeric-tower. More... almost 11 years ago