From 2e345e271f27147051b8ce1f2981ba728b14394a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 24 May 2018 14:57:24 -0700 Subject: Misc changes, fixed up Object lib and tests. --- core/math.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/math.nom') diff --git a/core/math.nom b/core/math.nom index 120c210..8d484b4 100644 --- a/core/math.nom +++ b/core/math.nom @@ -24,7 +24,7 @@ compile [tangent %, tan %] to: Lua value "math.tan(\(% as lua expr))" compile [arc sine %, asin %] to: Lua value "math.asin(\(% as lua expr))" compile [arc cosine %, acos %] to: Lua value "math.acos(\(% as lua expr))" compile [arc tangent %, atan %] to: Lua value "math.atan(\(% as lua expr))" -compile [arc tangent %y/%x, atan2 %y %x] to: Lua value "math.atan2(\(%y as lua expr), \(%x as lua expr))" +compile [arc tangent %y / %x, atan2 %y %x] to: Lua value "math.atan2(\(%y as lua expr), \(%x as lua expr))" compile [hyperbolic sine %, sinh %] to: Lua value "math.sinh(\(% as lua expr))" compile [hyperbolic cosine %, cosh %] to: Lua value "math.cosh(\(% as lua expr))" compile [hyperbolic tangent %, tanh %] to: Lua value "math.tanh(\(% as lua expr))" -- cgit v1.2.3