amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | casec (complex z) |
Inverse secant expressed using complex logarithms: More... | |
Inverse secant expressed using complex logarithms:
Inverse secant expressed using complex logarithms:
arcsec z = -i * log(i * sqr(1 - 1/(z*z)) + 1/z)
More info is available at Wikipedia:
https://wikipedia.org/wiki/Inverse_trigonometric_functions#Logarithmic_forms
Definition at line 42 of file casec.c.
References cadd(), cdiv(), clog(), cmul(), cpack(), creci(), csqrt(), and csub().
Referenced by ComplexNumber::ArcSecant().