amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | cacos (complex z) |
Inverse cosine of complex number. More... | |
Inverse cosine of complex number.
Inverse cosine expressed using complex logarithms:
arccos z = -i * log(z + i * 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 cacos.c.
References cadd(), clog(), cmul(), cpack(), csqrt(), and csub().
Referenced by ComplexNumber::ArcCosine().