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