mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
add trigonometric chord of a unit circle functions
Improve builtin function strings, as printed by help builtin, that use an optional accuracy (epsilon) arg by adding a comma. Added the following new trigonometric functions: crd(x [,eps]) trigonometric chord of a unit circle acrd(x [,eps]) inverse trigonometric chord of a unit circle
This commit is contained in:
2
cmath.h
2
cmath.h
@@ -148,6 +148,8 @@ E_FUNC COMPLEX *c_exsec(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_aexsec(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_excsc(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_aexcsc(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_crd(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_acrd(COMPLEX *c, NUMBER *epsilon);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user