NAME
Math::NumSeq::Aronson -- Aronson's sequence
SYNOPSIS
use Math::NumSeq::Aronson;
my $seq = Math::NumSeq::Aronson->new;
my ($i, $value) = $seq->next;
DESCRIPTION
The Math::Aronson
module presented in the style of Math::NumSeq
.
FUNCTIONS
$seq = Math::NumSeq::Aronson->new (key=>value,...)
-
Create and return a new sequence object. Only the following parameters are accepted as yet
lang "en" or "fr" letter "t" etc conjunctions boolean lying boolean
SEE ALSO
HOME PAGE
http://user42.tuxfamily.org/math-aronson/index.html
LICENSE
Math-Aronson is Copyright 2010, 2011, 2012, 2019 Kevin Ryde
Math-Aronson is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
Math-Aronson is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Math-Aronson. If not, see <http://www.gnu.org/licenses/>.