created miscfunc.h and .cc to separate some miscellaneous and special functions

This commit is contained in:
2024-03-20 17:25:21 +01:00
parent 9c666d2b5c
commit db964afe9f
7 changed files with 153 additions and 88 deletions

View File

@@ -17,6 +17,7 @@
*/
#include "polynomial.h"
#include "miscfunc.h"
#include <stdio.h>
#include <string.h>
#include <math.h>