X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fcomplex%2Ftranscendental%2Fcl_C_asin.cc;h=4843d234e36f135c636cbb09cea9da844f159e63;hb=3af2cde18b3aabed4c808b0113daa81c2263b0bd;hp=f121c7f933eaa128d8bb6c922e6a419df669a8b9;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/src/complex/transcendental/cl_C_asin.cc b/src/complex/transcendental/cl_C_asin.cc index f121c7f..4843d23 100644 --- a/src/complex/transcendental/cl_C_asin.cc +++ b/src/complex/transcendental/cl_C_asin.cc @@ -1,7 +1,7 @@ // asin(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/complex.h" @@ -9,7 +9,7 @@ // Implementation. -#include "cl_C.h" +#include "complex/cl_C.h" #include "cln/real.h" namespace cln { @@ -18,8 +18,8 @@ namespace cln { // Wert und Branch Cuts nach der Formel CLTL2, S. 311: // arcsin(z) = log(iz+sqrt(1-z^2))/i // Sei z=x+iy, errechne u+iv = arsinh(-y+ix) wie oben, Ergebnis v-iu. -// Real- und Imaginärteil des Ergebnisses sind Floats, außer wenn z reell oder -// rein imaginär ist. +// Real- und Imaginärteil des Ergebnisses sind Floats, außer wenn z reell oder +// rein imaginär ist. inline const cl_C_R _asin (const cl_N& z) {