PHP Classes

File: Readme.md

Recommend this page to a friend!
  Classes of Ghali Ahmed   PHP Math Progressions   Readme.md   Download  
File: Readme.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Math Progressions
Calculate math progressions of several types
Author: By
Last change: Update of Readme.md
Date: 5 months ago
Size: 250 bytes
 

Contents

Class file image Download

Usage & debug

<pre> $math = new AwesomeProgression();

$math->debug('fibonnaci 4 = 3', $math->fibonnaci(4, true)); $math->debug('fibonnaci 8 = 21', $math->fibonnaci(8, true)); </pre>

Tests

phpunit --verbose AwesomeProgressionTest.php