diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-24 14:57:24 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-24 14:57:35 -0700 |
| commit | 2e345e271f27147051b8ce1f2981ba728b14394a (patch) | |
| tree | 5f56bc1886ed887ad87ffb86b7591fcc5bf09368 /core/math.nom | |
| parent | ad94ed3653e2b7a9f68855670a32617aa80a637c (diff) | |
Misc changes, fixed up Object lib and tests.
Diffstat (limited to 'core/math.nom')
| -rw-r--r-- | core/math.nom | 2 |
1 files changed, 1 insertions, 1 deletions
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))" |
