From a925639247d4ec90a93262a280f7ef89ca02ccc9 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 20 Mar 2014 16:39:22 +0000 Subject: py: Add math.e constant. --- py/qstrdefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'py/qstrdefs.h') diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 8f6cc1167..57ed162f8 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) -- cgit v1.2.3