mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
add trigonometric chord of a unit circle functions
Improve builtin function strings, as printed by help builtin, that use an optional accuracy (epsilon) arg by adding a comma. Added the following new trigonometric functions: crd(x [,eps]) trigonometric chord of a unit circle acrd(x [,eps]) inverse trigonometric chord of a unit circle
This commit is contained in:
13
help/excsc
13
help/excsc
@@ -49,8 +49,21 @@ SEE ALSO
|
||||
haversin, hacoversin, havercos, hacovercos
|
||||
ahaversin, hacoversin, havercos, ahacovercos
|
||||
exsec, aexsec, aexcsc
|
||||
crd, acrd
|
||||
epsilon
|
||||
|
||||
EXTERNAL RESOURCES
|
||||
For general information on trigonometric functions, see:
|
||||
|
||||
https://en.wikipedia.org/wiki/Trigonometric_functions#Unit-circle_definitions
|
||||
https://en.wikipedia.org/wiki/Versine
|
||||
https://en.wikipedia.org/wiki/Exsecant
|
||||
https://en.wikipedia.org/wiki/Inverse_trigonometric_functions
|
||||
https://en.wikipedia.org/wiki/Chord_(geometry)
|
||||
https://en.wikipedia.org/wiki/Secant_line
|
||||
https://en.wikipedia.org/wiki/Hartley_transform#cas
|
||||
https://en.wikipedia.org/wiki/Cis_(mathematics)
|
||||
|
||||
## Copyright (C) 2023 Landon Curt Noll
|
||||
##
|
||||
## Calc is open software; you can redistribute it and/or modify it under
|
||||
|
Reference in New Issue
Block a user