/*****************************************************/ /*HEADERFIL FÖR MATTEMANNEN */ /*****************************************************/ #include //för in och utmatning #include //för strcmp() #include //för atof() #include //för beräkningar #include //för clrscr() och getch() #define MAXGRAD 10 //maximal polynomgrad för Newton-Raphson #define VARV 100 //max antal beräkningar Newton-Raphson gör #define DIFF 0.01 //procentuell differans mellan x & xo i Newton-Raphson #define BUFFERSIZE 100 //bufferstorlek för säker inmatning