Package pear-Math_Fibonacci: Information

    Source package: pear-Math_Fibonacci
    Version: 0.8-alt3
    Latest version according to Repology
    Build time:  Jun 20, 2008, 04:15 AM
    Report package bug
    License: PHP
    Summary: Package to calculat and manipulate Fibonacci numbers
    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.

    List of rpms provided by this srpm:
    pear-Math_Fibonacci (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov


      1. rpm-build-pear
      2. pear-core

    Last changed


    June 20, 2008 Vitaly Lipatov 0.8-alt3
    - autorebuild for correct requires(pre) (see bug #16086)
    Jan. 10, 2008 Vitaly Lipatov 0.8-alt2
    - update according to rpm-build-pear 0.3
    Jan. 5, 2008 Vitaly Lipatov 0.8-alt1
    - initial build for ALT Linux Sisyphus