0.12.0-rc1: TVM improvements
Pre-release
Pre-release
- 0.12.0-rc1 (2024-06-18)
- TVM
- add
C/YRmenu (number of compoundings per year)- uses the same variable as the
C/Yvariable of the "Finance" app
in TI-OS - supports
2ND C/YRto retrieve its value, just like2ND P/YR - setting
P/YRalso setsC/YR(consistent with the behavior of
the "Finance" app in TI-OS - setting
C/YRdoes not changeP/YR(same as "Finance" app)
- uses the same variable as the
- add a dot to
P/YRandC/YRif they differ from their default value
of 12, allows users to quickly see if those values are different from
the default - make TVM Solver more robust under certain edge cases, especially near
I/YR ~ 0% - change initial guess of
IYR1to-50%to support negative interest
rates by default- keep default value of
IYR2at100%
- keep default value of
- synchronize the
BEG/ENDflag of RPN83P with theBEGIN/END
flag of the "Finance" app provided by TI-OS - display status message 'TVM Calculated (Multiple)' if the TVM equation
has 2 solutions, but only one of them was found
- add
- docs
- simplify pandoc processing pipeline
- change PDF font to FreeSerif and FreeMono to render the U+2220 (angle)
symbol properly
- TVM