0.1.3 • Published 2 years ago

collatz-prefixes v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

License: MIT Test Workflow NPM Version

Collatz Prefixes

A pattern among hailstone numbers. Read the Gitbook for the theory.

Installation

All functions are exposed via a zero-dependency package.

# yarn
yarn add collatz-prefixes
# npm
npm install collatz-prefixes
# pnpm
pnpm add collatz-prefixes

Usage

import * from 'collatz-prefixes'

// TODO

Testing

You can run tests via:

yarn test
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago