summaryrefslogtreecommitdiffstatshomepage
path: root/py/modcmath.c
Commit message (Collapse)AuthorAge
* Add license header to (almost) all files.Damien George2014-05-03
| | | | | | | Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
* stmhal: Enable cmath module.Damien George2014-05-03
|
* Add ARRAY_SIZE macro, and use it where possible.Damien George2014-04-26
|
* py: Add cmath module, for complex math. Disabled by default.Damien George2014-04-17
Not all functions implemented. Not enabled on pyboard.