Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-pear-Math_Fibonacci | Distribution: Mageia |
Version: 0.8 | Vendor: Mageia.Org |
Release: 19.mga8 | Build date: Wed Feb 12 09:04:20 2020 |
Group: Development/PHP | Build host: localhost |
Size: 53588 | Source RPM: php-pear-Math_Fibonacci-0.8-19.mga8.src.rpm |
Packager: umeabot <umeabot> | |
Url: http://pear.php.net/package/Math_Fibonacci/ | |
Summary: Package to calculat and manipulate Fibonacci numbers |
The Fibonacci series is constructed using the formula: F(n) = F(n - 1) + F(n - 2), By convention F(0) = 0, and F(1) = 1. An alternative formula that uses the Golden Ratio can also be used: F(n) = (PHI^n - phi^n)/sqrt(5) [Lucas' formula], where PHI = (1 + sqrt(5))/2 is the Golden Ratio, and phi = (1 - sqrt(5))/2 is its reciprocal. Requires Math_Integer, and can be used with big integers if the GMP or the BCMATH libraries are present.
PHP License
* Wed Feb 12 2020 umeabot <umeabot> 0.8-19.mga8 + Revision: 1499075 - Mageia 8 Mass Rebuild * Wed Sep 19 2018 umeabot <umeabot> 0.8-18.mga7 + Revision: 1273456 - Mageia 7 Mass Rebuild
/usr/share/pear/Math /usr/share/pear/Math/Fibonacci /usr/share/pear/Math/Fibonacci.php /usr/share/pear/Math/Fibonacci/_fibonacciTable.php /usr/share/pear/Math/test /usr/share/pear/Math/test/testMath_Fibonacci.php /usr/share/pear/packages/Math_Fibonacci.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 11:42:30 2025