Fix euclidianNorm and angleBtwVectors issues

This commit is contained in:
lukew3
2020-10-19 09:28:09 -04:00
parent e1e57ecae2
commit fe0c86b33e
4 changed files with 8 additions and 6 deletions

View File

@@ -71,3 +71,5 @@ from .multiplyComplexNumbersFunc import *
from .geomProgrFunc import *
from .geometricMeanFunc import *
from .harmonicMeanFunc import *
from .euclidianNormFunc import *
from .angleBtwVectorsFunc import *