mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
add exterior trigonometric functions
Added the following new trigonometric functions: exsec(x [,eps]) exterior trigonometric secant aexsec(x [,eps]) inverse exterior trigonometric secant excsc(x [,eps]) exterior trigonometric cosecant aexcsc(x [,eps]) inverse exterior trigonometric cosecant Added to test 95dd and test9500.trigeq.cal to the calc regression test suite to perform extensive test of trigonometric functions. Added to test 34dd, some if the missing inverse trigonometric tests.
This commit is contained in:
8
CHANGES
8
CHANGES
@@ -354,12 +354,18 @@ The following are the changes from calc version 2.14.3.5 to date:
|
||||
ahacoversin(x [,eps]) inverse half coversed trigonometric sine
|
||||
ahavercos(x [,eps]) inverse half versed trigonometric cosine
|
||||
ahacovercos(x [,eps]) inverse half coversed trigonometric cosine
|
||||
exsec(x [,eps]) exterior trigonometric secant
|
||||
aexsec(x [,eps]) inverse exterior trigonometric secant
|
||||
excsc(x [,eps]) exterior trigonometric cosecant
|
||||
aexcsc(x [,eps]) inverse exterior trigonometric cosecant
|
||||
|
||||
Fixed calc regression test 42dd to set the display value back to 20.
|
||||
|
||||
Added test 95dd and test9500.trigeq.cal to the calc regression test
|
||||
Added to test 95dd and test9500.trigeq.cal to the calc regression test
|
||||
suite to perform extensive test of trigonometric functions.
|
||||
|
||||
Added to test 34dd, some if the missing inverse trigonometric tests.
|
||||
|
||||
|
||||
The following are the changes from calc version 2.14.3.4 to 2.14.3.5:
|
||||
|
||||
|
Reference in New Issue
Block a user