collatz-prefixes
v0.1.3
Published
Collatz Prefixes, a pattern among hailstone numbers
Readme
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-prefixesUsage
import * from 'collatz-prefixes'
// TODOTesting
You can run tests via:
yarn test