summaryrefslogtreecommitdiff
path: root/lib/polynom.c
diff options
context:
space:
mode:
authorbiouman <biouman>2001-05-02 02:27:05 +0000
committerbiouman <biouman>2001-05-02 02:27:05 +0000
commit84bcce474264742f43b9540466eabb2cdb2fed30 (patch)
tree27f3c4aa11da89674d49bc2dd24126bb4f62e5ee /lib/polynom.c
parentef162e51ed50ba0d495cd3beb471bcca01dd3b09 (diff)
*** empty log message ***
Diffstat (limited to 'lib/polynom.c')
-rw-r--r--lib/polynom.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/polynom.c b/lib/polynom.c
index 99c5a75..ff92e5d 100644
--- a/lib/polynom.c
+++ b/lib/polynom.c
@@ -19,8 +19,6 @@
int smartprint = 1;
-/* FIXME: manque div et mod */
-
polynome ply_constr(rationnel coef, int degre)
{ /* constructeur monome */
polynome temp;