This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
75390a49a4
nuttx
/
libc
/
math
History
Gregory Nutt
bdf1ad69d6
libc logic should not directly assign errno, but should use set_errno() macro. This is because in the kernel build, errno is a system call
2013-12-11 14:54:22 -06:00
..
Kconfig
New Kconfig convention: Extra indentation in comments will render as HTML preformatted text
2013-04-22 09:10:58 -06:00
lib_acos.c
lib_acosf.c
lib_acosl.c
lib_asin.c
lib_asinf.c
lib_asinl.c
lib_atan2.c
lib_atan2f.c
lib_atan2l.c
lib_atan.c
lib_atanf.c
lib_atanl.c
lib_ceil.c
lib_ceilf.c
lib_ceill.c
lib_cos.c
lib_cosf.c
lib_cosh.c
lib_coshf.c
lib_coshl.c
lib_cosl.c
lib_exp.c
lib_expf.c
lib_expl.c
lib_fabs.c
lib_fabsf.c
lib_fabsl.c
lib_floor.c
lib_floorf.c
lib_floorl.c
lib_fmod.c
lib_fmodf.c
lib_fmodl.c
lib_frexp.c
lib_frexpf.c
lib_frexpl.c
lib_ldexp.c
lib_ldexpf.c
lib_ldexpl.c
lib_libexpi.c
lib_libsqrtapprox.c
lib_log2.c
lib_log2f.c
lib_log2l.c
lib_log10.c
lib_log10f.c
lib_log10l.c
lib_log.c
lib_logf.c
lib_logl.c
lib_modf.c
lib_modff.c
lib_modfl.c
lib_pow.c
lib_powf.c
lib_powl.c
lib_round.c
Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin
2012-12-07 16:00:56 +00:00
lib_roundf.c
Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin
2012-12-07 16:00:56 +00:00
lib_roundl.c
Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin
2012-12-07 16:00:56 +00:00
lib_sin.c
lib_sinf.c
lib_sinh.c
lib_sinhf.c
lib_sinhl.c
lib_sinl.c
lib_sqrt.c
libc logic should not directly assign errno, but should use set_errno() macro. This is because in the kernel build, errno is a system call
2013-12-11 14:54:22 -06:00
lib_sqrtf.c
libc logic should not directly assign errno, but should use set_errno() macro. This is because in the kernel build, errno is a system call
2013-12-11 14:54:22 -06:00
lib_sqrtl.c
libc logic should not directly assign errno, but should use set_errno() macro. This is because in the kernel build, errno is a system call
2013-12-11 14:54:22 -06:00
lib_tan.c
lib_tanf.c
lib_tanh.c
lib_tanhf.c
lib_tanhl.c
lib_tanl.c
Make.defs
Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin
2012-12-07 16:00:56 +00:00