]> www.ginac.de Git - ginac.git/blobdiff - check/time_gammaseries.cpp
Added series expansion for functions (classical) Li and S around x==0.
[ginac.git] / check / time_gammaseries.cpp
index 96eb85faa2f39aef789c0364db8ad70a0361c3c9..dd049762c99639f4c308354666c3331ab754dc01 100644 (file)
@@ -3,7 +3,7 @@
  *  Some timings on series expansion of the Gamma function around a pole. */
 
 /*
- *  GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 #include "times.h"
@@ -43,7 +43,7 @@ unsigned tgammaseries(unsigned order)
        return result;
 }
 
-unsigned time_gammaseries(void)
+unsigned time_gammaseries()
 {
        unsigned result = 0;