Compares x^2, x^3, 2^x, 3^x, and x^x. Hold down space for fast mode. In fast mode, it increments ten times in the same time normal mode does a single increment.
x: 1 , x^2: 1 , x^3: 1 , 2^x: 2 , 3^x: 3 , x^x: 1 x: 2 , x^2: 4 , x^3: 8 , 2^x: 4 , 3^x: 9 , x^x: 4 x: 3 , x^2: 9 , x^3: 27 , 2^x: 8 , 3^x: 27 , x^x: 27 x: 4 , x^2: 16 , x^3: 64 , 2^x: 16 , 3^x: 81 , x^x: 256 x: 5 , x^2: 25 , x^3: 125 , 2^x: 32 , 3^x: 243 , x^x: 3125 x: 10 , x^2: 100 , x^3: 1000 , 2^x: 1024 , 3^x: 59049 , x^x: 10000000000 x: 100 , x^2: 10000 , x^3: 1000000 , 2^x: 1.267e+30 , 3^x: 5.153e+47 , x^x: 1e+200