From 48f35a8ac7ae62095e1f92ab70bb42f3a6dd2d50 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 20 Dec 2016 23:12:15 -0400 Subject: - Updated tests and fixed code for lux/math/complex, lux/math/ratio. --- stdlib/source/lux/math/complex.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/source') diff --git a/stdlib/source/lux/math/complex.lux b/stdlib/source/lux/math/complex.lux index abfcd9e0a..1da82b290 100644 --- a/stdlib/source/lux/math/complex.lux +++ b/stdlib/source/lux/math/complex.lux @@ -267,7 +267,7 @@ (-> Complex Real) (math;atan2 real imaginary)) -(def: #export (nth-root nth input) +(def: #export (nth-roots nth input) (-> Nat Complex (List Complex)) (if (n.= +0 nth) (list) -- cgit v1.2.3