chunky v0.11.5 API Reference
Modules
Extended chunking and enumeration manipulations.
The CacheAgent is a dead simple wrapper of an atom named Agent around a Map.
Functions for creating and manipulating fractions.
Functions for creating and manipulating a two dimenesional grid.
Integer math, number theory, factorization, prime numbers, and numerical analysis predicates.
The Operations module provides functions and macros for making particular repeated operations and series easier to work with. Most of these are just simplifications around enumerations over values, with support for either Integer or Fraction values.
Create and manipulate mathematical sequences.
Working with basic sequences.
Online Encyclopedia of Integer Sequences (OEIS) sequence iterators.
Sequences from the Online Encyclopedia of Integer Sequences dealing with number representations, like alternate bases, digit contents, and patterns of digits.
Sequences from the Online Encyclopedia of Integer Sequences dealing with numeric constants, digit expansions of constants, constant value sequences, or constant cycle sequences.
OEIS Core Sequences.
OEIS Sequences dealing with Factors, Factorization, and properties of integer factors.
Sequences from the Online Encyclopedia of Integer Sequences dealing with multiples and additions.
Sequences from the Online Encyclopedia of Integer Sequences dealing with powers and simple polynomials.
OEIS Sequences dealing with Primes, Pseudo-primes, and primality. For related sequences, see Chunky.Sequences.OEIS.Factors
Sequences from the Online Encyclopedia of Integer Sequences dealing with number representations, like alternate bases, digit contents, and patterns of digits.
OEIS Sequences for Sigma values.
Utilities for developing sequences.
Test sequences with variations on sequence constructions.
Working with sequences and recurrent/recursive mathematical functions can lead to really long processing times in some circumstances. The Chunky.Timeout module provides some macros and functions for making things a little more sane.