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:
Landon Curt Noll
2023-09-06 00:52:37 -07:00
parent ea5b5e0b53
commit fdbf53d7e8
28 changed files with 1218 additions and 59 deletions

View File

@@ -11,11 +11,10 @@ TYPES
return number
DESCRIPTION
Calculate the versed sine of x to a multiple of eps with error less in
Calculate the versed trigonometric sine of x to a multiple of eps with error less in
absolute value than .75 * eps.
The versed sine function is sometimes called vers, sometimes called ver,
may be defined as:
This function is sometimes called vers, is equivalent to:
versin(x) = 1 - cos(x)
@@ -43,8 +42,8 @@ LINK LIBRARY
SEE ALSO
sin, cos, tan, cot, sec, csc
asin, acos, atan, acot, asec, acsc
coversin
aversin. acoversin
versin, coversin, vercos, avercos
aversin, acoversin, covercos, acovercos
epsilon
## Copyright (C) 2023 Landon Curt Noll