diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-02-05 15:11:06 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-02-05 15:11:18 -0800 |
| commit | 13340302852fd22a6462a0a847af358ea8fb8007 (patch) | |
| tree | 3105612924da59cfdf559ca7744c1871bad645d7 /core/math.nom | |
| parent | 667e5f3f81d61eb2f38225c08b8fd213d2f862cd (diff) | |
Added 'square root of %' alias.
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 da8d931..31be658 100644 --- a/core/math.nom +++ b/core/math.nom @@ -17,7 +17,7 @@ compile [e] to {expr:"math.exp(1)"} # Functions: compile [% as a number] to {expr:"tonumber(\(% as lua expr))"} compile [absolute value %, | % |, abs %] to {expr:"math.abs(\(% as lua expr))"} -compile [square root %, √%, sqrt %] to {expr:"math.sqrt(\(% as lua expr))"} +compile [square root %, square root of %, √%, sqrt %] to {expr:"math.sqrt(\(% as lua expr))"} compile [sine %, sin %] to {expr:"math.sin(\(% as lua expr))"} compile [cosine %, cos %] to {expr:"math.cos(\(% as lua expr))"} compile [tangent %, tan %] to {expr:"math.tan(\(% as lua expr))"} |
