mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
add vercos(), avercos(), covercos(), acovercos()
Improved trig help files. Added new vercos(x, [,eps]) for versed cosine and covercos(x, [,eps]) for inverse versed cosine. Added new avercos(x, [,eps]) for inverse versed cosine and acovercos(x, [,eps]) for inverse coversed cosine.
This commit is contained in:
4
cmath.h
4
cmath.h
@@ -127,6 +127,10 @@ E_FUNC COMPLEX *c_versin(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_aversin(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_coversin(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_acoversin(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_vercos(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_avercos(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_covercos(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_acovercos(COMPLEX *c, NUMBER *epsilon);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user