@octojessi/actions-deploy-demo

4.5.16 • Public • Published

fib-tools

Get the nth Number

const {getNumber} = require('@bbq-beets/fib-tools')
assert.strictEqual(getNumber(8), 21)
```asdfasdfadsf

## Get a List of Numbers

```javascript
const {getList} = require('@bbq-beets/fib-tools')
assert.strictDeepEqual(getList(8), [0, 1, 1, 2, 3, 5, 8, 13, 21])

Get a Sequence of Numbers

const {getSequence} = require('@bbq-beets/fib-tools')

const seq = getSequence()

for (const n of seq) {
  console.log(n) // The next Fibonacci number in the sequence
}

Readme

Keywords

none

Package Sidebar

Install

npm i @octojessi/actions-deploy-demo

Weekly Downloads

0

Version

4.5.16

License

MIT

Unpacked Size

9.29 kB

Total Files

11

Last publish

Collaborators

  • rhoticity