zeckendorf

4.0.0 • Public • Published

zeckendorf

Calculate the Zeckendorf representation of an integer.

Example

var zeckendorf = require('zeckendorf');

zeckendorf(33);
// => 1010101

Installation

$ npm install zeckendorf

API

var zeckendorf = require('zeckendorf');

zeckendorf(n)

Calculates and returns the Zeckendorf form of Number n. The returned Number represents a table of Fibonacci numbers, so zeckendorf(11) returns 10100, which represents: 1*8 + 0*5 + 1*3 + 0*2 + 0*1.

/zeckendorf/

    Package Sidebar

    Install

    npm i zeckendorf

    Weekly Downloads

    3

    Version

    4.0.0

    License

    MIT

    Unpacked Size

    3.27 kB

    Total Files

    4

    Last publish

    Collaborators

    • kenan