PrimeTable

Prints a multiplication table of N primes to STDOUT

Displays the products of N primes in a table format. Optionally uses generated primes or precalculated.

Installation

gem install primetable

Usage

Usage: primetable [options]

Specific options:
    --code CODE                      Select encoding
                                       (jis,sjis,iso-2022-jp,shift_jis,euc-jp,utf8,binary)

Common options:
    -t, --time                       Display run time
    -h, --help                       Show this message
    -v, --version                    Show version

Status

Build Status