diff options
Diffstat (limited to 'alv-lib/math.moon')
| -rw-r--r-- | alv-lib/math.moon | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/alv-lib/math.moon b/alv-lib/math.moon index 4baf4be..c52fd35 100644 --- a/alv-lib/math.moon +++ b/alv-lib/math.moon @@ -314,15 +314,15 @@ as it handles matrix-matrix and matrix-vector multiplication according to linear 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 |
