0.1.3 • Published 10 months ago

collatz-prefixes v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

0.1.2

10 months ago

0.1.1

1 year ago

0.1.0

1 year ago