aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source
diff options
context:
space:
mode:
authorEduardo Julian2017-02-26 14:48:52 -0400
committerEduardo Julian2017-02-26 14:48:52 -0400
commitd8bba8c477525a0e70eab4f289e043cfe352bd62 (patch)
treea44087701b2d328b0044dc34e3eed28262e20fe1 /stdlib/source
parent00cf2f245faf3ef3148bd58aa3503339be17f80d (diff)
- Implemented math procedures for JS.
- Degree<->radian conversions are no longer math procedures.
Diffstat (limited to 'stdlib/source')
-rw-r--r--stdlib/source/lux/math.lux3
1 files changed, 0 insertions, 3 deletions
diff --git a/stdlib/source/lux/math.lux b/stdlib/source/lux/math.lux
index 6f41b3e9b..c49e82969 100644
--- a/stdlib/source/lux/math.lux
+++ b/stdlib/source/lux/math.lux
@@ -47,9 +47,6 @@
[root2 "root2"]
[root3 "root3"]
- [degrees "degrees"]
- [radians "radians"]
-
[ceil "ceil"]
[floor "floor"]
[round "round"]