From 695078edeb91e5ff1eec728fedf0e0c27b55c505 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 7 May 2012 15:16:20 +0000 Subject: [PATCH] Math: Block factorial() in calc functions. --- plugins/Math/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Math/plugin.py b/plugins/Math/plugin.py index 683b9c709..a074b1417 100644 --- a/plugins/Math/plugin.py +++ b/plugins/Math/plugin.py @@ -106,6 +106,7 @@ class Math(callbacks.Plugin): _mathEnv['abs'] = abs _mathEnv['max'] = max _mathEnv['min'] = min + _mathEnv.pop('factorial') _mathRe = re.compile(r'((?:(?