Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Proper support for registering builtin modules in ROM. | Damien George | 2014-03-25 |
* | py/builtinmath.c: use tgamma() instead of gamma(). | xbe | 2014-03-23 |
* | py: Fix types in new math functions. | Damien George | 2014-03-22 |
* | Fixed broken math functions that return bool and added some more. | Rachel Dowdall | 2014-03-22 |
* | Disable some math functions until they work correctly. | Damien George | 2014-03-21 |
* | Added various simple functions to math module. | Rachel Dowdall | 2014-03-20 |
* | Added various simple functions to math module. | Rachel Dowdall | 2014-03-20 |
* | py: Add math.e constant. | Damien George | 2014-03-20 |
* | py: Clean up includes. | xbe | 2014-03-17 |
* | py: Add expm1 to math module. | Damien George | 2014-03-12 |
* | Implement ROMable modules. Add math module. | Damien George | 2014-03-08 |