]> www.ginac.de Git - ginac.git/commitdiff
G_do_hoelder: fix the transformation of the imaginary part.
authorStefan Weinzierl <stefanw@thep.physik.uni-mainz.de>
Sat, 12 Apr 2014 11:32:20 +0000 (14:32 +0300)
committerAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Sat, 12 Apr 2014 11:32:57 +0000 (14:32 +0300)
The G_do_hoelder function transforms the arguments as z -> 1-z.
If z has an imaginary part, the sign of the imagniary part transforms
as s -> -s.
In the special case where z is real and > 1, the transformed value is
real and < 0. For (transformed) real negative values of z the sign of
the imaginary part is not relevant (there are no branch cuts). The code
requires that in this case the sign takes the default value +1.
This is now fixed.


No differences found