]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.h
numeric.cpp, archive.cpp: don't include config.h
[ginac.git] / ginac / numeric.h
index bb7d258b44b38e37925d584ee8ca1d712cd79129..a293334229940a9b630d74d58aa2b6e5a418929c 100644 (file)
@@ -3,7 +3,7 @@
  *  Makes the interface to the underlying bignum package available. */
 
 /*
- *  GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2020 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
@@ -90,6 +90,8 @@ public:
        numeric(unsigned int i);
        numeric(long i);
        numeric(unsigned long i);
+       numeric(long long i);
+       numeric(unsigned long long i);
        numeric(long numer, long denom);
        numeric(double d);
        numeric(const char *);