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
qmath.h
4
qmath.h
@@ -222,6 +222,10 @@ E_FUNC NUMBER *qbern(ZVALUE z);
|
||||
E_FUNC void qfreebern(void);
|
||||
E_FUNC NUMBER *qeuler(ZVALUE z);
|
||||
E_FUNC void qfreeeuler(void);
|
||||
|
||||
/*
|
||||
* historical trig functions
|
||||
*/
|
||||
E_FUNC NUMBER *qversin(NUMBER *q, NUMBER *epsilon);
|
||||
E_FUNC NUMBER *qcoversin(NUMBER *q, NUMBER *epsilon);
|
||||
|
||||
|
Reference in New Issue
Block a user