]> www.ginac.de Git - ginac.git/commitdiff
- added comment about more recent terminology involving eta(x,y).
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 14 Aug 2001 21:09:16 +0000 (21:09 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 14 Aug 2001 21:09:16 +0000 (21:09 +0000)
ginac/inifcns.cpp

index 5ebd3d02139b153efa647263a232b956fb7bf5cc..50ec3ec8a97dd7f92cfd241f03a1d41021abd0df 100644 (file)
@@ -126,6 +126,8 @@ REGISTER_FUNCTION(csgn, eval_func(csgn_eval).
 
 //////////
 // Eta function: eta(x,y) == log(x*y) - log(x) - log(y).
+// This function is closely related to the unwinding number K, sometimes found
+// in modern literature: K(z) == (z-log(exp(z)))/(2*Pi*I).
 //////////
 
 static ex eta_evalf(const ex &x, const ex &y)