Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed X_NUCLEO_IHM02A1
Diff: math_precalc.h
- Revision:
- 2:5764f89a27f6
- Parent:
- 1:0690cf83f060
--- a/math_precalc.h Wed Dec 12 20:03:07 2018 +0000 +++ b/math_precalc.h Wed Apr 17 18:55:22 2019 +0000 @@ -16,6 +16,7 @@ double borne_angle_d(double angle); double borne_angle_r(double angle); - +int signe(float entier); +float min(float f1, float f2); #endif \ No newline at end of file