diff options
Diffstat (limited to 'src/Maths.h')
-rw-r--r-- | src/Maths.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Maths.h b/src/Maths.h new file mode 100644 index 0000000..d9a8f61 --- /dev/null +++ b/src/Maths.h @@ -0,0 +1,11 @@ +#ifndef _MATHS_H_ +#define _MATHS_H_ + + +/**> HEADER FILES <**/ +#include <cmath> + +double fast_sqrt (register double arg); + +#endif + |