micropython/lib/libm
Damien George 8960a28238 lib/libm/math: Add implementation of __signbitf, if needed by a port. 2018-09-27 15:21:04 +10:00
..
acoshf.c
asinfacosf.c
asinhf.c
atan2f.c
atanf.c
atanhf.c
ef_rem_pio2.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
ef_sqrt.c lib/libm: Allow math funcs to be used by non-Thumb archs. 2015-12-18 21:05:44 +00:00
erf_lgamma.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
fdlibm.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
fmodf.c
kf_cos.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
kf_rem_pio2.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
kf_sin.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
kf_tan.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
libm.h
log1pf.c
math.c lib/libm/math: Add implementation of __signbitf, if needed by a port. 2018-09-27 15:21:04 +10:00
nearbyintf.c lib/libm: Add implementation of nearbyintf, from musl-1.1.16. 2017-03-24 10:38:11 +11:00
roundf.c
sf_cos.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
sf_erf.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
sf_frexp.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
sf_ldexp.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
sf_modf.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
sf_sin.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
sf_tan.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
thumb_vfp_sqrtf.c lib/libm: Move Thumb-specific sqrtf function to separate file. 2016-11-03 12:26:32 +11:00
wf_lgamma.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
wf_tgamma.c lib/libm/wf_tgamma: Fix tgammaf handling of -inf, should return nan. 2018-09-04 17:00:35 +10:00