diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-10-20 14:50:24 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 296aaed97c95151bd3241c2bd8753352f3d56569 (patch) | |
| tree | 7475e7cfeedef025fee3bfea40aa85d9466749b1 /alv-lib/math-simple.moon | |
| parent | docs: don't repeat aliased entries (diff) | |
| download | alive-296aaed97c95151bd3241c2bd8753352f3d56569.tar.gz alive-296aaed97c95151bd3241c2bd8753352f3d56569.zip | |
lib: fix typos and misnomers
Diffstat (limited to 'alv-lib/math-simple.moon')
| -rw-r--r-- | alv-lib/math-simple.moon | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/alv-lib/math-simple.moon b/alv-lib/math-simple.moon index b79f065..bf14768 100644 --- a/alv-lib/math-simple.moon +++ b/alv-lib/math-simple.moon @@ -197,15 +197,15 @@ For vectorized operators and matrix multiplication, use [math/][]." pi: Constant.meta value: math.pi - meta: summary: 'The pi constant.' + meta: name: 'pi', summary: "The pi constant." tau: Constant.meta value: math.pi*2 - meta: summary: 'The tau constant.' + meta: name: 'tau', summary: "The tau constant." huge: Constant.meta value: math.huge - meta: summary: 'Positive infinity constant.' + meta: name: 'huge', summary: "Positive infinity constant." :sin, :cos, :tan :asin, :acos, :atan, :atan2 |
