asser1

Dependencies:   mbed asser1

Revision:
0:6ca63d45f0ee
Child:
1:0690cf83f060
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/math_precalc.h	Tue Dec 11 19:12:55 2018 +0000
@@ -0,0 +1,11 @@
+#ifndef MATH_PRECALC_H
+#define MATH_PRECALC_H
+
+float cos_precalc(int angle);
+float sin_precalc(int angle);
+
+double racine(long int a);
+double pow(long int a, long int b);
+
+
+#endif
\ No newline at end of file