mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
add cas and cis trigonometric functions
Added the following new trigonometric functions: cas(x [,eps]) trigonometric cosine plus sine cis(x [,eps]) Euler's formula
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -24,6 +24,8 @@ The following are the changes from calc version 2.14.3.5 to date:
|
||||
aexcsc(x [,eps]) inverse exterior trigonometric cosecant
|
||||
crd(x [,eps]) trigonometric chord of a unit circle
|
||||
acrd(x [,eps]) inverse trigonometric chord of a unit circle
|
||||
cas(x [,eps]) trigonometric cosine plus sine
|
||||
cis(x [,eps]) Euler's formula
|
||||
|
||||
As Msys2 is a fork of Cygwin, if the OSNAME is Msys, the Cygwin
|
||||
target will be used. Thanks to GitHub user @iahung2 for the
|
||||
|
Reference in New Issue
Block a user