rename vercos to coversin

The code to compute 1 - sin(x) belongs to coversin, not vercos.
This commit is contained in:
Landon Curt Noll
2023-09-01 23:26:26 -07:00
parent b0a48a2b70
commit 7398fbb2e9
17 changed files with 93 additions and 89 deletions

View File

@@ -17,7 +17,7 @@ DESCRIPTION
The versed sine function is sometimes called vers, sometimes called ver,
may be defined as:
versin(x) = 1 - cos(x)
versin(x) = 1 - cos(x)
EXAMPLE
; print versin(0.2), versin(3/7), versin(-31)
@@ -42,7 +42,7 @@ LINK LIBRARY
SEE ALSO
sin, cos, tan, sec, csc, cot, epsilon
vercos
coversin
## Copyright (C) 2023 Landon Curt Noll
##