]> www.ginac.de Git - ginac.git/blobdiff - ginac/normal.h
- added ex::to_rational() to convert general expression to rational expression
[ginac.git] / ginac / normal.h
index f3e8920dbea4a1e1454d5fb7a592af42f150826f..25a1743bb6f15f4edb921d9769ca532488fdde47 100644 (file)
@@ -1,7 +1,9 @@
 /** @file normal.h
  *
- *  Functions for polynomial quotient and remainder, GCD and LCM computation
- *  and square-free factorization. */
+ *  This file defines several functions that work on univariate and
+ *  multivariate polynomials and rational functions.
+ *  These functions include polynomial quotient and remainder, GCD and LCM
+ *  computation, square-free factorization and rational function normalization. */
 
 /*
  *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany