Package : php-pear-Math_Fibonacci > RPM : php-pear-Math_Fibonacci-0.8-16.mga5.noarch.rpm

Basic items

Install
Name php-pear-Math_Fibonacci
Version 0.8
Release 16.mga5
URL http://pear.php.net/package/Math_Fibonacci/
Group Development/PHP
Summary Package to calculat and manipulate Fibonacci numbers
Size 54KB
Arch noarch
License PHP License

Description

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.

Media information

Distribution release Mageia 5
Media name core-release
Media arch i586

Advanced items

Source RPM php-pear-Math_Fibonacci-0.8-16.mga5.src.rpm
Build time 2014-10-17 00:39:41
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie