Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 732 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 732 Bytes

HYPER-OP.RS

The purpose is to compute Hyper-Operation functions with truly arbitrary-precision. It's intended to use as much memory as necessary to do the calculation. It's future-proof, so if 128bit-address-bus CPUs ever become a thing, it will take advantage of the extra memory to "unlock" more calculations.

Usage

Install:

cargo install --git https://github.com/Rudxain/HYPER-OP.RS.git

Argument syntax:

hyper-op [n | help | ?] base exp

Example:

hyper-op help # prints the help text
hyper-op 4 7 3 # tetrate 7, 3 times

See also

This helped me optimize the impl