summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-u3d.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-03-27 20:04:00 +0100
committerHans Hagen <pragma@wxs.nl>2014-03-27 20:04:00 +0100
commite5ba425c9b486d5f4d32057e000bd7f6d91a2dde (patch)
tree581b1e487fbb34993d5bddd7704523f4b8716d3c /tex/context/base/lpdf-u3d.lua
parentc2a8ba5fa5bdccccb01eba49d21b1ecb63f12afe (diff)
downloadcontext-e5ba425c9b486d5f4d32057e000bd7f6d91a2dde.tar.gz
beta 2014.03.27 20:04
Diffstat (limited to 'tex/context/base/lpdf-u3d.lua')
-rw-r--r--tex/context/base/lpdf-u3d.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/lpdf-u3d.lua b/tex/context/base/lpdf-u3d.lua
index f1df1d18e..f0fca0762 100644
--- a/tex/context/base/lpdf-u3d.lua
+++ b/tex/context/base/lpdf-u3d.lua
@@ -17,6 +17,7 @@ if not modules then modules = { } end modules ['lpdf-u3d'] = {
-- point we will end up with a reimplementation. For instance
-- it makes sense to add the same activation code as with swf.
+local tonumber = tonumber
local format, find = string.format, string.find
local cos, sin, sqrt, pi, atan2, abs = math.cos, math.sin, math.sqrt, math.pi, math.atan2, math.abs