Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/eqnparserhelp.py
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2007-11-18 10:45:42 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-11-18 10:45:42 (GMT)
commite0c9a2b65caca0b1d0d8e3c5983917d60aa3866a (patch)
tree9198c758a2ad914dfa6e66351ac631d150b7b9e3 /eqnparserhelp.py
parent19b52ed3f9ababe1b09a5294f6beb12816cb217d (diff)
Big update; see NEWS
Diffstat (limited to 'eqnparserhelp.py')
-rw-r--r--eqnparserhelp.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/eqnparserhelp.py b/eqnparserhelp.py
index 2eb8d7c..a39167e 100644
--- a/eqnparserhelp.py
+++ b/eqnparserhelp.py
@@ -35,16 +35,27 @@ class EqnParserHelp():
DICT = {
# These are the help topics and should explain how things work
"acos": _("help_acos"),
+ "and": _("help_and"),
"asin": _("help_asin"),
+ "atan": _("help_atan"),
"cos": _("help_cos"),
+ "cosh": _("help_cosh"),
"exp": _("help_exp"),
+ "fac": _("help_fac"),
"functions": _("help_functions"),
+ "ln": _("help_ln"),
"operators": _("help_operators"),
+ "or": _("help_or"),
"plot": _("help_plot"),
"sin": _("help_sin"),
+ "sinh": _("help_sinh"),
"sqrt": _("help_sqrt"),
+ "square": _("help_square"),
+ "tan": _("help_tan"),
+ "tanh": _("help_tanh"),
"test": _("help_test"),
"variables": _("help_variables"),
+ "xor": _("help_xor"),
}
def __init__(self):