aboutsummaryrefslogtreecommitdiff
path: root/py/builtinmath.c
AgeCommit message (Collapse)Author
2014-03-12py: Add expm1 to math module.Damien George
2014-03-08Implement ROMable modules. Add math module.Damien George
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).