mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
rename vercos to coversin
The code to compute 1 - sin(x) belongs to coversin, not vercos.
This commit is contained in:
@@ -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
|
||||
##
|
||||
|
Reference in New Issue
Block a user