micropython/lib/libm
Damien George 3bedff0b3c lib/libm/math: Remove implementations of float conversion functions.
These implementations are incorrect (eg f2d and d2f don't handle special
values like 0.0) and proper versions can be provided by libgcc (or
equivalent depending on the toolchain).

libgcc is now linked with the stmhal port so that library will provide
these functions from now on.
2017-06-14 17:18:23 +10:00
..
acoshf.c
asinfacosf.c
asinhf.c
atan2f.c
atanf.c
atanhf.c
ef_rem_pio2.c
ef_sqrt.c
erf_lgamma.c
fdlibm.h
fmodf.c
kf_cos.c
kf_rem_pio2.c
kf_sin.c
kf_tan.c
libm.h
log1pf.c
math.c lib/libm/math: Remove implementations of float conversion functions. 2017-06-14 17:18:23 +10:00
nearbyintf.c
roundf.c
sf_cos.c
sf_erf.c
sf_frexp.c
sf_ldexp.c lib/libm: Use isfinite instead of finitef, for C99 compatibility. 2017-05-31 11:34:29 +10:00
sf_modf.c
sf_sin.c
sf_tan.c
thumb_vfp_sqrtf.c
wf_lgamma.c
wf_tgamma.c