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