Skip to content

radthoc/primapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

primapp

Overview

CLI command that generates a multiplication table of the first N numbers on a specified pattern (prime by default).

Usage

php app/console app:number-pattern-table [length, pattern]

Parameters:

  • length: how many numbers you want to generate (10 by default)
  • pattern: by default is prime, and so far the only one implemented

TODO

Refactor the number series generator to avoid having to iterate number by number.

About

Symfony2 app that generates a multiplication table of number patterns

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published