mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
power of powers fix
This commit is contained in:
@@ -101,3 +101,4 @@ from .set_operation import *
|
||||
from .base_conversion import *
|
||||
from .curved_surface_area_cylinder import *
|
||||
from .perimeter_of_polygons import *
|
||||
from .power_of_powers import *
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
from .__init__ import *
|
||||
from ..__init__ import Generator
|
||||
|
||||
|
||||
def powerOfPowersFunc(maxBase=50, maxPower=10):
|
||||
@@ -17,5 +16,5 @@ def powerOfPowersFunc(maxBase=50, maxPower=10):
|
||||
return problem, solution
|
||||
|
||||
|
||||
power_of_powers = Generator("Power of Powers", 82,
|
||||
power_of_powers = Generator("Power of Powers", 97,
|
||||
"6^4^2 = 6^(4*2) = 6^6", "46656", powerOfPowersFunc)
|
||||
|
||||
Reference in New Issue
Block a user