summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-12 21:31:41 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-12 21:31:41 +0000
commit8854e1fa05d41fe8a3afb0a5c03ed41cc8f7f4a7 (patch)
tree65853ea448b1c131b2dc0d2f6949bd27ab89764b /py/qstrdefs.h
parent8cc50d348d243b16926d0a690595f08178f7b5f4 (diff)
downloadmicropython-8854e1fa05d41fe8a3afb0a5c03ed41cc8f7f4a7.tar.gz
micropython-8854e1fa05d41fe8a3afb0a5c03ed41cc8f7f4a7.zip
py: Add expm1 to math module.
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 8025b9bccc..2678526cda 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -121,6 +121,7 @@ Q(pi)
Q(sqrt)
Q(pow)
Q(exp)
+Q(expm1)
Q(log)
Q(log2)
Q(log10)