]> www.ginac.de Git - ginac.git/blobdiff - ginac/print.h
- complex numbers are printed correctly (using the STL complex<> template or
[ginac.git] / ginac / print.h
index 3e55db5d7fde5e7bd86ffcfc3bbe5533fe0bf706..007f1e404bece06710060bf222f57d0602ff1b47 100644 (file)
@@ -3,7 +3,7 @@
  *  Definition of helper classes for expression output. */
 
 /*
- *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 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
@@ -82,7 +82,7 @@ public:
        print_csrc(std::ostream &);
 };
 
-/** Context for C source output using float numbers. */
+/** Context for C source output using float precision. */
 class print_csrc_float : public print_csrc
 {
 public:
@@ -90,7 +90,7 @@ public:
        print_csrc_float(std::ostream &);
 };
 
-/** Context for C source output using double numbers. */
+/** Context for C source output using double precision. */
 class print_csrc_double : public print_csrc
 {
 public: