aboutsummaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
authorDamien George2014-09-11 22:24:45 +0100
committerDamien George2014-09-11 22:24:45 +0100
commit20beff9ae3ae50b44022595bcb6d27d195a08963 (patch)
tree955b0bf0c085f31ad5e34d2909e819eb4180769b /stmhal
parent953074315e594f5a30f455dc6a1a67340a3e6ea7 (diff)
py and libm: Add asinf,acosf; print higher precision for float.
Also use less stack space when printing single precision float. Addition of asinf and acosf addresses issue #851.
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 3ae1805b1..82d229b87 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -64,6 +64,7 @@ endif
SRC_LIB = $(addprefix lib/,\
libm/math.c \
libm/mathsincos.c \
+ libm/asinfacosf.c \
libm/atanf.c \
libm/atan2f.c \
)