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
math_precalc.h
00001 #ifndef MATH_PRECALC_H 00002 #define MATH_PRECALC_H 00003 00004 00005 #define PI 3.1416 00006 00007 float cos_precalc(int angle); 00008 float sin_precalc(int angle); 00009 00010 double racine(long int a); 00011 double pow(long int a, long int b); 00012 double abs(double a, double b); 00013 00014 double diff_angle(double angle1, double angle2); 00015 00016 00017 double borne_angle_d(double angle); 00018 double borne_angle_r(double angle); 00019 int signe(float entier); 00020 float min(float f1, float f2); 00021 00022 #endif
Generated on Thu Jul 14 2022 05:39:00 by
1.7.2