]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.cpp
- Deleted some legacy code.
[ginac.git] / ginac / numeric.cpp
index c7d926a2d9e580feeb3246d02e8001989994713f..bb2762a2e0cbfa58996689800f6aa077b0bd6579 100644 (file)
@@ -753,7 +753,8 @@ inline cl_heap_ratio* TheRatio (const cl_N& obj)
 
 /** Numerator.  Computes the numerator of rational numbers, rationalized
  *  numerator of complex if real and imaginary part are both rational numbers
- *  (i.e numer(4/3+5/6*I) == 8+5*I), the number itself in all other cases. */
+ *  (i.e numer(4/3+5/6*I) == 8+5*I), the number carrying the sign in all other
+ *  cases. */
 numeric numeric::numer(void) const
 {
     if (is_integer()) {