fixed calculation of magentic table values by using floor instead of int casting

This commit is contained in:
Sebastian Verling
2019-05-23 14:17:40 +02:00
committed by Lorenz Meier
parent 54ac147ae8
commit 710c52980e
3 changed files with 14 additions and 2 deletions
+1
View File
@@ -60,6 +60,7 @@ float max(float val1, float val2);
float constrain(float val, float min, float max);
float radians(float degrees);
float degrees(float radians);
int floorf(float input);
}
#else