@aureooms/js-integer-sequences

1.0.0 • Public • Published

@aureooms/js-integer-sequences

Integer sequences for JavaScript. See docs. Parent is @aureooms/js-algorithms.

import { list , map } from '@aureooms/js-itertools' ;
import * as integer from '@aureooms/js-integer' ;

let F = new Fibonacci( integer ) ;
list( map ( integer.stringify , F.range( 10 ) ) ) ; // 0 1 1 2 3 5 8 13 21 34

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Children

Package Sidebar

Install

npm i @aureooms/js-integer-sequences

Weekly Downloads

1

Version

1.0.0

License

AGPL-3.0

Unpacked Size

321 kB

Total Files

9

Last publish

Collaborators

  • aureooms