summaryrefslogtreecommitdiffstatshomepage
path: root/py/builtinmath.c
Commit message (Collapse)AuthorAge
* Disable some math functions until they work correctly.Damien George2014-03-21
|
* Added various simple functions to math module.Rachel Dowdall2014-03-20
|
* Added various simple functions to math module.Rachel Dowdall2014-03-20
|
* py: Add math.e constant.Damien George2014-03-20
|
* py: Clean up includes.xbe2014-03-17
| | | | Remove unnecessary includes. Add includes that improve portability.
* py: Add expm1 to math module.Damien George2014-03-12
|
* Implement ROMable modules. Add math module.Damien George2014-03-08
mp_module_obj_t can now be put in ROM. Configuration of float type is now similar to longint: can now choose none, float or double as the implementation. math module has basic math functions. For STM port, these are not yet implemented (they are just stub functions).