Skip to content

Rudxain/HYPER-OP.RS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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