]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_N.cpp
Speed up power::real_part() and power::imag_part().
[ginac.git] / check / time_lw_N.cpp
index d6e96b198a3406bd21e6da2a4d3d70510dd08dfe..1fdb4684f9530bb5e844b68b2fb14a0c432f1e65 100644 (file)
@@ -5,7 +5,7 @@
  *  Fermat-test). */
 
 /*
- *  GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2015 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
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <iostream>
-#include <vector>
 #include "ginac.h"
 #include "timer.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+#include <vector>
+using namespace std;
+
 static const bool do_test = false;  // set to true in order to run this beast
 
 static unsigned test()