]> www.ginac.de Git - ginac.git/blobdiff - check/time_gammaseries.cpp
log(-<realnumber>) now returns a real number
[ginac.git] / check / time_gammaseries.cpp
index 96eb85faa2f39aef789c0364db8ad70a0361c3c9..9761ac3a4b325f79daaddcc17fa1c1fa593f9630 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-2004 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
@@ -43,7 +43,7 @@ unsigned tgammaseries(unsigned order)
        return result;
 }
 
-unsigned time_gammaseries(void)
+unsigned time_gammaseries()
 {
        unsigned result = 0;