Sequences

Math::Sequences

Math::Sequences is a module with integer and floating point sequences and some helper modules

Synopsis

use Math::Sequences::Integer;  # You have to include one ...
    use Math::Sequences::Real;     # ... or the other
say factorial(33);    # from  Math::Sequences::Integer;
    say sigma( 8 );
    say FatPi;
say ā„.gist();         # from  Math::Sequences::Real;
    say ā„.from(pi)[0]

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.