Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37488123
en ru br
ALT Linux repositórios
S:0.8-alt3
5.0: 0.8-alt3
4.1: 0.8-alt2

Group :: Desenvolvimento/Outros
RPM: pear-Math_Fibonacci

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.8-alt3
Data da compilação: 19 junho 2008, 22:37 ( 826.7 weeks ago )
Tamanho:: 21.53 Kb

Home page:   http://pear.php.net/package/Math_Fibonacci

Licença: PHP
Sumário: Package to calculat and manipulate Fibonacci numbers
Descrição:

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.

Mantenedor currente: Vitaly Lipatov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • pear-Math_Fibonacci
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009