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
- Committer:
- Coconara
- Date:
- 2018-12-11
- Revision:
- 0:6ca63d45f0ee
- Child:
- 1:0690cf83f060
File content as of revision 0:6ca63d45f0ee:
#ifndef MATH_PRECALC_H #define MATH_PRECALC_H float cos_precalc(int angle); float sin_precalc(int angle); double racine(long int a); double pow(long int a, long int b); #endif