NAME

Math::NumSeq::MathImagePowerful -- square free integers

SYNOPSIS

use Math::NumSeq::MathImagePowerful;
my $seq = Math::NumSeq::MathImagePowerful->new;
my ($i, $value) = $seq->next;

DESCRIPTION

The square-free integers ...

FUNCTIONS

$seq = Math::NumSeq::MathImagePowerful->new ()

Create and return a new sequence object.

$bool = $seq->pred($value)

Return true if $value is ...

SEE ALSO

Math::NumSeq