micropython/lib/libm
Damien George 8707ea3421 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.
2014-08-29 22:42:26 +01:00
..
atan2f.c lib: Add lib and libm, moving current files from stmhal. 2014-08-29 22:42:26 +01:00
atanf.c lib: Add lib and libm, moving current files from stmhal. 2014-08-29 22:42:26 +01:00
libm.h lib: Add lib and libm, moving current files from stmhal. 2014-08-29 22:42:26 +01:00
math.c lib: Add lib and libm, moving current files from stmhal. 2014-08-29 22:42:26 +01:00
mathsincos.c lib: Add lib and libm, moving current files from stmhal. 2014-08-29 22:42:26 +01:00