Skip to content

Fast Growing Hierarchy Calculator -

Please click on the link below to begin your download.


Caution - use only as directed.

Only download this file if directed by a member of MAM Software staff. Use without guidance may result in the misconfiguration of your system.

print(f"\nCalculating f_alpha_val(n_in)...")

Writing an FGH calculator is a rite of passage for functional programmers. It forces you to master recursion, memoization, and lazy evaluation. Handling ( f_ω^ω(n) ) requires implementing ordinal addition and multiplication.

The evaluator must handle deep recursion. For example, computing ( f_\omega+2(3) ):