mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 17:19:06 +08:00
mathlib delete floorf in favor of math.h
This commit is contained in:
parent
340d85afc1
commit
cd34ab802d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user