Skip to content

ZabeMath/Pow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Pow

This is a software (script) to compute 9^(9^9), the biggest possible number displayed with 3 numbers and just the basic operations addition, substraction, multiplication, division, pow and square root.

It's writen in C and it takes use of the GMP library.

Compilation

You also need to compile it. You do it using this command:

clang pow.c -o pow -lgmp -lm

About

Software to compute 9^(9^9)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages