diff options
author | biouman <biouman> | 2001-05-01 12:41:41 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-05-01 12:41:41 +0000 |
commit | b05b13f4f74e253f844d168e057f3be5408d06f5 (patch) | |
tree | ed4c9004e0d7974525e6f93af85d0803928bf4aa /src | |
parent | 78dcc3729881bb6b3937da195bc070ca96cb049b (diff) |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/Polynom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Polynom.c b/src/Polynom.c index 6121f7d..9da1d49 100644 --- a/src/Polynom.c +++ b/src/Polynom.c @@ -11,6 +11,7 @@ #include "polynom.h" #include "pile.h" #include "exceptions.h" +#include "scalaires.h" #ifdef HAVE_CONFIG_H #include "config.h" #else @@ -29,6 +30,7 @@ int main(void) Initialise(&variables); mute = "x"; + display=DEC; /* nom de la variable utilisee pour la saisie des polynomes, a recuperer en argv eventuellt ATTENTION: elle est case sensitive */ parse_line("P=-4.5+2*x+3*x^2;"); |