improve the cal/regress.cal regress test suite structure

Improve comments about use of the ${CALC_ENV} Makefile variable.
Noted in Makefile.cal where and how the ${CALC_ENV} is used.
Use ${CALC_ENV} Makefile variable were needed.

Modified regression test cal/regress.cal: in some cases test numbers
were adjusted.  Add comments indicate which test numbers apply to
which code.  Indicated where there is room for new tests.
Expanded the end of test numbers from 9999 to  99999.
This commit is contained in:
Landon Curt Noll
2023-09-07 22:11:36 -07:00
parent b67e20881a
commit 3fd55f0431
4 changed files with 832 additions and 398 deletions

View File

@@ -136,6 +136,15 @@ The following are the changes from calc version 2.14.3.5 to date:
Added new avercos(x, [,eps]) for inverse versed cosine and acovercos(x, [,eps])
for inverse coversed cosine.
Improve comments about use of the ${CALC_ENV} Makefile variable.
Noted in Makefile.cal where and how the ${CALC_ENV} is used.
Use ${CALC_ENV} Makefile variable were needed.
Modified regression test cal/regress.cal: in some cases test numbers
were adjusted. Add comments indicate which test numbers apply to
which code. Indicated where there is room for new tests.
Expanded the end of test numbers from 9999 to 99999.
The following are the changes from calc version 2.14.3.4 to 2.14.3.5: