mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
import generator in each module
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def BinaryToDecimalFunc(max_dig=10):
|
def BinaryToDecimalFunc(max_dig=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def DecimalToBinaryFunc(max_dec=99):
|
def DecimalToBinaryFunc(max_dec=99):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def DiceSumProbFunc(maxDice=3):
|
def DiceSumProbFunc(maxDice=3):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def MidPointOfTwoPointFunc(maxValue=20):
|
def MidPointOfTwoPointFunc(maxValue=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def absoluteDifferenceFunc(maxA=100, maxB=100):
|
def absoluteDifferenceFunc(maxA=100, maxB=100):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def angleBtwVectorsFunc(maxEltAmt=20):
|
def angleBtwVectorsFunc(maxEltAmt=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def areaOfTriangleFunc(maxA=20, maxB=20, maxC=20):
|
def areaOfTriangleFunc(maxA=20, maxB=20, maxC=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def arithmeticProgressionSumFunc(maxd=100, maxa=100, maxn=100):
|
def arithmeticProgressionSumFunc(maxd=100, maxa=100, maxn=100):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def arithmeticProgressionTermFunc(maxd=100, maxa=100, maxn=100):
|
def arithmeticProgressionTermFunc(maxd=100, maxa=100, maxn=100):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def basicAlgebraFunc(maxVariable=10):
|
def basicAlgebraFunc(maxVariable=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
# Handles degrees in quadrant one
|
# Handles degrees in quadrant one
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def binary2sComplementFunc(maxDigits=10):
|
def binary2sComplementFunc(maxDigits=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def binaryComplement1sFunc(maxDigits=10):
|
def binaryComplement1sFunc(maxDigits=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def binaryToHexFunc(max_dig=10):
|
def binaryToHexFunc(max_dig=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def combinationsFunc(maxlength=20):
|
def combinationsFunc(maxlength=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def commonFactorsFunc(maxVal=100):
|
def commonFactorsFunc(maxVal=100):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def compareFractionsFunc(maxVal=10):
|
def compareFractionsFunc(maxVal=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def compoundInterestFunc(maxPrinciple=10000,
|
def compoundInterestFunc(maxPrinciple=10000,
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def confidenceIntervalFunc():
|
def confidenceIntervalFunc():
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def cubeRootFunc(minNo=1, maxNo=1000):
|
def cubeRootFunc(minNo=1, maxNo=1000):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def dataSummaryFunc(number_values=15, minval=5, maxval=50):
|
def dataSummaryFunc(number_values=15, minval=5, maxval=50):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def deciToHexaFunc(max_dec=1000):
|
def deciToHexaFunc(max_dec=1000):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def determinantToMatrix22(maxMatrixVal=100):
|
def determinantToMatrix22(maxMatrixVal=100):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def distanceTwoPointsFunc(maxValXY=20, minValXY=-20):
|
def distanceTwoPointsFunc(maxValXY=20, minValXY=-20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def divideFractionsFunc(maxVal=10):
|
def divideFractionsFunc(maxVal=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def divisionFunc(maxRes=99, maxDivid=99):
|
def divisionFunc(maxRes=99, maxDivid=99):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def divisionToIntFunc(maxA=25, maxB=25):
|
def divisionToIntFunc(maxA=25, maxB=25):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def euclidianNormFunc(maxEltAmt=20):
|
def euclidianNormFunc(maxEltAmt=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def exponentiationFunc(maxBase=20, maxExpo=10):
|
def exponentiationFunc(maxBase=20, maxExpo=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def factorialFunc(maxInput=6):
|
def factorialFunc(maxInput=6):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def factoringFunc(range_x1=10, range_x2=10):
|
def factoringFunc(range_x1=10, range_x2=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def fibonacciSeriesFunc(minNo=1):
|
def fibonacciSeriesFunc(minNo=1):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def fourthAngleOfQuadriFunc(maxAngle=180):
|
def fourthAngleOfQuadriFunc(maxAngle=180):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def gcdFunc(maxVal=20):
|
def gcdFunc(maxVal=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def geomProgrFunc(number_values=6,
|
def geomProgrFunc(number_values=6,
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def geometricMeanFunc(maxValue=100, maxNum=4):
|
def geometricMeanFunc(maxValue=100, maxNum=4):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def harmonicMeanFunc(maxValue=100, maxNum=4):
|
def harmonicMeanFunc(maxValue=100, maxNum=4):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def hcfFunc(maxVal=20):
|
def hcfFunc(maxVal=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def intersectionOfTwoLinesFunc(minM=-10,
|
def intersectionOfTwoLinesFunc(minM=-10,
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def isTriangleValidFunc(maxSideLength=50):
|
def isTriangleValidFunc(maxSideLength=50):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def lcmFunc(maxVal=20):
|
def lcmFunc(maxVal=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def linearEquationsFunc(n=2, varRange=20, coeffRange=20):
|
def linearEquationsFunc(n=2, varRange=20, coeffRange=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def logFunc(maxBase=3, maxVal=8):
|
def logFunc(maxBase=3, maxVal=8):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
import sympy
|
import sympy
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def matrixMultiplicationFunc(maxVal=100, max_dim=10):
|
def matrixMultiplicationFunc(maxVal=100, max_dim=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def meanMedianFunc(maxlen=10):
|
def meanMedianFunc(maxlen=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def moduloFunc(maxRes=99, maxModulo=99):
|
def moduloFunc(maxRes=99, maxModulo=99):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def multiplicationFunc(maxRes=99, maxMulti=99):
|
def multiplicationFunc(maxRes=99, maxMulti=99):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def multiplyComplexNumbersFunc(minRealImaginaryNum=-20,
|
def multiplyComplexNumbersFunc(minRealImaginaryNum=-20,
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def multiplyFractionsFunc(maxVal=10):
|
def multiplyFractionsFunc(maxVal=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def multiplyIntToMatrix22(maxMatrixVal=10, maxRes=100):
|
def multiplyIntToMatrix22(maxMatrixVal=10, maxRes=100):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def nthFibonacciNumberFunc(maxN=100):
|
def nthFibonacciNumberFunc(maxN=100):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def percentageFunc(maxValue=99, maxpercentage=99):
|
def percentageFunc(maxValue=99, maxpercentage=99):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def permutationFunc(maxlength=20):
|
def permutationFunc(maxlength=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def powerRuleDifferentiationFunc(maxCoef=10, maxExp=10, maxTerms=5):
|
def powerRuleDifferentiationFunc(maxCoef=10, maxExp=10, maxTerms=5):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def powerRuleIntegrationFunc(maxCoef=10, maxExp=10, maxTerms=5):
|
def powerRuleIntegrationFunc(maxCoef=10, maxExp=10, maxTerms=5):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def primeFactorsFunc(minVal=1, maxVal=200):
|
def primeFactorsFunc(minVal=1, maxVal=200):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def profitLossPercentFunc(maxCP=1000, maxSP=1000):
|
def profitLossPercentFunc(maxCP=1000, maxSP=1000):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def pythagoreanTheoremFunc(maxLength=20):
|
def pythagoreanTheoremFunc(maxLength=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def quadraticEquation(maxVal=100):
|
def quadraticEquation(maxVal=100):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def regularPolygonAngleFunc(minVal=3, maxVal=20):
|
def regularPolygonAngleFunc(minVal=3, maxVal=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def sectorAreaFunc(maxRadius=49, maxAngle=359):
|
def sectorAreaFunc(maxRadius=49, maxAngle=359):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def simpleInterestFunc(maxPrinciple=10000, maxRate=10, maxTime=10):
|
def simpleInterestFunc(maxPrinciple=10000, maxRate=10, maxTime=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def squareFunc(maxSquareNum=20):
|
def squareFunc(maxSquareNum=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def squareRootFunc(minNo=1, maxNo=12):
|
def squareRootFunc(minNo=1, maxNo=12):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def subtractionFunc(maxMinuend=99, maxDiff=99):
|
def subtractionFunc(maxMinuend=99, maxDiff=99):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def sumOfAnglesOfPolygonFunc(maxSides=12):
|
def sumOfAnglesOfPolygonFunc(maxSides=12):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def surdsComparisonFunc(maxValue=100, maxRoot=10):
|
def surdsComparisonFunc(maxValue=100, maxRoot=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def surfaceAreaCone(maxRadius=20, maxHeight=50, unit='m'):
|
def surfaceAreaCone(maxRadius=20, maxHeight=50, unit='m'):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def surfaceAreaCube(maxSide=20, unit='m'):
|
def surfaceAreaCube(maxSide=20, unit='m'):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def surfaceAreaCuboid(maxSide=20, unit='m'):
|
def surfaceAreaCuboid(maxSide=20, unit='m'):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def surfaceAreaCylinder(maxRadius=20, maxHeight=50, unit='m'):
|
def surfaceAreaCylinder(maxRadius=20, maxHeight=50, unit='m'):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def surfaceAreaSphere(maxSide=20, unit='m'):
|
def surfaceAreaSphere(maxSide=20, unit='m'):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def systemOfEquationsFunc(range_x=10, range_y=10, coeff_mult_range=10):
|
def systemOfEquationsFunc(range_x=10, range_y=10, coeff_mult_range=10):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def thirdAngleOfTriangleFunc(maxAngle=89):
|
def thirdAngleOfTriangleFunc(maxAngle=89):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def vectorCrossFunc(minVal=-20, maxVal=20):
|
def vectorCrossFunc(minVal=-20, maxVal=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def vectorDotFunc(minVal=-20, maxVal=20):
|
def vectorDotFunc(minVal=-20, maxVal=20):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def volumeCone(maxRadius=20, maxHeight=50, unit='m'):
|
def volumeCone(maxRadius=20, maxHeight=50, unit='m'):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def volumeCube(maxSide=20, unit='m'):
|
def volumeCube(maxSide=20, unit='m'):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def volumeCuboid(maxSide=20, unit='m'):
|
def volumeCuboid(maxSide=20, unit='m'):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def volumeCylinder(maxRadius=20, maxHeight=50, unit='m'):
|
def volumeCylinder(maxRadius=20, maxHeight=50, unit='m'):
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
from ..__init__ import Generator
|
||||||
|
|
||||||
|
|
||||||
def volumeSphereFunc(maxRadius=100):
|
def volumeSphereFunc(maxRadius=100):
|
||||||
|
|||||||
Reference in New Issue
Block a user