hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 9777283697c224aa6e89165e8f129204ba0f040f
parent fe8d19617b5e94f4cd52a0a8928789c3c008851a
Author: Sebastian <sebastian@sebsite.pw>
Date:   Wed, 23 Aug 2023 23:39:00 -0400

math::complex: re-enable test

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Mmath/complex/+test.ha | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/complex/+test.ha b/math/complex/+test.ha @@ -494,8 +494,8 @@ const TEST_ATANSC: [](c128, c128) = [ (0f64, 0f64)), ((0f64, math::NAN), (math::NAN, math::NAN)), - //((1f64, 0f64),// Enable once https://todo.sr.ht/~sircmpwn/hare/750 is ready - // (math::PI / 4f64, 0f64)), + ((1f64, 0f64), + (math::PI / 4f64, 0f64)), ((1f64, math::INF), (math::PI / 2f64, 0f64)), ((1f64, math::NAN),