mathlib delete floorf in favor of math.h

This commit is contained in:
Daniel Agar 2019-05-24 10:28:24 -04:00 committed by Paul Riseborough
parent 340d85afc1
commit cd34ab802d
3 changed files with 1 additions and 12 deletions

View File

@ -60,7 +60,6 @@ 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