Recommend this page to a friend! |
Classes of Ghali Ahmed | PHP Math Progressions | Readme.md | Download |
|
DownloadUsage & debug<pre> $math = new AwesomeProgression(); $math->debug('fibonnaci 4 = 3', $math->fibonnaci(4, true)); $math->debug('fibonnaci 8 = 21', $math->fibonnaci(8, true)); </pre> Testsphpunit --verbose AwesomeProgressionTest.php |