aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test
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/test
parent00cf2f245faf3ef3148bd58aa3503339be17f80d (diff)
- Implemented math procedures for JS.
- Degree<->radian conversions are no longer math procedures.
Diffstat (limited to 'stdlib/test')
-rw-r--r--stdlib/test/test/lux/math.lux3
1 files changed, 0 insertions, 3 deletions
diff --git a/stdlib/test/test/lux/math.lux b/stdlib/test/test/lux/math.lux
index 18cb1545c..769a6f889 100644
--- a/stdlib/test/test/lux/math.lux
+++ b/stdlib/test/test/lux/math.lux
@@ -35,9 +35,6 @@
## (assert "Tangent and arc-tangent are inverse functions."
## (|> angle &;tan &;atan (within? margin angle)))
-
-## (assert "Can freely go between degrees and radians."
-## (|> angle &;degrees &;radians (within? margin angle)))
## ))
(test: "Roots"