Merge branch 'master' into master

This commit is contained in:
Mo
2020-10-21 17:43:50 -04:00
committed by GitHub
35 changed files with 353 additions and 164 deletions

View File

@@ -96,3 +96,8 @@ from .differentiation import *
from .definite_integral import *
from .is_prime import *
from .perimeter_of_polygons 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 *