X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=doc%2Ftutorial%2Fginac.texi;h=aba77986af2b212ea247f1de5ed022c9bb5a0c20;hp=f044d2c944ae00ceb6f5f1cdf1d146e3379a90d5;hb=db732c795526690b0a8e1f9c6ac5b50500f19fc6;hpb=296ca653543d7b9ab1af2c4bbaa29f0783cee46e diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index f044d2c9..aba77986 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -1105,8 +1105,16 @@ gamma(x+1/2) -> gamma(x+1/2) gamma(15/2) -> (135135/128)*Pi^(1/2) @end example -Most of these functions can be differentiated, series expanded and so -on. Read the next chapter in order to learn more about this. +@cindex branch cut +For functions that have a branch cut in the complex plane GiNaC follows +the conventions for C++ as defined in the ANSI standard. In particular: +the natural logarithm (@code{log}) and the square root (@code{sqrt}) +both have their branch cuts running along the negative real axis where +the points on the axis itself belong to the upper part. + +Besides evaluation most of these functions allow differentiation, series +expansion and so on. Read the next chapter in order to learn more about +this. @node Relations, Important Algorithms, Built-in functions, Basic Concepts