mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
add cas and cis trigonometric functions
Added the following new trigonometric functions: cas(x [,eps]) trigonometric cosine plus sine cis(x [,eps]) Euler's formula
This commit is contained in:
2
qmath.h
2
qmath.h
@@ -259,13 +259,13 @@ E_FUNC NUMBER *qaexcsc(NUMBER *q, NUMBER *epsilon);
|
||||
E_FUNC NUMBER *qcrd(NUMBER *q, NUMBER *epsilon);
|
||||
E_FUNC NUMBER *qacrd_or_NULL(NUMBER *q, NUMBER *epsilon);
|
||||
E_FUNC NUMBER *qacrd(NUMBER *q, NUMBER *epsilon);
|
||||
E_FUNC NUMBER *qcas(NUMBER *q, NUMBER *epsilon);
|
||||
|
||||
/*
|
||||
* pseudo-seed generator
|
||||
*/
|
||||
E_FUNC NUMBER *pseudo_seed(void);
|
||||
|
||||
|
||||
/*
|
||||
* external swap functions
|
||||
*/
|
||||
|
Reference in New Issue
Block a user