summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-20 23:35:22 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-20 23:35:22 +0000
commit56f02eacfe7cf30dd628311aea49ef2b7f18874e (patch)
tree5e06d941327d24d4b670030235baeea4f72248c6 /py/qstrdefs.h
parentf78d9b1a721bbe56b9049f33a8ec610f811011e5 (diff)
parent7caa7e0501766887081a6da6f6f5667769165df9 (diff)
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 57ed162f8..649f89eb1 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -141,6 +141,16 @@ Q(acos)
Q(asin)
Q(atan)
Q(atan2)
+Q(ceil)
+Q(copysign)
+Q(fabs)
+Q(floor)
+Q(fmod)
+Q(frexp)
+Q(isfinite)
+Q(isinf)
+Q(isnan)
+Q(trunc)
Q(mem_total)
Q(mem_current)