Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mathlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'mathlib.py')
-rw-r--r--mathlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathlib.py b/mathlib.py
index 746df48..6388572 100644
--- a/mathlib.py
+++ b/mathlib.py
@@ -50,7 +50,7 @@ except:
_BIN = format_bin
class MathLib:
- ANGLE_DEG = math.pi/180
+ ANGLE_DEG = Decimal(math.pi/180)
ANGLE_RAD = 1
ANGLE_GRAD = 1