This commit is contained in:
Akinwale Ariwodola 2018-06-01 10:44:31 +01:00
parent 822c712956
commit 45b97ea28e
17 changed files with 240 additions and 204 deletions
recipes/python

View file

@ -8,7 +8,7 @@
#_symtable symtablemodule.c
array arraymodule.c # array objects
cmath cmathmodule.c # -lm # complex math library functions
math mathmodule.c # -lm # math library functions, e.g. sin()
math _math.c mathmodule.c # -lm # math library functions, e.g. sin()
_struct _struct.c # binary structure packing/unpacking
time timemodule.c # -lm # time operations and variables
operator operator.c # operator.add() and similar goodies