This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
mirror of
https://github.com/micropython/micropython.git
synced
2025-09-08 10:51:10 +02:00
Code
Issues
Actions
25
Packages
Projects
Releases
Wiki
Activity
Files
b6b34cd3f6585eed455473bc149e9db758a45d9c
micropython
/
lib
/
libm
History
Damien George
1559a97810
py: Add builtin round function.
...
Addresses issue
#934
.
2014-10-31 11:28:50 +00:00
..
asinfacosf.c
py and libm: Add asinf,acosf; print higher precision for float.
2014-09-11 22:24:45 +01:00
atan2f.c
lib: Add lib and libm, moving current files from stmhal.
2014-08-29 22:42:26 +01:00
atanf.c
lib: Add lib and libm, moving current files from stmhal.
2014-08-29 22:42:26 +01:00
fmodf.c
py: Implement divmod, % and proper // for floating point.
2014-09-13 18:43:09 +01:00
libm.h
lib: Add lib and libm, moving current files from stmhal.
2014-08-29 22:42:26 +01:00
math.c
py: Implement divmod, % and proper // for floating point.
2014-09-13 18:43:09 +01:00
mathsincos.c
lib: Add lib and libm, moving current files from stmhal.
2014-08-29 22:42:26 +01:00
roundf.c
py: Add builtin round function.
2014-10-31 11:28:50 +00:00