Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fudge roots.t for Rakudo
  • Loading branch information
moritz committed Jul 7, 2011
1 parent 0df5744 commit 775de5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-num/roots.t
Expand Up @@ -102,6 +102,7 @@ sub has_approx($n, @list) {
{
my @l = roots(NaN, 1);
ok(@l.elems == 1, 'roots(NaN, 1) returns 1 element');
#?rakudo todo 'NaN handling'
ok(@l[0] ~~ NaN, 'roots(NaN,1) returns NaN');
}
{
Expand Down

0 comments on commit 775de5b

Please sign in to comment.