Home Manual Reference Source Test Repository

@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-number' ;

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

License NPM version Build status Coverage status Dependencies status Dev dependencies status Code Climate NPM downloads per month GitHub issues Documentation

Children