The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Fibonacci "

Heap::Fibonacci - a fibonacci heap to keep data partially sorted River stage three • 6 direct dependents • 178 total dependents

Keeps elements in heap order using a linked list of Fibonacci trees. The *heap* method of an element is used to store a reference to the node in the list that refers to the element. See Heap for details on using this module....

JMM/Heap-0.80 - 28 Apr 2007 18:19:57 UTC - Search in distribution

Math::Fibonacci - Fibonacci numbers. River stage two • 3 direct dependents • 14 total dependents

This module provides a few functions related to Fibonacci numbers....

VIPUL/Math-Fibonacci-1.5 - 29 Apr 2001 04:54:37 UTC - Search in distribution

Math::Fibonacci::Phi - Perl extension for calculating Phi and phi for Fibonacci numbers. River stage one • 1 direct dependent • 6 total dependents

EXPORT None by default. Everything in the function section below can be imported and ':all' will do all functions....

DMUEY/Math-Fibonacci-Phi-0.02 - 27 Aug 2005 12:21:17 UTC - Search in distribution

Heap::Fibonacci::Fast - XS bridge to fast C fibonacci heap implementation River stage one • 1 direct dependent • 1 total dependent

Heap is a data structure that keeps it's elements partially sorted, so when your data changes a lot, heaps are cheaper then maintaining fully sorted data....

RANDIR/Heap-Fibonacci-Fast-0.0101 - 21 Sep 2009 11:33:56 UTC - Search in distribution

Math::NumSeq::Fibonacci - Fibonacci numbers River stage zero No dependents

The Fibonacci numbers F(i) = F(i-1) + F(i-2) starting from 0,1, 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... starting i=0...

KRYDE/Math-NumSeq-75 - 04 Jun 2022 12:11:23 UTC - Search in distribution

Algorithm::Backoff::Fibonacci - Backoff using Fibonacci sequence River stage two • 8 direct dependents • 20 total dependents

This backoff algorithm calculates the next delay using Fibonacci sequence. For example, if the two initial numbers are 2 and 3: 2, 3, 5, 8, 13, 21, ... "initial_delay1" and "initial_delay2" are required. The other attributes are optional. There are l...

PERLANCAR/Algorithm-Backoff-0.010 - 24 Feb 2024 05:09:39 UTC - Search in distribution

Data::BitStream::Code::Fibonacci - A Role implementing Fibonacci codes River stage zero No dependents

A role written for Data::BitStream that provides get and set methods for the Fibonacci codes. The role applies to a stream object....

DANAJ/Data-BitStream-0.08 - 16 Aug 2014 03:37:57 UTC - Search in distribution

Action::Retry::Strategy::Fibonacci - Fibonacci incrementation of sleep time strategy River stage one • 4 direct dependents • 5 total dependents

Sleeps incrementally by following the Fibonacci sequence : F(i) = F(i-1) + F(i-2) starting from 0,1. By default F(0) = 0, F(1) = 1, F(2) = 1, F(3) = 2...

DAMS/Action-Retry-0.24 - 21 May 2014 13:54:20 UTC - Search in distribution
  • Action::Retry - Module to try to perform an action, with various ways of retrying and sleeping between retries.

AnyEvent::Retry::Interval::Fibonacci - fibonacci back-off River stage zero No dependents

JROCKWAY/AnyEvent-Retry-0.03 - 07 Nov 2010 06:16:13 UTC - Search in distribution

retry-fibonacci - Retry a command with fibonacci backoff River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-AlgorithmBackoffUtils-0.005 - 22 Oct 2020 00:06:14 UTC - Search in distribution

Graph::Maker::FibonacciTree - create Fibonacci tree graph River stage zero No dependents

"Graph::Maker::FibonacciTree" creates "Graph.pm" graphs of Fibonacci trees. Various authors give different definitions of a Fibonacci tree. The conception here is to start with year-by-year rabbit genealogy, which is rows of width F(n), and optionall...

KRYDE/Graph-Maker-Other-19 - 29 Jan 2023 09:43:08 UTC - Search in distribution

Math::PlanePath::FibonacciWordFractal - turns by Fibonacci word bits River stage one • 3 direct dependents • 4 total dependents

This is an integer version of the Fibonacci word fractal Alexis Monnerot-Dumaine, "The Fibonacci Word Fractal", March 2009. <https://hal.archives-ouvertes.fr/hal-00367972/>...

KRYDE/Math-PlanePath-129 - 19 Jan 2021 06:32:01 UTC - Search in distribution

OEIS::A000045 - Calculate Fibonacci numbers. River stage zero No dependents

This module is used to calculate Fibonacci numbers which are not listed at the OEIS. This module should not be called directly -- use "OEIS" itself. This will call "OEIS::A00045" when needed....

ABIGAIL/OEIS-2021041201 - 12 Apr 2021 17:47:59 UTC - Search in distribution

Task::BeLike::FIBO - Leonardo Pisano a.k.a. Fibonacci River stage one • 1 direct dependent • 1 total dependent

Hi! I am FIBO <https://metacpan.org/author/FIBO>, an italian mathematician. I graduated in 2005 at Università degli Studi di Genova <http://www.dima.unige.it/> and since then I work doing Business Intelligence and Web Analytics. My boss said: you nee...

FIBO/Task-BeLike-FIBO-0.19 - 05 Jul 2015 16:53:21 UTC - Search in distribution

Dios - Declarative Inside-Out Syntax River stage zero No dependents

This module provides a set of compile-time keywords that simplify the declaration of encapsulated classes using fieldhashes and the "inside out" technique, as well as subroutines with full parameter specifications. The encapsulation, constructor/init...

DCONWAY/Dios-0.002012 - 04 Feb 2022 00:31:07 UTC - Search in distribution

List::Gen - provides functions for generating lists River stage one • 2 direct dependents • 2 total dependents

ASG/List-Gen-0.974 - 12 Nov 2011 05:03:05 UTC - Search in distribution

pl-examples - Perl One-Liner Examples River stage zero No dependents

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

perlretut - Perl regular expressions tutorial River stage five • 11292 direct dependents • 32664 total dependents

This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a complement to the reference page on regular expressions perlre. Regular expressions are an integral part of the "m//", "s///", "qr//"...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

FAST::List::Gen - provides functions for generating lists River stage zero No dependents

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC - Search in distribution

numseq - Generate some number sequences River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-numseq-0.002 - 06 Feb 2022 00:06:12 UTC - Search in distribution
75 results (0.07 seconds)