Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1012 Bytes

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 1012 Bytes

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • support for nper with examples

Changed

  • Replace floats with decimal

Fixed

  • Fix PMT, 0 rate case
  • Fix IPMT

Added

  • support for pv & npv functions with examples & test cases.
  • test cases for PlotRows
  • updated readme.

Changed

  • refactored PlotRows

Added

  • support for fv, ipmt, pmt, ppmt functions.
  • support for amortisation table generation.