mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
rename vercos to coversin
The code to compute 1 - sin(x) belongs to coversin, not vercos.
This commit is contained in:
2
cmath.h
2
cmath.h
@@ -119,7 +119,7 @@ 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);
|
||||
E_FUNC COMPLEX *c_versin(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_vercos(COMPLEX *c, NUMBER *epsilon);
|
||||
E_FUNC COMPLEX *c_coversin(COMPLEX *c, NUMBER *epsilon);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user