0.12.0-rc1: TVM improvements
Pre-release
Pre-release
- 0.12.0-rc1 (2024-06-18)
- TVM
- add
C/YR
menu (number of compoundings per year)- uses the same variable as the
C/Y
variable of the "Finance" app
in TI-OS - supports
2ND C/YR
to retrieve its value, just like2ND P/YR
- setting
P/YR
also setsC/YR
(consistent with the behavior of
the "Finance" app in TI-OS - setting
C/YR
does not changeP/YR
(same as "Finance" app)
- uses the same variable as the
- add a dot to
P/YR
andC/YR
if 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
IYR1
to-50%
to support negative interest
rates by default- keep default value of
IYR2
at100%
- keep default value of
- synchronize the
BEG
/END
flag 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