-
- Downloads
lib: Add lib and libm, moving current files from stmhal.
Top-level lib directory is for standard C libraries that we want to provide our own versions of (for efficiency and stand-alone reasons). It currently has libm in it for math functions. Also add atanf and atan2f, which addresses issue #837.
Showing
- lib/libm/atan2f.c 89 additions, 0 deletionslib/libm/atan2f.c
- lib/libm/atanf.c 100 additions, 0 deletionslib/libm/atanf.c
- lib/libm/libm.h 52 additions, 0 deletionslib/libm/libm.h
- lib/libm/math.c 1 addition, 55 deletionslib/libm/math.c
- lib/libm/mathsincos.c 0 additions, 0 deletionslib/libm/mathsincos.c
- stmhal/Makefile 8 additions, 2 deletionsstmhal/Makefile
lib/libm/atan2f.c
0 → 100644
lib/libm/atanf.c
0 → 100644
lib/libm/libm.h
0 → 100644
File moved
Please register or sign in to comment