mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
move versin() and coversin() code
Moved versin() and coversin() to bottom of functions in func.c (however the builtin function list remains sorted). Created a historical trig functions section for cmath.h and qmath.h. Moved cal/test3500.cal to cal/test9300.cal to make room for future trip tests going from test 3427 thru 3599.
This commit is contained in:
4
cmath.h
4
cmath.h
@@ -118,6 +118,10 @@ E_FUNC COMPLEX *c_asech(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_acsch(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_gd(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_agd(COMPLEX *c, NUMBER *epsilon);
|
||||
|
||||
/*
|
||||
* historical trig functions
|
||||
*/
|
||||
E_FUNC COMPLEX *c_versin(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_coversin(COMPLEX *c, NUMBER *epsilon);
|
||||
|
||||
|
Reference in New Issue
Block a user