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