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:
Landon Curt Noll
2023-10-03 01:41:42 -07:00
parent 26fc394089
commit 2c4abcd2b7
48 changed files with 770 additions and 31 deletions

View File

@@ -39,7 +39,7 @@ LINK LIBRARY
COMPLEX *c_exp(COMPLEX *x, NUMBER *eps)
SEE ALSO
ln, cosh, sinh, tanh
ln, log, log2, logn, cosh, sinh, tanh
## Copyright (C) 1999,2021,2023 Landon Curt Noll
##