Merge branch 'master' into master

This commit is contained in:
Luke Weiler
2020-10-21 14:26:43 -04:00
committed by GitHub
8 changed files with 224 additions and 106 deletions

View File

@@ -95,4 +95,8 @@ 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 .curvedSurfaceAreaCylinderFunc import *