Help for this page
my %haystack; ... ... poly_roots( ... my @wants = grep { is_approximately_an_integer( @$_ ) } values %haysta +ck;
my @wants; ... push @wants, grep { is_approximately_an_integer( @$_ ) } [ poly_roots( ...