]> www.ginac.de Git - ginac.git/blobdiff - ginac/print.h
*** empty log message ***
[ginac.git] / ginac / print.h
index 00ebcc919f3a5855a090e07274c5b48f01b2d990..007f1e404bece06710060bf222f57d0602ff1b47 100644 (file)
@@ -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: