mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
add new aversin and acoversin builtin functions.
Added new aversin(x, [,eps]) for inverse versed sine and acoversin(x, [,eps]) for inverse coversed sine. Improved trig function help files to reference use of complex arguments that while supported were not documented. Removed old Makefile testing rules for make dbx and make gdb. Improved "make run" to execute calccalc using shared libraries from the local directory, and with reading of the startup scripts disabled. Changed "make prep" to perform various tests that are used to help verify that calc is ready for a release. Added Makefile testing rule testfuncsort to check for the sort of the builtin function list. Changed the order that builtin functions are listed by "show builtin" and the help/builtin to match the sorting of "LANG=C LC_ALL=C sort -d -u".
This commit is contained in:
@@ -553,6 +553,12 @@ E_LOGN_5 Non-numeric second argument for logn
|
||||
E_VERSIN1 Bad epsilon for versin
|
||||
E_VERSIN2 Bad first argument for versin
|
||||
E_VERSIN3 Too-large im(argument) for versin
|
||||
E_AVERSIN1 Bad epsilon for aversin
|
||||
E_AVERSIN2 Bad first argument for aversin
|
||||
E_AVERSIN3 Too-large im(argument) for aversin
|
||||
E_COVERSIN1 Bad epsilon for coversin
|
||||
E_COVERSIN2 Bad first argument for coversin
|
||||
E_COVERSIN3 Too-large im(argument) for coversin
|
||||
E_ACOVERSIN1 Bad epsilon for acoversin
|
||||
E_ACOVERSIN2 Bad first argument for acoversin
|
||||
E_ACOVERSIN3 Too-large im(argument) for acoversin
|
||||
|
Reference in New Issue
Block a user