This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
11,585
Commits
4
Branches
3
Tags
611
MiB
c7f7c0214c
Commit Graph
2 Commits
Author
SHA1
Message
Date
Damien George
0b239d458c
lib/libm_dbl/tanh: Make tanh more efficient and handle large numbers.
...
Prior to this patch tanh(large number) would return nan due to inf/inf.
2018-09-04 16:57:46 +10:00
Damien George
045116551e
lib: Add libm_dbl, a double-precision math library, from musl-1.1.16.
2017-06-28 15:12:04 +10:00