math-exercises 3.0.200 → 3.0.201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/exercises/math/calcul/fractions/fractionsSumsPrimeDenominators.js +1 -1
- package/lib/exercises/math/calcul/index.d.ts +1 -0
- package/lib/exercises/math/calcul/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/index.js +1 -0
- package/lib/exercises/math/calculLitteral/inequations/index.d.ts +1 -0
- package/lib/exercises/math/calculLitteral/inequations/index.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/index.js +1 -0
- package/lib/exercises/math/calculLitteral/inequations/inequationCenteredInterval.d.ts +14 -0
- package/lib/exercises/math/calculLitteral/inequations/inequationCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/calculLitteral/inequations/inequationCenteredInterval.js +263 -0
- package/lib/exercises/math/combinatory/anagrams.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/anagrams.js +89 -68
- package/lib/exercises/math/combinatory/index.d.ts +1 -0
- package/lib/exercises/math/combinatory/index.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/index.js +1 -0
- package/lib/exercises/math/dataRepresentations/index.d.ts +1 -1
- package/lib/exercises/math/dataRepresentations/index.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/index.js +5 -1
- package/lib/exercises/math/dataRepresentations/scatterPlot/index.d.ts +0 -2
- package/lib/exercises/math/dataRepresentations/scatterPlot/index.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/scatterPlot/index.js +2 -2
- package/lib/exercises/math/derivation/derivative/trigo/index.d.ts +2 -0
- package/lib/exercises/math/derivation/derivative/trigo/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/trigo/index.js +3 -0
- package/lib/exercises/math/derivation/problems/index.d.ts +0 -1
- package/lib/exercises/math/derivation/problems/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/problems/index.js +1 -1
- package/lib/exercises/math/derivation/problems/problemMovementOnLineFindSpeedAtPoint.d.ts.map +1 -1
- package/lib/exercises/math/derivation/problems/problemMovementOnLineFindSpeedAtPoint.js +5 -2
- package/lib/exercises/math/derivation/tangent/index.d.ts +0 -1
- package/lib/exercises/math/derivation/tangent/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/index.js +1 -1
- package/lib/exercises/math/derivation/variations/index.d.ts +1 -1
- package/lib/exercises/math/derivation/variations/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/index.js +2 -1
- package/lib/exercises/math/derivation/variations/signVarTableAffinePlusCXLogX.d.ts +10 -0
- package/lib/exercises/math/derivation/variations/signVarTableAffinePlusCXLogX.d.ts.map +1 -0
- package/lib/exercises/math/derivation/variations/signVarTableAffinePlusCXLogX.js +222 -0
- package/lib/exercises/math/derivation/variations/signVarTableProductFExp.js +1 -1
- package/lib/exercises/math/derivation/variations/signVarTableQuotientFExp.js +1 -1
- package/lib/exercises/math/functions/affines/index.d.ts +5 -0
- package/lib/exercises/math/functions/affines/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/index.js +5 -0
- package/lib/exercises/math/functions/integral/index.d.ts +1 -0
- package/lib/exercises/math/functions/integral/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/index.js +1 -0
- package/lib/exercises/math/functions/integral/integralTrinomialOverX2.d.ts +12 -0
- package/lib/exercises/math/functions/integral/integralTrinomialOverX2.d.ts.map +1 -0
- package/lib/exercises/math/functions/integral/integralTrinomialOverX2.js +280 -0
- package/lib/exercises/math/functions/logarithm/findLargestPossibleDomainOfLogF.d.ts +13 -0
- package/lib/exercises/math/functions/logarithm/findLargestPossibleDomainOfLogF.d.ts.map +1 -0
- package/lib/exercises/math/functions/logarithm/findLargestPossibleDomainOfLogF.js +622 -0
- package/lib/exercises/math/functions/logarithm/index.d.ts +5 -0
- package/lib/exercises/math/functions/logarithm/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/index.js +5 -0
- package/lib/exercises/math/functions/logarithm/logEquationLnAXPlusBEqualsK.d.ts +10 -0
- package/lib/exercises/math/functions/logarithm/logEquationLnAXPlusBEqualsK.d.ts.map +1 -0
- package/lib/exercises/math/functions/logarithm/logEquationLnAXPlusBEqualsK.js +172 -0
- package/lib/exercises/math/functions/logarithm/logInequationIntegerSolutions.d.ts +11 -0
- package/lib/exercises/math/functions/logarithm/logInequationIntegerSolutions.d.ts.map +1 -0
- package/lib/exercises/math/functions/logarithm/logInequationIntegerSolutions.js +163 -0
- package/lib/exercises/math/functions/logarithm/logInequationLnAXPlusBInfK.d.ts +18 -0
- package/lib/exercises/math/functions/logarithm/logInequationLnAXPlusBInfK.d.ts.map +1 -0
- package/lib/exercises/math/functions/logarithm/logInequationLnAXPlusBInfK.js +330 -0
- package/lib/exercises/math/functions/logarithm/logLinearCombinationSimplifiying.d.ts +11 -0
- package/lib/exercises/math/functions/logarithm/logLinearCombinationSimplifiying.d.ts.map +1 -0
- package/lib/exercises/math/functions/logarithm/logLinearCombinationSimplifiying.js +185 -0
- package/lib/exercises/math/index.d.ts +1 -1
- package/lib/exercises/math/index.d.ts.map +1 -1
- package/lib/exercises/math/index.js +2 -1
- package/lib/exercises/math/integration/fromExpr/areaBetweenCrossingCurvesFixedPosFromExpr.d.ts +15 -0
- package/lib/exercises/math/integration/fromExpr/areaBetweenCrossingCurvesFixedPosFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/areaBetweenCrossingCurvesFixedPosFromExpr.js +505 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByBoundingFunctionWithAffinesFromExpr.d.ts +16 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByBoundingFunctionWithAffinesFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByBoundingFunctionWithAffinesFromExpr.js +433 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByManualRectanglesMethodFromExpr.d.ts +15 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByManualRectanglesMethodFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByManualRectanglesMethodFromExpr.js +436 -0
- package/lib/exercises/math/integration/fromExpr/byParts/index.d.ts +3 -0
- package/lib/exercises/math/integration/fromExpr/byParts/index.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/byParts/index.js +2 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfAXPlusBTimesExpKXByParts.d.ts +9 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfAXPlusBTimesExpKXByParts.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfAXPlusBTimesExpKXByParts.js +234 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfPolynomialTimesLogXByParts.d.ts +12 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfPolynomialTimesLogXByParts.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfPolynomialTimesLogXByParts.js +330 -0
- package/lib/exercises/math/integration/fromExpr/checkIsPrimitiveFromExpr.d.ts +15 -0
- package/lib/exercises/math/integration/fromExpr/checkIsPrimitiveFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/checkIsPrimitiveFromExpr.js +450 -0
- package/lib/exercises/math/integration/fromExpr/derivativeOfPrimitive.d.ts +10 -0
- package/lib/exercises/math/integration/fromExpr/derivativeOfPrimitive.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/derivativeOfPrimitive.js +261 -0
- package/lib/exercises/math/integration/fromExpr/index.d.ts +8 -0
- package/lib/exercises/math/integration/fromExpr/index.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/index.js +8 -0
- package/lib/exercises/math/integration/fromExpr/integralFromExpr.d.ts +13 -0
- package/lib/exercises/math/integration/fromExpr/integralFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/integralFromExpr.js +359 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/index.d.ts +2 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/index.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/index.js +1 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/meanValueOfTrinomFromIntegralFromExpr.d.ts +14 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/meanValueOfTrinomFromIntegralFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/meanValueOfTrinomFromIntegralFromExpr.js +429 -0
- package/lib/exercises/math/integration/fromGraph/boundIntegralByManipulatingAutomaticRectanglesMethodFromGraph.d.ts +10 -0
- package/lib/exercises/math/integration/fromGraph/boundIntegralByManipulatingAutomaticRectanglesMethodFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/boundIntegralByManipulatingAutomaticRectanglesMethodFromGraph.js +286 -0
- package/lib/exercises/math/integration/fromGraph/imageOfPrimitiveByManipulatingIntegralBoundsFromGraph.d.ts +9 -0
- package/lib/exercises/math/integration/fromGraph/imageOfPrimitiveByManipulatingIntegralBoundsFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/imageOfPrimitiveByManipulatingIntegralBoundsFromGraph.js +231 -0
- package/lib/exercises/math/integration/fromGraph/index.d.ts +7 -0
- package/lib/exercises/math/integration/fromGraph/index.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/index.js +6 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromExprByComputingArea.d.ts +15 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromExprByComputingArea.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromExprByComputingArea.js +464 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromGraph.d.ts +15 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromGraph.js +493 -0
- package/lib/exercises/math/integration/fromGraph/integralOfPiecewiseAffineFromGraph.d.ts +18 -0
- package/lib/exercises/math/integration/fromGraph/integralOfPiecewiseAffineFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/integralOfPiecewiseAffineFromGraph.js +466 -0
- package/lib/exercises/math/integration/fromGraph/varTableOfPrimitiveFromGraph.d.ts +10 -0
- package/lib/exercises/math/integration/fromGraph/varTableOfPrimitiveFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/varTableOfPrimitiveFromGraph.js +192 -0
- package/lib/exercises/math/integration/index.d.ts +4 -0
- package/lib/exercises/math/integration/index.d.ts.map +1 -0
- package/lib/exercises/math/integration/index.js +3 -0
- package/lib/exercises/math/integration/integralOfPiecewiseFunctionByUsingComputedIntegrals.d.ts +14 -0
- package/lib/exercises/math/integration/integralOfPiecewiseFunctionByUsingComputedIntegrals.d.ts.map +1 -0
- package/lib/exercises/math/integration/integralOfPiecewiseFunctionByUsingComputedIntegrals.js +222 -0
- package/lib/exercises/math/limits/frac1XTimesALogXPlusBLimit.d.ts +8 -0
- package/lib/exercises/math/limits/frac1XTimesALogXPlusBLimit.d.ts.map +1 -0
- package/lib/exercises/math/limits/frac1XTimesALogXPlusBLimit.js +121 -0
- package/lib/exercises/math/limits/index.d.ts +3 -0
- package/lib/exercises/math/limits/index.d.ts.map +1 -1
- package/lib/exercises/math/limits/index.js +3 -0
- package/lib/exercises/math/limits/kLogXPlusTrinomLimit.d.ts +12 -0
- package/lib/exercises/math/limits/kLogXPlusTrinomLimit.d.ts.map +1 -0
- package/lib/exercises/math/limits/kLogXPlusTrinomLimit.js +224 -0
- package/lib/exercises/math/limits/logOfPolynomialLimit.d.ts +10 -0
- package/lib/exercises/math/limits/logOfPolynomialLimit.d.ts.map +1 -0
- package/lib/exercises/math/limits/logOfPolynomialLimit.js +154 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfLinearCombination.d.ts +12 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfLinearCombination.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfLinearCombination.js +170 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromDice.d.ts +7 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromDice.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromDice.js +163 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromProbaLaw.d.ts +14 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromProbaLaw.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromProbaLaw.js +150 -0
- package/lib/exercises/math/probaStat/basicProbas/index.d.ts +5 -0
- package/lib/exercises/math/probaStat/basicProbas/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/basicProbas/index.js +5 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfLinearCombination.d.ts +12 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfLinearCombination.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfLinearCombination.js +193 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfMean.d.ts +13 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfMean.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfMean.js +171 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialExpectedValueFromSituation.d.ts +9 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialExpectedValueFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialExpectedValueFromSituation.js +125 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindParamsFromSituation.d.ts +9 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindParamsFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindParamsFromSituation.js +126 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfAtLeastOneSuccessFromSituation.d.ts +8 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfAtLeastOneSuccessFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfAtLeastOneSuccessFromSituation.js +150 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfXCompKFromSituation.d.ts +15 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfXCompKFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfXCompKFromSituation.js +386 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindThresholdForNFromSituation.d.ts +14 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindThresholdForNFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindThresholdForNFromSituation.js +248 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialSituations.d.ts +47 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialSituations.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialSituations.js +184 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/buildTreeBernoulliFromSituation.d.ts +9 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/buildTreeBernoulliFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/buildTreeBernoulliFromSituation.js +120 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/index.d.ts +7 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/index.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/index.js +6 -0
- package/lib/exercises/math/probaStat/binomial/index.d.ts +1 -0
- package/lib/exercises/math/probaStat/binomial/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/binomial/index.js +1 -0
- package/lib/exercises/math/probaStat/index.d.ts +1 -0
- package/lib/exercises/math/probaStat/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/index.js +1 -0
- package/lib/exercises/math/probaStat/tchebychev/index.d.ts +5 -0
- package/lib/exercises/math/probaStat/tchebychev/index.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/index.js +4 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/index.d.ts +4 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/index.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/index.js +3 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevFindRadiusToMinorizeProbaOfMeanInCenteredInterval.d.ts +11 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevFindRadiusToMinorizeProbaOfMeanInCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevFindRadiusToMinorizeProbaOfMeanInCenteredInterval.js +273 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMajorizeProbaOfMeanOutOfCenteredInterval.d.ts +14 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMajorizeProbaOfMeanOutOfCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMajorizeProbaOfMeanOutOfCenteredInterval.js +219 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMinorizeProbaOfMeanInCenteredInterval.d.ts +14 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMinorizeProbaOfMeanInCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMinorizeProbaOfMeanInCenteredInterval.js +245 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevFindRadiusToMajorizeProbaOfXOutOfCenteredInterval.d.ts +10 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevFindRadiusToMajorizeProbaOfXOutOfCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevFindRadiusToMajorizeProbaOfXOutOfCenteredInterval.js +191 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMajorizeProbaOfXOutOfCenteredInterval.d.ts +10 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMajorizeProbaOfXOutOfCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMajorizeProbaOfXOutOfCenteredInterval.js +135 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMinorizeProbaOfXInCenteredInterval.d.ts +10 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMinorizeProbaOfXInCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMinorizeProbaOfXInCenteredInterval.js +155 -0
- package/lib/exercises/math/probaStat/trees/buildTreeBernoulli.d.ts +9 -0
- package/lib/exercises/math/probaStat/trees/buildTreeBernoulli.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/trees/buildTreeBernoulli.js +124 -0
- package/lib/exercises/math/probaStat/trees/index.d.ts +1 -0
- package/lib/exercises/math/probaStat/trees/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/trees/index.js +1 -0
- package/lib/exercises/math/sequences/geometric/graph/index.d.ts +4 -0
- package/lib/exercises/math/sequences/geometric/graph/index.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/graph/index.js +4 -0
- package/lib/exercises/math/sequences/geometric/index.d.ts +2 -0
- package/lib/exercises/math/sequences/geometric/index.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/index.js +2 -0
- package/lib/exercises/math/sequences/geometric/situations/geometricFindRankFromSituation.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/situations/geometricFindRankFromSituation.js +71 -48
- package/lib/exercises/math/sequences/geometric/situations/index.d.ts +2 -1
- package/lib/exercises/math/sequences/geometric/situations/index.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/situations/index.js +2 -2
- package/lib/exercises/math/sets/index.d.ts +3 -0
- package/lib/exercises/math/sets/index.d.ts.map +1 -1
- package/lib/exercises/math/sets/index.js +3 -0
- package/lib/exercises/math/spaceGeometry/basis/index.d.ts +6 -0
- package/lib/exercises/math/spaceGeometry/basis/index.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/basis/index.js +6 -0
- package/lib/exercises/math/spaceGeometry/basis/lineLineRelativePositionsFromCubeOuterPoints.d.ts +11 -0
- package/lib/exercises/math/spaceGeometry/basis/lineLineRelativePositionsFromCubeOuterPoints.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/lineLineRelativePositionsFromCubeOuterPoints.js +576 -0
- package/lib/exercises/math/spaceGeometry/basis/linePlaneRelativePositionsFromCubeOuterPoints.d.ts +11 -0
- package/lib/exercises/math/spaceGeometry/basis/linePlaneRelativePositionsFromCubeOuterPoints.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/linePlaneRelativePositionsFromCubeOuterPoints.js +595 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystem.d.ts +11 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystem.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystem.js +501 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystemFromVecPath.d.ts +16 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystemFromVecPath.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystemFromVecPath.js +753 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfVectorInCubeCoordSystem.d.ts +12 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfVectorInCubeCoordSystem.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfVectorInCubeCoordSystem.js +546 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceVectorLinearCombinationFromCoords.d.ts +13 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceVectorLinearCombinationFromCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceVectorLinearCombinationFromCoords.js +233 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromCoords.d.ts +11 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromCoords.js +192 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromVecPathsFromCubeOuterPoints.d.ts +15 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromVecPathsFromCubeOuterPoints.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromVecPathsFromCubeOuterPoints.js +511 -0
- package/lib/exercises/math/spaceGeometry/collinearity/index.d.ts +3 -0
- package/lib/exercises/math/spaceGeometry/collinearity/index.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/collinearity/index.js +2 -0
- package/lib/exercises/math/spaceGeometry/index.d.ts +5 -0
- package/lib/exercises/math/spaceGeometry/index.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/index.js +5 -1
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/findOrthogonalProjectionOfPointOnPlane.d.ts +22 -0
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/findOrthogonalProjectionOfPointOnPlane.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/findOrthogonalProjectionOfPointOnPlane.js +366 -0
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/index.d.ts +2 -0
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/index.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/index.js +2 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/index.d.ts +3 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/index.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/index.js +2 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/lineLineRelativePositionsFromParametricLines.d.ts +14 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/lineLineRelativePositionsFromParametricLines.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/lineLineRelativePositionsFromParametricLines.js +325 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/parametricLineFromPointAndDirectionVector.d.ts +13 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/parametricLineFromPointAndDirectionVector.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/parametricLineFromPointAndDirectionVector.js +181 -0
- package/lib/exercises/math/spaceGeometry/planes/checkIsPointBelongingToPlane.d.ts +10 -0
- package/lib/exercises/math/spaceGeometry/planes/checkIsPointBelongingToPlane.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/checkIsPointBelongingToPlane.js +208 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlaneEquation.d.ts +8 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlaneEquation.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlaneEquation.js +255 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlanePointsCoords.d.ts +10 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlanePointsCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlanePointsCoords.js +232 -0
- package/lib/exercises/math/spaceGeometry/planes/index.d.ts +5 -1
- package/lib/exercises/math/spaceGeometry/planes/index.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/planes/index.js +6 -2
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromNormalVectorAndContainedPoint.d.ts +10 -0
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromNormalVectorAndContainedPoint.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromNormalVectorAndContainedPoint.js +273 -0
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromOrthogonalLineAndContainedPoint.d.ts +12 -0
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromOrthogonalLineAndContainedPoint.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromOrthogonalLineAndContainedPoint.js +398 -0
- package/lib/exercises/math/spaceGeometry/planes/planePlaneRelativePositions.d.ts +22 -0
- package/lib/exercises/math/spaceGeometry/planes/planePlaneRelativePositions.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/planePlaneRelativePositions.js +509 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/angleFromScalarProductFromSpacePointCoords.d.ts +8 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/angleFromScalarProductFromSpacePointCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/angleFromScalarProductFromSpacePointCoords.js +229 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalLinesFromParametricReps.d.ts +9 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalLinesFromParametricReps.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalLinesFromParametricReps.js +200 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalSpaceVecsFromCoords.d.ts +8 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalSpaceVecsFromCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalSpaceVecsFromCoords.js +176 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsSpaceVecOrthogonalToPlaneFromCoords.d.ts +9 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsSpaceVecOrthogonalToPlaneFromCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsSpaceVecOrthogonalToPlaneFromCoords.js +263 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/index.d.ts +6 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/index.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/index.js +6 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromCubeOuterPoints.d.ts +14 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromCubeOuterPoints.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromCubeOuterPoints.js +497 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromSpacePointCoords.d.ts +8 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromSpacePointCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromSpacePointCoords.js +173 -0
- package/lib/exercises/math/spaceGeometry/vectors/findLinearDecompositionWrtCoplanarUVFromCoords.d.ts +10 -0
- package/lib/exercises/math/spaceGeometry/vectors/findLinearDecompositionWrtCoplanarUVFromCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/vectors/findLinearDecompositionWrtCoplanarUVFromCoords.js +236 -0
- package/lib/exercises/math/spaceGeometry/vectors/index.d.ts +2 -0
- package/lib/exercises/math/spaceGeometry/vectors/index.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/index.js +2 -0
- package/lib/exercises/math/spaceGeometry/vectors/spacePointsDistanceCalculation.d.ts +8 -0
- package/lib/exercises/math/spaceGeometry/vectors/spacePointsDistanceCalculation.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/vectors/spacePointsDistanceCalculation.js +156 -0
- package/lib/exercises/math/trigonometry/functions/index.d.ts +1 -0
- package/lib/exercises/math/trigonometry/functions/index.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/functions/index.js +1 -0
- package/lib/exercises/utils/data/randomDataTable.d.ts +4 -1
- package/lib/exercises/utils/data/randomDataTable.d.ts.map +1 -1
- package/lib/exercises/utils/data/randomDataTable.js +1 -2
- package/lib/exercises/vea/varLineVEA.d.ts.map +1 -1
- package/lib/exercises/vea/varLineVEA.js +15 -2
- package/lib/exercises/vea/xTableLineVEA.d.ts.map +1 -1
- package/lib/exercises/vea/xTableLineVEA.js +13 -2
- package/lib/index.d.ts +539 -34
- package/lib/index.d.ts.map +1 -1
- package/lib/latexTester.d.ts.map +1 -1
- package/lib/latexTester.js +9 -7
- package/lib/math/geometry/parametricLine.d.ts +1 -1
- package/lib/math/geometry/parametricLine.d.ts.map +1 -1
- package/lib/math/geometry/parametricLine.js +2 -2
- package/lib/math/geometry/spaceVector.d.ts +11 -1
- package/lib/math/geometry/spaceVector.d.ts.map +1 -1
- package/lib/math/geometry/spaceVector.js +18 -4
- package/lib/math/probability/randomVariable.d.ts +3 -2
- package/lib/math/probability/randomVariable.d.ts.map +1 -1
- package/lib/math/probability/randomVariable.js +14 -8
- package/lib/math/systems/generalSystem.d.ts +3 -3
- package/lib/math/systems/generalSystem.d.ts.map +1 -1
- package/lib/math/systems/generalSystem.js +20 -17
- package/lib/math/utils/functions/functionComparison.d.ts.map +1 -1
- package/lib/math/utils/functions/functionComparison.js +2 -45
- package/lib/math/utils/functions/functionComposition.d.ts +3 -1
- package/lib/math/utils/functions/functionComposition.d.ts.map +1 -1
- package/lib/math/utils/functions/functionComposition.js +17 -17
- package/lib/math/utils/integration/rectanglesMethod.d.ts +6 -0
- package/lib/math/utils/integration/rectanglesMethod.d.ts.map +1 -0
- package/lib/math/utils/integration/rectanglesMethod.js +66 -0
- package/lib/math/utils/polynomial/polynomialUtils.d.ts +9 -1
- package/lib/math/utils/polynomial/polynomialUtils.d.ts.map +1 -1
- package/lib/math/utils/polynomial/polynomialUtils.js +66 -7
- package/lib/math/utils/sequences/situations/seqGeometricSituations.d.ts +34 -2
- package/lib/math/utils/sequences/situations/seqGeometricSituations.d.ts.map +1 -1
- package/lib/math/utils/sequences/situations/seqGeometricSituations.js +288 -47
- package/lib/tests/questionTest.d.ts.map +1 -1
- package/lib/tests/questionTest.js +5 -2
- package/lib/tests/singleExo.test.js +2 -2
- package/lib/tree/nodes/functions/cosNode.d.ts +1 -1
- package/lib/tree/nodes/functions/cosNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/cosNode.js +5 -2
- package/lib/tree/nodes/functions/factorialNode.d.ts +1 -0
- package/lib/tree/nodes/functions/factorialNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/factorialNode.js +16 -1
- package/lib/tree/nodes/functions/logNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/logNode.js +2 -1
- package/lib/tree/nodes/operators/binomialCoefficientNode.d.ts +2 -0
- package/lib/tree/nodes/operators/binomialCoefficientNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/binomialCoefficientNode.js +34 -0
- package/lib/tree/nodes/sets/discreteSetNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/discreteSetNode.js +1 -0
- package/lib/tree/utilities/nodeComparator.d.ts +7 -0
- package/lib/tree/utilities/nodeComparator.d.ts.map +1 -1
- package/lib/tree/utilities/nodeComparator.js +59 -0
- package/lib/tree/utilities/nodeInspector.d.ts +2 -0
- package/lib/tree/utilities/nodeInspector.d.ts.map +1 -1
- package/lib/tree/utilities/nodeInspector.js +23 -1
- package/lib/tree/utilities/nodeRewriter.d.ts.map +1 -1
- package/lib/tree/utilities/nodeRewriter.js +4 -1
- package/lib/types/keyIds.d.ts +1 -1
- package/lib/types/keyIds.d.ts.map +1 -1
- package/lib/utils/strings/splitAndKeep.d.ts +2 -0
- package/lib/utils/strings/splitAndKeep.d.ts.map +1 -0
- package/lib/utils/strings/splitAndKeep.js +13 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -403,6 +403,9 @@ declare const mathExercises: (Exercise<{
|
|
|
403
403
|
}, {
|
|
404
404
|
ratioTypes: string[];
|
|
405
405
|
}> | Exercise<{
|
|
406
|
+
num: number;
|
|
407
|
+
denum: number;
|
|
408
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
406
409
|
a: number;
|
|
407
410
|
b: number;
|
|
408
411
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
@@ -708,6 +711,12 @@ declare const mathExercises: (Exercise<{
|
|
|
708
711
|
inequationSolutionFormat: string;
|
|
709
712
|
functionTypeF: string;
|
|
710
713
|
functionTypeG: string;
|
|
714
|
+
}> | Exercise<{
|
|
715
|
+
nodeIdsCenter: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
716
|
+
nodeIdsRadius: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
717
|
+
inegSymbol: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
718
|
+
}, {
|
|
719
|
+
nbDigits: string;
|
|
711
720
|
}> | Exercise<{
|
|
712
721
|
rand: boolean;
|
|
713
722
|
poly1: number[];
|
|
@@ -799,6 +808,17 @@ declare const mathExercises: (Exercise<{
|
|
|
799
808
|
face2?: number;
|
|
800
809
|
face3?: number;
|
|
801
810
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
811
|
+
nodeIdsTotal: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
812
|
+
nodeIdsPicked: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
813
|
+
operandType: string;
|
|
814
|
+
}, {
|
|
815
|
+
operandType: string;
|
|
816
|
+
}> | Exercise<{
|
|
817
|
+
total: number;
|
|
818
|
+
picked: number;
|
|
819
|
+
}, {
|
|
820
|
+
statementFormulaType: string;
|
|
821
|
+
}> | Exercise<{
|
|
802
822
|
z1Re: number;
|
|
803
823
|
z1Im: number;
|
|
804
824
|
z2Re: number;
|
|
@@ -979,6 +999,12 @@ declare const mathExercises: (Exercise<{
|
|
|
979
999
|
affinecoeffs: number[];
|
|
980
1000
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
981
1001
|
affinecoeffs: number[];
|
|
1002
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1003
|
+
nodeIdsU: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1004
|
+
nodeIdsV: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1005
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1006
|
+
nodeIdsU: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1007
|
+
nodeIdsV: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
982
1008
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
983
1009
|
affineA: number;
|
|
984
1010
|
affineB: number;
|
|
@@ -1104,10 +1130,6 @@ declare const mathExercises: (Exercise<{
|
|
|
1104
1130
|
x: number;
|
|
1105
1131
|
k: number;
|
|
1106
1132
|
nodeIds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
1107
|
-
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1108
|
-
nodeIdsSlope: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1109
|
-
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1110
|
-
nodeIdsAbscissa: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
1111
1133
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1112
1134
|
pofIds: import("./math/utils/polynomial/polynomialInterpolationUtils.js").PointOfFunctionIdentifiers[];
|
|
1113
1135
|
cubicSplineIds: {
|
|
@@ -1175,11 +1197,6 @@ declare const mathExercises: (Exercise<{
|
|
|
1175
1197
|
coeffsF: number[];
|
|
1176
1198
|
}, {
|
|
1177
1199
|
typeF: string;
|
|
1178
|
-
}> | Exercise<{
|
|
1179
|
-
coeffsF: number[];
|
|
1180
|
-
isFOverExp: boolean;
|
|
1181
|
-
}, {
|
|
1182
|
-
typeF: string;
|
|
1183
1200
|
}> | Exercise<{
|
|
1184
1201
|
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1185
1202
|
typeF: string;
|
|
@@ -1222,6 +1239,10 @@ declare const mathExercises: (Exercise<{
|
|
|
1222
1239
|
}, {
|
|
1223
1240
|
doNotAskImages: boolean;
|
|
1224
1241
|
}> | Exercise<{
|
|
1242
|
+
nodeIdsA: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1243
|
+
nodeIdsB: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1244
|
+
nodeIdsC: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1245
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1225
1246
|
coeffs: number[];
|
|
1226
1247
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1227
1248
|
askConvex: boolean;
|
|
@@ -1240,13 +1261,6 @@ declare const mathExercises: (Exercise<{
|
|
|
1240
1261
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1241
1262
|
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1242
1263
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1243
|
-
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1244
|
-
pofIds: import("./math/utils/polynomial/polynomialInterpolationUtils.js").PointOfFunctionIdentifiers[];
|
|
1245
|
-
boundPHigh: number;
|
|
1246
|
-
typeF: string;
|
|
1247
|
-
}, {
|
|
1248
|
-
typeF: string;
|
|
1249
|
-
}> | Exercise<{
|
|
1250
1264
|
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1251
1265
|
nodeIdsValueFunction: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1252
1266
|
typeF: string;
|
|
@@ -1426,6 +1440,28 @@ declare const mathExercises: (Exercise<{
|
|
|
1426
1440
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1427
1441
|
nodeIds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1428
1442
|
pointIds: import("./math/geometry/point.js").PointIdentifiers[];
|
|
1443
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1444
|
+
nodeIdsCoeff: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
1445
|
+
formatExpr: string;
|
|
1446
|
+
}, {
|
|
1447
|
+
formatExpr: string;
|
|
1448
|
+
}> | Exercise<{
|
|
1449
|
+
pointIds: import("./math/geometry/point.js").PointIdentifiers[];
|
|
1450
|
+
}, {
|
|
1451
|
+
typeX: string;
|
|
1452
|
+
typeY: string;
|
|
1453
|
+
}> | Exercise<{
|
|
1454
|
+
b: number;
|
|
1455
|
+
secondPoint: number[];
|
|
1456
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1457
|
+
nodeIdsAbscissa: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
1458
|
+
nodeIdsSlope: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1459
|
+
typeAbscissa: string;
|
|
1460
|
+
}, {
|
|
1461
|
+
typeAbscissa: string;
|
|
1462
|
+
}> | Exercise<{
|
|
1463
|
+
nodeIdsBounds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
1464
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1429
1465
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1430
1466
|
xValues: number[];
|
|
1431
1467
|
yValues: number[];
|
|
@@ -1460,11 +1496,6 @@ declare const mathExercises: (Exercise<{
|
|
|
1460
1496
|
situationId: string;
|
|
1461
1497
|
threshold: number;
|
|
1462
1498
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1463
|
-
nodeIdsCoeff: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
1464
|
-
formatExpr: string;
|
|
1465
|
-
}, {
|
|
1466
|
-
formatExpr: string;
|
|
1467
|
-
}> | Exercise<{
|
|
1468
1499
|
xValue: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1469
1500
|
polynomeCoeffs: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
1470
1501
|
imageSyntaxText: boolean;
|
|
@@ -1877,6 +1908,35 @@ declare const mathExercises: (Exercise<{
|
|
|
1877
1908
|
b: number;
|
|
1878
1909
|
}, {
|
|
1879
1910
|
useLog10?: boolean;
|
|
1911
|
+
}> | Exercise<{
|
|
1912
|
+
pm: number;
|
|
1913
|
+
a: number;
|
|
1914
|
+
b: number;
|
|
1915
|
+
c: number;
|
|
1916
|
+
d: number;
|
|
1917
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1918
|
+
a: number;
|
|
1919
|
+
b: number;
|
|
1920
|
+
k: number;
|
|
1921
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1922
|
+
nodeIdsQ: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1923
|
+
nodeIdsS: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1924
|
+
inegSymbol: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
1925
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
1926
|
+
a: number;
|
|
1927
|
+
b: number;
|
|
1928
|
+
nodeIdsK: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1929
|
+
inegSymbol: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
1930
|
+
nodeIdsIntervalRequired: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1931
|
+
}, {
|
|
1932
|
+
typeIntervalRequired: string;
|
|
1933
|
+
typeK: string;
|
|
1934
|
+
}> | Exercise<{
|
|
1935
|
+
dictNodeIds: Record<string, import("./tree/nodes/nodeConstructor.js").NodeIdentifiers>;
|
|
1936
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1937
|
+
typeF: string;
|
|
1938
|
+
}, {
|
|
1939
|
+
typeF: string;
|
|
1880
1940
|
}> | Exercise<{
|
|
1881
1941
|
type: string;
|
|
1882
1942
|
fctTex: string;
|
|
@@ -1947,6 +2007,11 @@ declare const mathExercises: (Exercise<{
|
|
|
1947
2007
|
aU: number;
|
|
1948
2008
|
bU: number;
|
|
1949
2009
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
2010
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
2011
|
+
nodeIdsBounds: [import("./tree/nodes/nodeConstructor.js").NodeIdentifiers, import("./tree/nodes/nodeConstructor.js").NodeIdentifiers];
|
|
2012
|
+
}, {
|
|
2013
|
+
orderOfP: string;
|
|
2014
|
+
}> | Exercise<{
|
|
1950
2015
|
q: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1951
2016
|
a: number;
|
|
1952
2017
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
@@ -2950,6 +3015,18 @@ declare const mathExercises: (Exercise<{
|
|
|
2950
3015
|
b?: number;
|
|
2951
3016
|
c?: number;
|
|
2952
3017
|
polyPoints?: number[][];
|
|
3018
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3019
|
+
a: number;
|
|
3020
|
+
b: number;
|
|
3021
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3022
|
+
k: number;
|
|
3023
|
+
nodeIdsCoeffP: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
3024
|
+
}, {
|
|
3025
|
+
isIndeterminateForm: boolean;
|
|
3026
|
+
}> | Exercise<{
|
|
3027
|
+
nodeIdsLimitAbscissa: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3028
|
+
nodeIdsP: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3029
|
+
isPossible: boolean;
|
|
2953
3030
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
2954
3031
|
a: string;
|
|
2955
3032
|
b: string;
|
|
@@ -3336,6 +3413,30 @@ declare const mathExercises: (Exercise<{
|
|
|
3336
3413
|
isSentence: boolean;
|
|
3337
3414
|
}, {
|
|
3338
3415
|
instructionType: string;
|
|
3416
|
+
}> | Exercise<{
|
|
3417
|
+
n: number;
|
|
3418
|
+
situationParams: import("./exercises/math/probaStat/binomial/fromSituation/binomialSituations.js").BinomialSituationParams;
|
|
3419
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3420
|
+
n: number;
|
|
3421
|
+
situationParams: import("./exercises/math/probaStat/binomial/fromSituation/binomialSituations.js").BinomialSituationParams;
|
|
3422
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3423
|
+
situationParams: import("./exercises/math/probaStat/binomial/fromSituation/binomialSituations.js").BinomialSituationParams;
|
|
3424
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3425
|
+
situationParams: import("./exercises/math/probaStat/binomial/fromSituation/binomialSituations.js").BinomialSituationParams;
|
|
3426
|
+
nodeIdsN: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3427
|
+
nodeIdsBounds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
3428
|
+
}, {
|
|
3429
|
+
probaType: string;
|
|
3430
|
+
typeN: string;
|
|
3431
|
+
}> | Exercise<{
|
|
3432
|
+
n: number;
|
|
3433
|
+
situationParams: import("./exercises/math/probaStat/binomial/fromSituation/binomialSituations.js").BinomialSituationParams;
|
|
3434
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3435
|
+
situationParams: import("./exercises/math/probaStat/binomial/fromSituation/binomialSituations.js").BinomialSituationParams;
|
|
3436
|
+
nodeIdsP: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3437
|
+
thresholdType: string;
|
|
3438
|
+
}, {
|
|
3439
|
+
thresholdType: string;
|
|
3339
3440
|
}> | Exercise<{
|
|
3340
3441
|
type: number;
|
|
3341
3442
|
caracType: string;
|
|
@@ -3475,6 +3576,35 @@ declare const mathExercises: (Exercise<{
|
|
|
3475
3576
|
indexColor: number;
|
|
3476
3577
|
}[];
|
|
3477
3578
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3579
|
+
rvIdsX: {
|
|
3580
|
+
xValuesIds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
3581
|
+
yValuesIds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
3582
|
+
name: string;
|
|
3583
|
+
};
|
|
3584
|
+
rvIdsY: {
|
|
3585
|
+
xValuesIds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
3586
|
+
yValuesIds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
3587
|
+
name: string;
|
|
3588
|
+
};
|
|
3589
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3590
|
+
nodeIdsE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
3591
|
+
nodeIdsCoeff: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
3592
|
+
}, {
|
|
3593
|
+
typeLinearCombination: string;
|
|
3594
|
+
}> | Exercise<{
|
|
3595
|
+
nodeIdsV: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
3596
|
+
nodeIdsCoeff: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
3597
|
+
}, {
|
|
3598
|
+
typeLinearCombination: string;
|
|
3599
|
+
}> | Exercise<{
|
|
3600
|
+
arrNbSide: number[];
|
|
3601
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3602
|
+
nodeIdsE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3603
|
+
nodeIdsV: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3604
|
+
nodeIdsN: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3605
|
+
}, {
|
|
3606
|
+
typeN: string;
|
|
3607
|
+
}> | Exercise<{
|
|
3478
3608
|
indexSituation: number;
|
|
3479
3609
|
eventIds: {
|
|
3480
3610
|
type: "elementary";
|
|
@@ -3561,6 +3691,40 @@ declare const mathExercises: (Exercise<{
|
|
|
3561
3691
|
params: import("./exercises/math/probaStat/trees/probaTreeSituations.js").ProbaTreeSituationParams;
|
|
3562
3692
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3563
3693
|
params: import("./exercises/math/probaStat/trees/probaTreeSituations.js").ProbaTreeSituationParams;
|
|
3694
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3695
|
+
n: number;
|
|
3696
|
+
nodeIdsProba: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3697
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3698
|
+
nodeIdsE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3699
|
+
nodeIdsV: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3700
|
+
nodeIdsA: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3701
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3702
|
+
nodeIdsE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3703
|
+
nodeIdsV: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3704
|
+
nodeIdsA: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3705
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3706
|
+
nodeIdsE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3707
|
+
nodeIdsV: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3708
|
+
nodeIdsPMax: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3709
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3710
|
+
nodeIdsE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3711
|
+
nodeIdsV: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3712
|
+
nodeIdsA: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3713
|
+
nodeIdsN: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3714
|
+
}, {
|
|
3715
|
+
typeN: string;
|
|
3716
|
+
}> | Exercise<{
|
|
3717
|
+
nodeIdsE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3718
|
+
nodeIdsV: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3719
|
+
nodeIdsA: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3720
|
+
nodeIdsN: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3721
|
+
}, {
|
|
3722
|
+
typeN: string;
|
|
3723
|
+
}> | Exercise<{
|
|
3724
|
+
nodeIdsE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3725
|
+
nodeIdsV: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3726
|
+
nodeIdsA: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3727
|
+
nodeIdsPMin: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3564
3728
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3565
3729
|
firstValue: number;
|
|
3566
3730
|
askedRank: number;
|
|
@@ -3701,6 +3865,9 @@ declare const mathExercises: (Exercise<{
|
|
|
3701
3865
|
reason: number;
|
|
3702
3866
|
firstValue: number;
|
|
3703
3867
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3868
|
+
reason: number;
|
|
3869
|
+
firstValue: number;
|
|
3870
|
+
}, import("./exercises/options/optionFirstTermRankOne.js").OptionFirstTermRankOne> | Exercise<{
|
|
3704
3871
|
value1: number;
|
|
3705
3872
|
reason: number;
|
|
3706
3873
|
rank1: number;
|
|
@@ -3766,6 +3933,11 @@ declare const mathExercises: (Exercise<{
|
|
|
3766
3933
|
initial: number;
|
|
3767
3934
|
reason: number;
|
|
3768
3935
|
superfluousData?: import("./math/utils/sequences/situations/seqGeometricSituations.js").SituationGeometricSuperfluousData;
|
|
3936
|
+
}, import("./exercises/options/optionFirstTermRankOne.js").OptionFirstTermRankOne & import("./exercises/options/optionIsWithSuperfluousData.js").OptionIsWithSuperfluousData> | Exercise<{
|
|
3937
|
+
situationIndex: number;
|
|
3938
|
+
initial: number;
|
|
3939
|
+
reason: number;
|
|
3940
|
+
superfluousData?: import("./math/utils/sequences/situations/seqGeometricSituations.js").SituationGeometricSuperfluousData;
|
|
3769
3941
|
}, import("./exercises/options/optionFirstTermRankOne.js").OptionFirstTermRankOne & import("./exercises/options/optionIsWithSuperfluousData.js").OptionIsWithSuperfluousData> | Exercise<{
|
|
3770
3942
|
situationIndex: number;
|
|
3771
3943
|
initial: number;
|
|
@@ -3777,6 +3949,7 @@ declare const mathExercises: (Exercise<{
|
|
|
3777
3949
|
initial: number;
|
|
3778
3950
|
reason: number;
|
|
3779
3951
|
superfluousData?: import("./math/utils/sequences/situations/seqGeometricSituations.js").SituationGeometricSuperfluousData;
|
|
3952
|
+
valueAsked: number;
|
|
3780
3953
|
}, import("./exercises/options/optionFirstTermRankOne.js").OptionFirstTermRankOne & import("./exercises/options/optionIsWithSuperfluousData.js").OptionIsWithSuperfluousData> | Exercise<{
|
|
3781
3954
|
rank1: number;
|
|
3782
3955
|
value1: number;
|
|
@@ -3800,6 +3973,13 @@ declare const mathExercises: (Exercise<{
|
|
|
3800
3973
|
precisionReason: number;
|
|
3801
3974
|
rankAsked: number;
|
|
3802
3975
|
}, import("./exercises/options/optionFirstTermRankOne.js").OptionFirstTermRankOne> | Exercise<{
|
|
3976
|
+
rank1: number;
|
|
3977
|
+
value1: number;
|
|
3978
|
+
rank2: number;
|
|
3979
|
+
value2: number;
|
|
3980
|
+
precisionInitial: number;
|
|
3981
|
+
precisionReason: number;
|
|
3982
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3803
3983
|
isGeo: boolean;
|
|
3804
3984
|
sequence: number[];
|
|
3805
3985
|
}, {
|
|
@@ -3818,6 +3998,28 @@ declare const mathExercises: (Exercise<{
|
|
|
3818
3998
|
q: number;
|
|
3819
3999
|
start: number;
|
|
3820
4000
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4001
|
+
nodeIdsInitial: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4002
|
+
nodeIdsReason: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4003
|
+
firstRank: number;
|
|
4004
|
+
}, import("./exercises/options/optionFirstTermRankOne.js").OptionFirstTermRankOne & {
|
|
4005
|
+
typeSignReason: string[];
|
|
4006
|
+
}> | Exercise<{
|
|
4007
|
+
nodeIdsInitial: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4008
|
+
nodeIdsReason: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4009
|
+
firstRank: number;
|
|
4010
|
+
}, import("./exercises/options/optionFirstTermRankOne.js").OptionFirstTermRankOne> | Exercise<{
|
|
4011
|
+
nodeIdsInitial: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4012
|
+
nodeIdsReason: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4013
|
+
firstRank: number;
|
|
4014
|
+
nodeIdsValueThreshold: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4015
|
+
inegSymbol: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
4016
|
+
}, import("./exercises/options/optionFirstTermRankOne.js").OptionFirstTermRankOne> | Exercise<{
|
|
4017
|
+
nodeIdsInitial: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4018
|
+
nodeIdsReason: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4019
|
+
firstRank: number;
|
|
4020
|
+
nodeIdsValueThreshold: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4021
|
+
inegSymbol: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
4022
|
+
}, import("./exercises/options/optionFirstTermRankOne.js").OptionFirstTermRankOne> | Exercise<{
|
|
3821
4023
|
rank: number;
|
|
3822
4024
|
coeffs: number[];
|
|
3823
4025
|
}, {
|
|
@@ -3906,6 +4108,108 @@ declare const mathExercises: (Exercise<{
|
|
|
3906
4108
|
a: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
3907
4109
|
isDecimal: boolean;
|
|
3908
4110
|
}[];
|
|
4111
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4112
|
+
nodeIdsSetA: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4113
|
+
nodeIdsSetB: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4114
|
+
isAskedACrossB: boolean;
|
|
4115
|
+
items: {
|
|
4116
|
+
tex: string;
|
|
4117
|
+
isValid: boolean;
|
|
4118
|
+
}[];
|
|
4119
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4120
|
+
nodeIdsSetA: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4121
|
+
nodeIdsSetB: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4122
|
+
isAskedACrossB: boolean;
|
|
4123
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4124
|
+
situation: {
|
|
4125
|
+
strInstruction: string;
|
|
4126
|
+
strCorrection: string;
|
|
4127
|
+
dictSets: Record<string, {
|
|
4128
|
+
cardinal: number;
|
|
4129
|
+
strInjected: string;
|
|
4130
|
+
strExplain: string;
|
|
4131
|
+
}>;
|
|
4132
|
+
nodeIdsCardinal: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4133
|
+
};
|
|
4134
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4135
|
+
strDescriptionE: string;
|
|
4136
|
+
nodeIdsSetE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4137
|
+
k: number;
|
|
4138
|
+
items: {
|
|
4139
|
+
str: string;
|
|
4140
|
+
isValid: boolean;
|
|
4141
|
+
}[];
|
|
4142
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4143
|
+
strDescriptionE: string;
|
|
4144
|
+
nodeIdsSetE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4145
|
+
k: number;
|
|
4146
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4147
|
+
situation: {
|
|
4148
|
+
strInstruction: string;
|
|
4149
|
+
strCorrection: string;
|
|
4150
|
+
arrSets: {
|
|
4151
|
+
cardinal: number;
|
|
4152
|
+
nbSamples: number;
|
|
4153
|
+
strInjected: string;
|
|
4154
|
+
strExplain: string;
|
|
4155
|
+
}[];
|
|
4156
|
+
nodeIdsCardinal: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4157
|
+
};
|
|
4158
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4159
|
+
strDescriptionE: string;
|
|
4160
|
+
nodeIdsSetE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4161
|
+
k: number;
|
|
4162
|
+
items: {
|
|
4163
|
+
str: string;
|
|
4164
|
+
isValid: boolean;
|
|
4165
|
+
}[];
|
|
4166
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4167
|
+
situation: {
|
|
4168
|
+
strInstruction: string;
|
|
4169
|
+
strCorrection: string;
|
|
4170
|
+
dictSets: Record<string, {
|
|
4171
|
+
value: number;
|
|
4172
|
+
}>;
|
|
4173
|
+
nodeIdsCardinal: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4174
|
+
};
|
|
4175
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4176
|
+
situation: {
|
|
4177
|
+
strInstruction: string;
|
|
4178
|
+
strHint: string;
|
|
4179
|
+
strCorrection: string;
|
|
4180
|
+
dictSets: Record<string, {
|
|
4181
|
+
value: number;
|
|
4182
|
+
}>;
|
|
4183
|
+
nodeIdsCardinal: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4184
|
+
};
|
|
4185
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4186
|
+
strDescriptionE: string;
|
|
4187
|
+
nodeIdsSetE: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4188
|
+
k: number;
|
|
4189
|
+
items: {
|
|
4190
|
+
str: string;
|
|
4191
|
+
isValid: boolean;
|
|
4192
|
+
}[];
|
|
4193
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4194
|
+
situation: {
|
|
4195
|
+
strInstruction: string;
|
|
4196
|
+
strHint: string;
|
|
4197
|
+
strCorrection: string;
|
|
4198
|
+
dictSets: Record<string, {
|
|
4199
|
+
value: number;
|
|
4200
|
+
}>;
|
|
4201
|
+
nodeIdsCardinal: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4202
|
+
};
|
|
4203
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4204
|
+
situation: {
|
|
4205
|
+
strInstruction: string;
|
|
4206
|
+
strHint: string;
|
|
4207
|
+
strCorrection: string;
|
|
4208
|
+
dictSets: Record<string, {
|
|
4209
|
+
value: number;
|
|
4210
|
+
}>;
|
|
4211
|
+
nodeIdsCardinal: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4212
|
+
};
|
|
3909
4213
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3910
4214
|
x: number;
|
|
3911
4215
|
y: number;
|
|
@@ -3926,6 +4230,11 @@ declare const mathExercises: (Exercise<{
|
|
|
3926
4230
|
vx: number;
|
|
3927
4231
|
vy: number;
|
|
3928
4232
|
vz: number;
|
|
4233
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4234
|
+
spacePointIdsForVecs: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4235
|
+
nodeIdsCoeffs: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
4236
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4237
|
+
spacePointIds: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
3929
4238
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
3930
4239
|
l: number;
|
|
3931
4240
|
L: number;
|
|
@@ -3941,6 +4250,71 @@ declare const mathExercises: (Exercise<{
|
|
|
3941
4250
|
arrPoolSpacePointIds: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
3942
4251
|
indexAsked: number;
|
|
3943
4252
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4253
|
+
spacePointIdsCubeOrigin: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4254
|
+
spacePointIdsCubeVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4255
|
+
spacePointIdsBaseVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4256
|
+
spacePointIdsAskedWrtBaseVecs: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4257
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4258
|
+
spacePointIdsCubeOrigin: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4259
|
+
spacePointIdsCubeVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4260
|
+
spacePointIdsBaseVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4261
|
+
spacePointIdsStartWrtBaseVecs: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4262
|
+
spacePointIdsEndWrtBaseVecs: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4263
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4264
|
+
spacePointIdsCubeOrigin: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4265
|
+
spacePointIdsCubeVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4266
|
+
spacePointIdsBaseVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4267
|
+
spacePointIdsWrtBaseVecs: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4268
|
+
nodeIdsEquationForVecs: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4269
|
+
}, {
|
|
4270
|
+
nbStepsForVecPath: string;
|
|
4271
|
+
}> | Exercise<{
|
|
4272
|
+
spacePointIdsVecs: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4273
|
+
nodeIdsLinearCombination: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4274
|
+
}, {
|
|
4275
|
+
isAllowRationalFactors: boolean;
|
|
4276
|
+
}> | Exercise<{
|
|
4277
|
+
spacePointIdsCubeOrigin: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4278
|
+
spacePointIdsCubeVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4279
|
+
spacePointIdsBaseVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4280
|
+
spacePointIdsWrtBaseVecs: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4281
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4282
|
+
spacePointIdsCubeOrigin: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4283
|
+
spacePointIdsCubeVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4284
|
+
spacePointIdsBaseVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4285
|
+
spacePointIdsWrtBaseVecs: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4286
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4287
|
+
spacePointIds: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4288
|
+
nodeIdsPlaneEquation: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4289
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4290
|
+
spacePointIdsContainedPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4291
|
+
spaceVectorIdsNormalVec: import("./math/geometry/spaceVector.js").SpaceVectorIdentifiers;
|
|
4292
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4293
|
+
nodeIdsPlaneEquation: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4294
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4295
|
+
spacePointIdsContainedPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4296
|
+
spacePointIdsParallelLine: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4297
|
+
}, {
|
|
4298
|
+
typeDataForParallelLine: string;
|
|
4299
|
+
}> | Exercise<{
|
|
4300
|
+
idsP1: {
|
|
4301
|
+
spacePointIdsContained: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4302
|
+
spaceVectorIdsNormal: import("./math/geometry/spaceVector.js").SpaceVectorIdentifiers;
|
|
4303
|
+
nodeIdsPlaneEquation: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4304
|
+
typeDefinitionData: string;
|
|
4305
|
+
texName: string;
|
|
4306
|
+
};
|
|
4307
|
+
idsP2: {
|
|
4308
|
+
spacePointIdsContained: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4309
|
+
spaceVectorIdsNormal: import("./math/geometry/spaceVector.js").SpaceVectorIdentifiers;
|
|
4310
|
+
nodeIdsPlaneEquation: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4311
|
+
typeDefinitionData: string;
|
|
4312
|
+
texName: string;
|
|
4313
|
+
};
|
|
4314
|
+
}, {
|
|
4315
|
+
typeDataForPlane1: string;
|
|
4316
|
+
typeDataForPlane2: string;
|
|
4317
|
+
}> | Exercise<{
|
|
3944
4318
|
strOfX: string;
|
|
3945
4319
|
radius: number;
|
|
3946
4320
|
isDiameterGiven: boolean;
|
|
@@ -4016,6 +4390,42 @@ declare const mathExercises: (Exercise<{
|
|
|
4016
4390
|
}, {
|
|
4017
4391
|
projection: string;
|
|
4018
4392
|
}> | Exercise<{
|
|
4393
|
+
spacePointIds: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4394
|
+
}, {
|
|
4395
|
+
isAllowRationalCoeffs: boolean;
|
|
4396
|
+
}> | Exercise<{
|
|
4397
|
+
spacePointIdsCubeOrigin: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4398
|
+
spacePointIdsCubeVecsEndPoint: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4399
|
+
spacePointIdsWrtBaseVecs: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4400
|
+
nodeIdsVecEquation: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
4401
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4402
|
+
spacePointIds: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4403
|
+
nodeIdsSideLength: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4404
|
+
}, {
|
|
4405
|
+
typeSideLength: string;
|
|
4406
|
+
isIncludeMidpoints: boolean;
|
|
4407
|
+
}> | Exercise<{
|
|
4408
|
+
spacePointIds: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4409
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4410
|
+
spacePointIdsForVecs: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4411
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4412
|
+
spacePointIdsForVecW: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4413
|
+
spacePointIdsForPlane: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4414
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4415
|
+
spacePointIdsForAB: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4416
|
+
spacePointIdsForUV: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4417
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4418
|
+
spacePointIds: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4419
|
+
spaceVectorIds: import("./math/geometry/spaceVector.js").SpaceVectorIdentifiers;
|
|
4420
|
+
randInstr: number;
|
|
4421
|
+
nodeIdsFactor: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4422
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4423
|
+
spacePointIdsAB: import("./math/geometry/spacePoint.js").SpacePointIdentifiers[];
|
|
4424
|
+
spaceLineIds: {
|
|
4425
|
+
spacePointIds: import("./math/geometry/spacePoint.js").SpacePointIdentifiers;
|
|
4426
|
+
spaceVectorIds: import("./math/geometry/spaceVector.js").SpaceVectorIdentifiers;
|
|
4427
|
+
}[];
|
|
4428
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4019
4429
|
sqrtOperand: number;
|
|
4020
4430
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4021
4431
|
k: number;
|
|
@@ -4127,6 +4537,8 @@ declare const mathExercises: (Exercise<{
|
|
|
4127
4537
|
b: number;
|
|
4128
4538
|
c: number;
|
|
4129
4539
|
d: number;
|
|
4540
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4541
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4130
4542
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4131
4543
|
degree: number;
|
|
4132
4544
|
radianNodeIds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
@@ -4496,9 +4908,6 @@ declare const mathExercises: (Exercise<{
|
|
|
4496
4908
|
yValues: number[];
|
|
4497
4909
|
answerIndex: number;
|
|
4498
4910
|
isLess: boolean;
|
|
4499
|
-
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4500
|
-
cloudPointsIdentifiers: import("./math/geometry/CloudPoints.js").CloudPointsIdentifiers;
|
|
4501
|
-
evolutionType: string;
|
|
4502
4911
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4503
4912
|
quartiles: number[];
|
|
4504
4913
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
@@ -4564,6 +4973,19 @@ declare const mathExercises: (Exercise<{
|
|
|
4564
4973
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4565
4974
|
bounds: number[];
|
|
4566
4975
|
data: number[];
|
|
4976
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4977
|
+
cloudPointsIdentifiers: import("./math/geometry/CloudPoints.js").CloudPointsIdentifiers;
|
|
4978
|
+
evolutionType: string;
|
|
4979
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4980
|
+
pointIds: import("./math/geometry/point.js").PointIdentifiers[];
|
|
4981
|
+
strGroupBy: string;
|
|
4982
|
+
nodeIdsDataClass: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
4983
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4984
|
+
isRowBased: boolean;
|
|
4985
|
+
rowBasedDataTable: string[][];
|
|
4986
|
+
indexX: number;
|
|
4987
|
+
indexY: number;
|
|
4988
|
+
arrCoordsAsNodeIds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[][];
|
|
4567
4989
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
4568
4990
|
epsilon: number;
|
|
4569
4991
|
l: number;
|
|
@@ -5037,18 +5459,101 @@ declare const mathExercises: (Exercise<{
|
|
|
5037
5459
|
k?: number;
|
|
5038
5460
|
randListAdd: number;
|
|
5039
5461
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
5040
|
-
|
|
5462
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5463
|
+
nodeIdsBounds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5464
|
+
isConstantFunc: boolean;
|
|
5465
|
+
}, {
|
|
5466
|
+
functionType: string;
|
|
5467
|
+
typeSignBoundLow: string;
|
|
5468
|
+
typeSignBoundHigh: string;
|
|
5469
|
+
}> | Exercise<{
|
|
5470
|
+
chunkIds: {
|
|
5471
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5472
|
+
nodeIdsBounds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5473
|
+
}[];
|
|
5474
|
+
nodeIdsIntegralBounds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5475
|
+
}, {
|
|
5476
|
+
nbIntegralChunks: string;
|
|
5477
|
+
typeSignBoundLow: string;
|
|
5478
|
+
typeSignBoundHigh: string;
|
|
5479
|
+
}> | Exercise<{
|
|
5480
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5481
|
+
nodeIdsBounds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5482
|
+
isConstantFunc: boolean;
|
|
5483
|
+
}, {
|
|
5484
|
+
functionType: string;
|
|
5485
|
+
typeSignBoundLow: string;
|
|
5486
|
+
typeSignBoundHigh: string;
|
|
5487
|
+
}> | Exercise<{
|
|
5488
|
+
nodeIdsBigF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5489
|
+
nodeIdsBounds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5041
5490
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
d: number;
|
|
5491
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5492
|
+
nodeIdsBounds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5493
|
+
nbRectanglesRequired: number;
|
|
5046
5494
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
}, Record<string, string | boolean | string[]>>
|
|
5495
|
+
type: number;
|
|
5496
|
+
coeffs: number[];
|
|
5497
|
+
initTable: string[][];
|
|
5498
|
+
rootOfPrimitive: number;
|
|
5499
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
5500
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5501
|
+
nodeIdsBounds: [import("./tree/nodes/nodeConstructor.js").NodeIdentifiers, import("./tree/nodes/nodeConstructor.js").NodeIdentifiers];
|
|
5502
|
+
nodeIdsVarOfIntegration: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5503
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
5504
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5505
|
+
nodeIdsBounds: [import("./tree/nodes/nodeConstructor.js").NodeIdentifiers, import("./tree/nodes/nodeConstructor.js").NodeIdentifiers];
|
|
5506
|
+
}, Record<string, string | boolean | string[]>> | Exercise<{
|
|
5507
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5508
|
+
nodeIdsBounds: [import("./tree/nodes/nodeConstructor.js").NodeIdentifiers, import("./tree/nodes/nodeConstructor.js").NodeIdentifiers];
|
|
5509
|
+
}, {
|
|
5510
|
+
orderOfP: string;
|
|
5511
|
+
}> | Exercise<{
|
|
5512
|
+
nodeIdsForP: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5513
|
+
nodeIdsBounds: [import("./tree/nodes/nodeConstructor.js").NodeIdentifiers, import("./tree/nodes/nodeConstructor.js").NodeIdentifiers];
|
|
5514
|
+
}, {
|
|
5515
|
+
nbChangesOfSign: string;
|
|
5516
|
+
typeSignBoundLow: string;
|
|
5517
|
+
typeSignBoundHigh: string;
|
|
5518
|
+
}> | Exercise<{
|
|
5519
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5520
|
+
nodeIdsBounds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5521
|
+
nbRectanglesRequired: number;
|
|
5522
|
+
}, {
|
|
5523
|
+
nbRectangles: string;
|
|
5524
|
+
typeSignBoundLow: string;
|
|
5525
|
+
typeSignBoundHigh: string;
|
|
5526
|
+
}> | Exercise<{
|
|
5527
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5528
|
+
nodeIdsBounds: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5529
|
+
nodeIdsAffineMinor: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5530
|
+
nodeIdsAffineMajor: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5531
|
+
nodeIdsVariableForIntegration: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5532
|
+
}, {
|
|
5533
|
+
typeSignBoundLow: string;
|
|
5534
|
+
typeSignBoundHigh: string;
|
|
5535
|
+
}> | Exercise<{
|
|
5536
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5537
|
+
nodeIdsBounds: [import("./tree/nodes/nodeConstructor.js").NodeIdentifiers, import("./tree/nodes/nodeConstructor.js").NodeIdentifiers];
|
|
5538
|
+
functionType: string;
|
|
5539
|
+
}, {
|
|
5540
|
+
functionTypes: string[];
|
|
5541
|
+
}> | Exercise<{
|
|
5542
|
+
nodeIdsPrimitiveCandidate: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5543
|
+
nodeIdsF: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5544
|
+
nameOfPrimitive: string;
|
|
5545
|
+
nameOfPrimitiveAsked: string;
|
|
5546
|
+
isPrimitive: boolean;
|
|
5547
|
+
}, {
|
|
5548
|
+
primitiveTypes: string[];
|
|
5549
|
+
}> | Exercise<{
|
|
5550
|
+
nodeIdsBoundsABC: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers[];
|
|
5551
|
+
nodeIdsIntegralAB: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5552
|
+
nodeIdsIntegralBC: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5553
|
+
nodeIdsVariableOfIntegration: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
5554
|
+
}, {
|
|
5555
|
+
texIneqABC: string;
|
|
5556
|
+
}>)[];
|
|
5052
5557
|
declare const pcExercises: (Exercise<{
|
|
5053
5558
|
numbers: number[];
|
|
5054
5559
|
}, Record<string, string | boolean | string[]>> | Exercise<{
|