quotient of power fixes

This commit is contained in:
lukew3
2020-10-21 21:41:57 -04:00
parent 8556a61551
commit ab00d7eb01
4 changed files with 7 additions and 7 deletions

View File

@@ -102,3 +102,5 @@ from .base_conversion import *
from .curved_surface_area_cylinder import *
from .perimeter_of_polygons import *
from .power_of_powers import *
from .quotient_of_power_same_base import *
from .quotient_of_power_same_power import *