Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-09-17 02:39:27 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-17 02:39:27 (GMT)
commitbb7802a23c6c07899480dabf2e227b97ab062906 (patch)
treef189dd9cce188224ca248542044e8095d4f417cf
parentc546b5360e60b2c5bc72c2dc44d4d208e2c78a6a (diff)
updated custom slide table
-rw-r--r--constants.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/constants.py b/constants.py
index c4530dd..acaa6d6 100644
--- a/constants.py
+++ b/constants.py
@@ -48,7 +48,9 @@ CUSTOM = {'C': ['log(x,10)', 'pow(10,x)', 'x', '1', '10', '1'],
'x', '5', '45', '2.5'],
'T2': ['log(tan(x*pi/180)*10,10)', 'atan(pow(10,x)/10)*180/pi',
'x', '5', '45', '2.5'],
- 'Log': ['log(x,10)', 'pow(10,x)', 'round(log(x,10),2)', '1', '10', '1'],
- 'Log2': ['log(x,10)','pow(10,x)', 'round(log(x,10),2)', '1', '10', '1'],
+ 'Log': ['log(x,10)', 'pow(10,x)', 'round(log(x,10),2)',
+ '1', '10', '1'],
+ 'Log2': ['log(x,10)','pow(10,x)', 'round(log(x,10),2)',
+ '1', '10', '1'],
'Ln': ['log(x,10)', 'pow(10,x)', 'round(log(x),2)', '1', '10', '1'],
'Ln2': ['log(x,10)','pow(10,x)', 'round(log(x),2)', '1', '10', '1']}