NAME
Math::NumSeq::MathImageSquareFree -- square free integers
SYNOPSIS
use Math::NumSeq::MathImageSquareFree;
my $seq = Math::NumSeq::MathImageSquareFree->new;
my ($i, $value) = $seq->next;
DESCRIPTION
The square-free integers ...
FUNCTIONS
$seq = Math::NumSeq::MathImageSquareFree->new ()
-
Create and return a new sequence object.
$bool = $seq->pred($value)
-
Return true if
$value
is square-free.