]> www.ginac.de Git - ginac.git/blobdiff - ginac/factor.h
[BUGFIX] Fix crash in parser.
[ginac.git] / ginac / factor.h
index 8c772795d1feb8fb16da5a38912d6e3260aca856..ccdb595e637aa95c9ea419973794fcead4b0382d 100644 (file)
@@ -3,7 +3,7 @@
  *  Polynomial factorization. */
 
 /*
- *  GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2024 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
@@ -36,7 +36,7 @@ class ex;
  *  functions or polynomials inside function arguments.
  *
  *  @param[in] poly    expression to factorize
- *  @param[in] option  options to influence the factorization
+ *  @param[in] options see GiNaC::factor_options
  *  @return            factorized expression
  */
 extern ex factor(const ex& poly, unsigned options = 0);