diff options
| author | Damien George | 2014-09-11 22:24:45 +0100 |
|---|---|---|
| committer | Damien George | 2014-09-11 22:24:45 +0100 |
| commit | 20beff9ae3ae50b44022595bcb6d27d195a08963 (patch) | |
| tree | 955b0bf0c085f31ad5e34d2909e819eb4180769b /stmhal | |
| parent | 953074315e594f5a30f455dc6a1a67340a3e6ea7 (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/Makefile | 1 |
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 \ ) |
