summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-20 16:39:22 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-20 16:39:22 +0000
commita925639247d4ec90a93262a280f7ef89ca02ccc9 (patch)
treebbf26670977bbca0d58d0812b31ef8f142ad7a26 /py/qstrdefs.h
parent2d7ff071755f869bff1814dd886add1fe7000062 (diff)
downloadmicropython-a925639247d4ec90a93262a280f7ef89ca02ccc9.tar.gz
micropython-a925639247d4ec90a93262a280f7ef89ca02ccc9.zip
py: Add math.e constant.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 8f6cc1167f..57ed162f81 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -119,6 +119,7 @@ Q(module)
Q(slice)
Q(math)
+Q(e)
Q(pi)
Q(sqrt)
Q(pow)