Merge branch 'master' into master

This commit is contained in:
Luke Weiler
2020-10-21 21:43:10 -04:00
committed by GitHub
40 changed files with 453 additions and 180 deletions

View File

@@ -95,4 +95,13 @@ from .radian_to_deg import *
from .differentiation import *
from .definite_integral import *
from .is_prime import *
from .bcd_to_decimal import *
from .complex_to_polar import *
from .set_operation import *
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 *
from .complex_quadratic import *