math-exercises 3.0.110 → 3.0.111
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/exercise.d.ts +25 -25
- package/lib/exercises/exercise.d.ts.map +1 -1
- package/lib/exercises/math/calcul/addAndSub.js +2 -2
- package/lib/exercises/math/calcul/addAndSubWithoutRelatives.d.ts.map +1 -1
- package/lib/exercises/math/calcul/addAndSubWithoutRelatives.js +0 -2
- package/lib/exercises/math/calcul/arithmetics/commonDivisorsList.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/commonDivisorsList.js +7 -6
- package/lib/exercises/math/calcul/arithmetics/divisibiltyCriteria.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/divisibiltyCriteria.js +2 -2
- package/lib/exercises/math/calcul/arithmetics/divisorsList.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/divisorsList.js +5 -4
- package/lib/exercises/math/calcul/arithmetics/getParityBetweenTwoNumbers.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/getParityBetweenTwoNumbers.js +6 -5
- package/lib/exercises/math/calcul/arithmetics/isMultipleOrDivisor.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/isMultipleOrDivisor.js +4 -5
- package/lib/exercises/math/calcul/arithmetics/paritySumsAndProducts.js +2 -2
- package/lib/exercises/math/calcul/arithmetics/ppcmCalcul.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/ppcmCalcul.js +2 -2
- package/lib/exercises/math/calcul/arithmetics/primeNumberIdentification.js +2 -2
- package/lib/exercises/math/calcul/arithmetics/primeNumbers.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/primeNumbers.js +11 -19
- package/lib/exercises/math/calcul/arithmetics/whichMultipleAmI.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/whichMultipleAmI.js +1 -7
- package/lib/exercises/math/calcul/decimals/decimalBoundingOnLine.d.ts.map +1 -1
- package/lib/exercises/math/calcul/decimals/decimalBoundingOnLine.js +5 -30
- package/lib/exercises/math/calcul/decimals/multiplyDecimalByNegativeTens.d.ts.map +1 -1
- package/lib/exercises/math/calcul/decimals/multiplyDecimalByNegativeTens.js +1 -1
- package/lib/exercises/math/calcul/decimals/multiplyDecimalByTens.js +1 -1
- package/lib/exercises/math/calcul/digitDecimalRank.d.ts.map +1 -1
- package/lib/exercises/math/calcul/digitDecimalRank.js +2 -2
- package/lib/exercises/math/calcul/digitDecimalRankNumber.d.ts.map +1 -1
- package/lib/exercises/math/calcul/digitRank.d.ts.map +1 -1
- package/lib/exercises/math/calcul/digitRank.js +2 -2
- package/lib/exercises/math/calcul/digitRankNumber.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/evalFractionExpression.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/evalFractionExpression.js +2 -2
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerDivision.js +1 -1
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerProduct.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerProduct.js +2 -2
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerSum.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerSum.js +3 -13
- package/lib/exercises/math/calcul/fractions/fractionForbiddenValue.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionForbiddenValue.js +4 -4
- package/lib/exercises/math/calcul/fractions/fractionSquare.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionSquare.js +3 -4
- package/lib/exercises/math/calcul/fractions/fractionToPercentToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionToPercentToDecimal.js +5 -3
- package/lib/exercises/math/calcul/fractions/fractionsDivision.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsDivision.js +5 -5
- package/lib/exercises/math/calcul/fractions/fractionsMix.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsMix.js +7 -6
- package/lib/exercises/math/calcul/fractions/fractionsOperations.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsOperations.js +5 -5
- package/lib/exercises/math/calcul/fractions/fractionsProduct.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsProduct.js +3 -3
- package/lib/exercises/math/calcul/fractions/fractionsSubstraction.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSubstraction.js +3 -4
- package/lib/exercises/math/calcul/fractions/fractionsSum.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSum.js +3 -4
- package/lib/exercises/math/calcul/fractions/fractionsSumsMultiplesDenominators.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSumsMultiplesDenominators.js +2 -2
- package/lib/exercises/math/calcul/fractions/fractionsSumsPrimeDenominators.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSumsPrimeDenominators.js +2 -2
- package/lib/exercises/math/calcul/fractions/fractionsSumsSameDenominators.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSumsSameDenominators.js +4 -5
- package/lib/exercises/math/calcul/fractions/periodicWritingToFraction.js +1 -1
- package/lib/exercises/math/calcul/fractions/simplifyFractionWithPrimeFactorization.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/simplifyFractionWithPrimeFactorization.js +2 -3
- package/lib/exercises/math/calcul/fractions/simplifyToFraction.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/simplifyToFraction.js +3 -3
- package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSub.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSub.js +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSubNoRelative.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalDivisions.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalDivisions.js +0 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplications.js +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplicationsNoRelative.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplicationsNoRelative.js +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalPercentage.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalPercentage.js +3 -3
- package/lib/exercises/math/calcul/operations/expressionNature.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/expressionNature.js +2 -4
- package/lib/exercises/math/calcul/operations/numberInverse.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/numberInverse.js +3 -3
- package/lib/exercises/math/calcul/operations/operationsPriorities.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/operationsPriorities.js +7 -13
- package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesis.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesis.js +6 -5
- package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesisNoRelatives.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesisNoRelatives.js +5 -4
- package/lib/exercises/math/calcul/operations/operationsPrioritiesWithoutRelative.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/operationsPrioritiesWithoutRelative.js +5 -6
- package/lib/exercises/math/calcul/ordering/decimalOrdering.d.ts.map +1 -1
- package/lib/exercises/math/calcul/ordering/decimalOrderingNoRelatives.d.ts.map +1 -1
- package/lib/exercises/math/calcul/ordering/framing.d.ts +2 -1
- package/lib/exercises/math/calcul/ordering/framing.d.ts.map +1 -1
- package/lib/exercises/math/calcul/ordering/framing.js +52 -50
- package/lib/exercises/math/calcul/ordering/integerOrdering.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/findCoeffInProportionalTableNonIntegers.d.ts +4 -3
- package/lib/exercises/math/calcul/proportionality/findCoeffInProportionalTableNonIntegers.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/findCoeffInProportionalTableNonIntegers.js +10 -12
- package/lib/exercises/math/calcul/proportionality/isTableProportional.js +1 -1
- package/lib/exercises/math/calcul/proportionality/isTableProportionalNonInteger.d.ts +4 -3
- package/lib/exercises/math/calcul/proportionality/isTableProportionalNonInteger.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/isTableProportionalNonInteger.js +10 -12
- package/lib/exercises/math/calcul/proportionality/proportionalityTableCoefficient.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/proportionalityTableCoefficient.js +2 -3
- package/lib/exercises/math/calcul/proportionality/rectangleSideAfterReduction.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/rectangleSideAfterReduction.js +5 -5
- package/lib/exercises/math/calcul/proportionality/scaleCalculation.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/scaleCalculation.js +3 -4
- package/lib/exercises/math/calcul/proportionality/scaleUsage.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/scaleUsage.js +2 -9
- package/lib/exercises/math/calcul/rationals/rationalNumbers.d.ts.map +1 -1
- package/lib/exercises/math/calcul/rationals/rationalNumbers.js +12 -8
- package/lib/exercises/math/calcul/rounding/getPhysicalOrderOfMagnitude.d.ts.map +1 -1
- package/lib/exercises/math/calcul/rounding/getPhysicalOrderOfMagnitude.js +2 -2
- package/lib/exercises/math/calcul/rounding/rounding.d.ts.map +1 -1
- package/lib/exercises/math/calcul/rounding/rounding.js +4 -5
- package/lib/exercises/math/calcul/sign/absoluteNumber.d.ts.map +1 -1
- package/lib/exercises/math/calcul/sign/absoluteNumber.js +3 -3
- package/lib/exercises/math/calcul/sign/inverseOrOpposite.d.ts.map +1 -1
- package/lib/exercises/math/calcul/sign/inverseOrOpposite.js +2 -2
- package/lib/exercises/math/calcul/sign/signFromAx.d.ts.map +1 -1
- package/lib/exercises/math/calcul/sign/signFromAx.js +4 -4
- package/lib/exercises/math/calculLitteral/distributivity/canonicalFormDevelopment.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/canonicalFormDevelopment.js +2 -2
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistri.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistri.js +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivitySubstract.js +5 -5
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivityWithCoeff.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivityWithCoeff.js +2 -2
- package/lib/exercises/math/calculLitteral/distributivity/idRmq1.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/idRmq1.js +4 -4
- package/lib/exercises/math/calculLitteral/distributivity/idRmq2.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/idRmq2.js +1 -2
- package/lib/exercises/math/calculLitteral/distributivity/idRmq3.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/idRmq3.js +3 -3
- package/lib/exercises/math/calculLitteral/distributivity/identitiesWithNonIntegers.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/identitiesWithNonIntegers.js +3 -3
- package/lib/exercises/math/calculLitteral/distributivity/index.d.ts +1 -0
- package/lib/exercises/math/calculLitteral/distributivity/index.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/index.js +1 -0
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistri.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistri.js +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistriMinus1.d.ts +10 -0
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistriMinus1.d.ts.map +1 -0
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistriMinus1.js +147 -0
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistriXCoeff.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistriXCoeff.js +2 -3
- package/lib/exercises/math/calculLitteral/equation/binomialsTrinomialsProposedSolutions.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/binomialsTrinomialsProposedSolutions.js +3 -11
- package/lib/exercises/math/calculLitteral/equation/choseOperationToSolveEquation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/choseOperationToSolveEquation.js +3 -4
- package/lib/exercises/math/calculLitteral/equation/equa1.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equa1.js +1 -1
- package/lib/exercises/math/calculLitteral/equation/equa2.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equa2.js +5 -17
- package/lib/exercises/math/calculLitteral/equation/equa3.js +2 -2
- package/lib/exercises/math/calculLitteral/equation/equa4.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equa4.js +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationFromSentenceExercise.js +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationSimpleSquare.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationSimpleSquare.js +3 -4
- package/lib/exercises/math/calculLitteral/equation/equationWithDistributivity.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationWithDistributivity.js +3 -3
- package/lib/exercises/math/calculLitteral/equation/factorizeEquation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/factorizeEquation.js +4 -4
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquation.js +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType1.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType1.js +5 -5
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType2.js +5 -5
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType3.js +4 -4
- package/lib/exercises/math/calculLitteral/equation/fractionEquation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/fractionEquation.js +2 -2
- package/lib/exercises/math/calculLitteral/equation/multiplicationEquation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/multiplicationEquation.js +2 -2
- package/lib/exercises/math/calculLitteral/factorisation/facto1.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/facto1.js +3 -4
- package/lib/exercises/math/calculLitteral/factorisation/factoByX.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoByX.js +2 -2
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq1.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq1.js +2 -2
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq2.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq2.js +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq3.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq3.js +1 -2
- package/lib/exercises/math/calculLitteral/factorisation/factoType2.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoType2.js +2 -3
- package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalForm.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalForm.js +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalFormWithSqrt.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalFormWithSqrt.js +2 -2
- package/lib/exercises/math/calculLitteral/formulas/useFormula.js +5 -5
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType0.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType0.js +2 -2
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType1.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType1.js +3 -3
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType2.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType2.js +3 -3
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType3.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType3.js +3 -3
- package/lib/exercises/math/calculLitteral/inequations/inequationsSign.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/inequationsSign.js +3 -4
- package/lib/exercises/math/calculLitteral/inequations/inverseInequality.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/inverseInequality.js +3 -4
- package/lib/exercises/math/calculLitteral/inequations/inverseInequalityWithGraph.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/inverseInequalityWithGraph.js +4 -6
- package/lib/exercises/math/calculLitteral/inequations/isInequalityTrue.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/isInequalityTrue.js +2 -2
- package/lib/exercises/math/calculLitteral/inequations/minNumberInequality.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/minNumberInequality.js +4 -4
- package/lib/exercises/math/calculLitteral/inequations/squareFunctionInequation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/squareFunctionInequation.js +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/distributeAndSimplify.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/distributeAndSimplify.js +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/evaluateExpression.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/reduceExpression.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/reduceExpression.js +2 -22
- package/lib/exercises/math/calculLitteral/simplifying/valuateExpression.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/valuateExpression.js +7 -7
- package/lib/exercises/math/calculLitteral/systems/basicNiceValuesSystemResolution.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/systems/basicNiceValuesSystemResolution.js +4 -12
- package/lib/exercises/math/calculLitteral/systems/basicSystemResolution.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/systems/basicSystemResolution.js +4 -12
- package/lib/exercises/math/calculLitteral/systems/verifySystemSolution.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/systems/verifySystemSolution.js +1 -12
- package/lib/exercises/math/combinatory/anagrams.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/anagrams.js +1 -1
- package/lib/exercises/math/combinatory/ballsCounting.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/diceCounting.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/diceCounting.js +1 -1
- package/lib/exercises/math/complex/addComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/argumentFromAlgebraicComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/conjugateDivideComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/linearCombinaisonComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/linearCombinaisonComplex.js +1 -1
- package/lib/exercises/math/conversion/aeraConversion.d.ts.map +1 -1
- package/lib/exercises/math/conversion/aeraConversion.js +1 -1
- package/lib/exercises/math/conversion/hoursToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/conversion/hoursToDecimal.js +2 -2
- package/lib/exercises/math/conversion/hoursToSecond.d.ts.map +1 -1
- package/lib/exercises/math/conversion/hoursToSecond.js +3 -3
- package/lib/exercises/math/conversion/lengthConversion.d.ts.map +1 -1
- package/lib/exercises/math/conversion/lengthConversion.js +4 -4
- package/lib/exercises/math/conversion/massConversion.d.ts.map +1 -1
- package/lib/exercises/math/conversion/volumeCapacityConversion.d.ts.map +1 -1
- package/lib/exercises/math/curve/sqrtCurvePoint.d.ts.map +1 -1
- package/lib/exercises/math/curve/sqrtCurvePoint.js +3 -3
- package/lib/exercises/math/curve/squareCurvePoint.d.ts.map +1 -1
- package/lib/exercises/math/curve/squareCurvePoint.js +4 -4
- package/lib/exercises/math/dataRepresentations/barChartReading.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/barChartReading.js +5 -5
- package/lib/exercises/math/dataRepresentations/functionGraphReading.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/functionGraphReading.js +5 -12
- package/lib/exercises/math/dataRepresentations/pieChartReading.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/pieChartReading.js +3 -3
- package/lib/exercises/math/dataRepresentations/tableReading.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/tableReading.js +5 -5
- package/lib/exercises/math/dataRepresentations/testGen.d.ts +0 -7
- package/lib/exercises/math/dataRepresentations/testGen.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/testGen.js +129 -108
- package/lib/exercises/math/dataRepresentations/testGenGGB.d.ts +0 -7
- package/lib/exercises/math/dataRepresentations/testGenGGB.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/testGenGGB.js +140 -118
- package/lib/exercises/math/dataRepresentations/testGenStudentGGB.d.ts +0 -7
- package/lib/exercises/math/dataRepresentations/testGenStudentGGB.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/testGenStudentGGB.js +146 -123
- package/lib/exercises/math/derivation/convexity/convexityQuadrinomials.d.ts.map +1 -1
- package/lib/exercises/math/derivation/convexity/convexityQuadrinomials.js +1 -1
- package/lib/exercises/math/derivation/convexity/convexityTrinomials.d.ts.map +1 -1
- package/lib/exercises/math/derivation/convexity/inflexionPointQuadrinomials.d.ts.map +1 -1
- package/lib/exercises/math/derivation/convexity/inflexionPointQuadrinomials.js +3 -4
- package/lib/exercises/math/derivation/derivative/exp/expDerivativeFour.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/exp/expDerivativeFour.js +1 -1
- package/lib/exercises/math/derivation/derivative/exp/expDerivativeOne.js +1 -1
- package/lib/exercises/math/derivation/derivative/exp/expDerivativeTwo.js +2 -2
- package/lib/exercises/math/derivation/derivative/exp/secondDerivativeOfExpoFunction.js +1 -1
- package/lib/exercises/math/derivation/derivative/inverseFunctionDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/inverseFunctionDerivative.js +1 -1
- package/lib/exercises/math/derivation/derivative/ln/lnDerivativeOne.js +6 -6
- package/lib/exercises/math/derivation/derivative/ln/lnDerivativeThree.js +2 -2
- package/lib/exercises/math/derivation/derivative/ln/lnDerivativeTwo.js +2 -2
- package/lib/exercises/math/derivation/derivative/polynomial/constanteDerivative.js +1 -1
- package/lib/exercises/math/derivation/derivative/polynomial/firstDegreeDerivative.js +2 -2
- package/lib/exercises/math/derivation/derivative/polynomial/secondDegreeDerivative.js +2 -2
- package/lib/exercises/math/derivation/derivative/polynomial/secondDerivativeOfThirdDegreeFunction.js +1 -1
- package/lib/exercises/math/derivation/derivative/polynomial/secondDerivativeOfTrinom.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/polynomial/secondDerivativeOfTrinom.js +2 -2
- package/lib/exercises/math/derivation/derivative/polynomial/thirdDegreeDerivative.js +2 -2
- package/lib/exercises/math/derivation/derivative/power/powerCompositionDerivation.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/power/powerCompositionDerivation.js +2 -2
- package/lib/exercises/math/derivation/derivative/power/powerFunctionDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/power/powerFunctionDerivative.js +2 -2
- package/lib/exercises/math/derivation/derivative/productDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/productDerivative.js +1 -1
- package/lib/exercises/math/derivation/derivative/quotientDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/quotientDerivative.js +1 -1
- package/lib/exercises/math/derivation/derivative/sqrt/rootFunctionDerivative.js +2 -2
- package/lib/exercises/math/derivation/derivative/sqrt/sqrtCompositionDerivation.js +1 -1
- package/lib/exercises/math/derivation/derivative/sqrt/sqrtProductDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/sqrt/sqrtProductDerivative.js +8 -8
- package/lib/exercises/math/derivation/derivative/trigo/cosCompositionDerivation.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/trigo/cosCompositionDerivation.js +1 -1
- package/lib/exercises/math/derivation/derivative/trigo/cosSecondDegreeDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/trigo/cosSecondDegreeDerivative.js +1 -1
- package/lib/exercises/math/derivation/derivative/trigo/sinCompositionDerivation.js +1 -1
- package/lib/exercises/math/derivation/derivative/trigo/sinSecondDegreeDerivative.js +1 -1
- package/lib/exercises/math/derivation/tangent/derivativeNumberOrImageReading.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/derivativeNumberOrImageReading.js +5 -6
- package/lib/exercises/math/derivation/tangent/derivativeNumberReading.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/derivativeNumberReading.js +6 -33
- package/lib/exercises/math/derivation/tangent/derivativeTangentEquationReading.d.ts +2 -1
- package/lib/exercises/math/derivation/tangent/derivativeTangentEquationReading.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/derivativeTangentEquationReading.js +7 -7
- package/lib/exercises/math/derivation/tangent/horizontalTangentFromAlgebraic.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/horizontalTangentFromAlgebraic.js +4 -4
- package/lib/exercises/math/derivation/tangent/tangentEquationWithData.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/tangentEquationWithData.js +3 -3
- package/lib/exercises/math/derivation/tangent/tangentEquations.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/tangentEquations.js +2 -2
- package/lib/exercises/math/derivation/variations/thirdDegreeDerivativeVariation.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/thirdDegreeDerivativeVariation.js +2 -2
- package/lib/exercises/math/derivation/variations/thirdDegreeFunctionVariation.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/thirdDegreeFunctionVariation.js +5 -16
- package/lib/exercises/math/derivation/variations/variationArrowAmount.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/variationArrowAmount.js +4 -11
- package/lib/exercises/math/equaDiff/equaDiffAyPlusB.d.ts.map +1 -1
- package/lib/exercises/math/equaDiff/equaDiffAyPlusB.js +7 -7
- package/lib/exercises/math/equaDiff/equaDiffCheckSolutionFirstOrder.d.ts.map +1 -1
- package/lib/exercises/math/equaDiff/equaDiffCheckSolutionFirstOrder.js +7 -4
- package/lib/exercises/math/equaDiff/equaDiffGeneralForme.d.ts.map +1 -1
- package/lib/exercises/math/equaDiff/equaDiffGeneralForme.js +1 -1
- package/lib/exercises/math/equaDiff/exponentialDifferentialEquationWithIC.d.ts.map +1 -1
- package/lib/exercises/math/equaDiff/exponentialDifferentialEquationWithIC.js +6 -6
- package/lib/exercises/math/functions/absolute/absolueValueAffineEquation.js +4 -4
- package/lib/exercises/math/functions/absolute/absolueValueInequationsSup.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/absolueValueInequationsSup.js +4 -4
- package/lib/exercises/math/functions/absolute/absoluteValueInequations.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/absoluteValueInequations.js +2 -4
- package/lib/exercises/math/functions/absolute/calculateDistanceBetweenNumbers.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/calculateDistanceBetweenNumbers.js +3 -3
- package/lib/exercises/math/functions/absolute/calculateDistanceWithAbsoluteValue.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/calculateDistanceWithAbsoluteValue.js +4 -4
- package/lib/exercises/math/functions/absolute/calculateWithAbsoluteValue.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/calculateWithAbsoluteValue.js +3 -6
- package/lib/exercises/math/functions/absolute/removeAbsNotation.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/removeAbsNotation.js +2 -2
- package/lib/exercises/math/functions/absolute/removeAbsNotationSign.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/removeAbsNotationSign.js +2 -2
- package/lib/exercises/math/functions/affines/affineAdjustment.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineAdjustment.js +5 -5
- package/lib/exercises/math/functions/affines/affineAdjustmentComplete.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineAdjustmentRsquared.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineAdjustmentRsquared.js +1 -1
- package/lib/exercises/math/functions/affines/affineExpressionFromTwoImages.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineExpressionFromTwoImages.js +4 -4
- package/lib/exercises/math/functions/affines/affineExpressionReading.js +6 -6
- package/lib/exercises/math/functions/affines/affineFromExercise.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineFromExercise.js +3 -3
- package/lib/exercises/math/functions/affines/affineMeanValue.js +1 -1
- package/lib/exercises/math/functions/affines/algebricExpressionOfAffine.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/algebricExpressionOfAffine.js +2 -2
- package/lib/exercises/math/functions/affines/drawAffineFromLitExp.d.ts +9 -0
- package/lib/exercises/math/functions/affines/drawAffineFromLitExp.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/drawAffineFromLitExp.js +118 -0
- package/lib/exercises/math/functions/affines/index.d.ts +1 -0
- package/lib/exercises/math/functions/affines/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/index.js +1 -0
- package/lib/exercises/math/functions/affines/interceptReading.js +8 -8
- package/lib/exercises/math/functions/affines/leadingCoeffAndOriginOrdinate.js +1 -1
- package/lib/exercises/math/functions/affines/leadingCoefficient.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/leadingCoefficient.js +7 -7
- package/lib/exercises/math/functions/affines/leadingCoefficientCalculV1.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/leadingCoefficientCalculV1.js +4 -6
- package/lib/exercises/math/functions/affines/leadingCoefficientCalculV2.js +3 -3
- package/lib/exercises/math/functions/affines/signFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/signFunction.js +1 -1
- package/lib/exercises/math/functions/basics/countFunctionZeroes.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/countFunctionZeroes.js +6 -5
- package/lib/exercises/math/functions/basics/findZeroesProductQuotient.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/findZeroesProductQuotient.js +2 -5
- package/lib/exercises/math/functions/basics/graphicEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/graphicEquation.js +5 -5
- package/lib/exercises/math/functions/basics/graphicInequation.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/graphicInequation.js +5 -5
- package/lib/exercises/math/functions/basics/graphicInequationAffine.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/graphicInequationAffine.js +5 -5
- package/lib/exercises/math/functions/basics/imageAntecedentFromSentence.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/imageAntecedentFromSentence.js +3 -3
- package/lib/exercises/math/functions/basics/imageFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/imageFunction.js +11 -11
- package/lib/exercises/math/functions/basics/imageFunctionGeogebra.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/imageFunctionGeogebra.js +19 -52
- package/lib/exercises/math/functions/basics/inverseImageFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/inverseImageFunction.js +1 -14
- package/lib/exercises/math/functions/basics/inverseImageFunctionGeogebra.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/inverseImageFunctionGeogebra.js +2 -29
- package/lib/exercises/math/functions/basics/inverseImageFunctionTable.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/inverseImageFunctionTable.js +5 -5
- package/lib/exercises/math/functions/basics/isPointOnFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/isPointOnFunction.js +4 -5
- package/lib/exercises/math/functions/basics/signOfFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/signOfFunction.js +4 -7
- package/lib/exercises/math/functions/basics/twoFunctionsEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/twoFunctionsEquation.js +6 -7
- package/lib/exercises/math/functions/basics/twoFunctionsInequation.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/twoFunctionsInequation.js +5 -5
- package/lib/exercises/math/functions/basics/valueTableCompletion.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/valueTableCompletion.js +5 -5
- package/lib/exercises/math/functions/basics/valueTableFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/valueTableFromGraph.js +6 -6
- package/lib/exercises/math/functions/cube/compareCubeValues.js +3 -3
- package/lib/exercises/math/functions/cube/cubicEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/cube/imageOfCubeFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/cube/imageOfCubeFunction.js +3 -3
- package/lib/exercises/math/functions/cube/isPointOnCubicFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/cube/isPointOnCubicFunction.js +3 -3
- package/lib/exercises/math/functions/exponential/expEquation.js +2 -2
- package/lib/exercises/math/functions/exponential/expFactorization.d.ts.map +1 -1
- package/lib/exercises/math/functions/exponential/expSimplifiying.d.ts.map +1 -1
- package/lib/exercises/math/functions/exponential/expSimplifiying.js +1 -1
- package/lib/exercises/math/functions/exponentials/exponentialsVariations.js +3 -3
- package/lib/exercises/math/functions/integral/integralAffines.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralExpU.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralExpU.js +1 -1
- package/lib/exercises/math/functions/integral/integralFractions.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralFractions.js +1 -1
- package/lib/exercises/math/functions/integral/integralKCosinus.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralKCosinus.js +1 -1
- package/lib/exercises/math/functions/integral/integralKSinus.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralKSinus.js +1 -1
- package/lib/exercises/math/functions/integral/integralTrinomials.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralTrinomials.js +1 -1
- package/lib/exercises/math/functions/inverse/compareInverseValues.d.ts.map +1 -1
- package/lib/exercises/math/functions/inverse/compareInverseValues.js +1 -2
- package/lib/exercises/math/functions/inverse/isPointOnReciprocalFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/inverse/isPointOnReciprocalFunction.js +3 -4
- package/lib/exercises/math/functions/inverse/solveInverseEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/inverse/solveInverseEquation.js +9 -6
- package/lib/exercises/math/functions/logarithm/log10PowerSimplifying.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/log10PowerSimplifying.js +1 -1
- package/lib/exercises/math/functions/logarithm/log10Simplifying.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/log10Simplifying.js +4 -4
- package/lib/exercises/math/functions/logarithm/logPowerEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/logPowerEquation.js +6 -6
- package/lib/exercises/math/functions/logarithm/logSimplifiying.js +2 -2
- package/lib/exercises/math/functions/logarithm/powerEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/powerEquation.js +2 -2
- package/lib/exercises/math/functions/parity/finishParityFunctionGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/parity/finishParityFunctionGraph.js +5 -5
- package/lib/exercises/math/functions/parity/parityFromAlgebra.d.ts.map +1 -1
- package/lib/exercises/math/functions/parity/parityFromAlgebra.js +5 -7
- package/lib/exercises/math/functions/parity/parityFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/parity/parityFromGraph.js +6 -6
- package/lib/exercises/math/functions/rationalFraction/rationalFractionForbiddenValue.d.ts.map +1 -1
- package/lib/exercises/math/functions/rationalFraction/rationalFractionForbiddenValue.js +4 -4
- package/lib/exercises/math/functions/sign/affineProductSign.d.ts.map +1 -1
- package/lib/exercises/math/functions/sign/affineProductSign.js +5 -5
- package/lib/exercises/math/functions/sign/affineProductSignTable.d.ts.map +1 -1
- package/lib/exercises/math/functions/sign/affineProductSignTable.js +2 -2
- package/lib/exercises/math/functions/sign/affineProductSignTableThirdLine.d.ts.map +1 -1
- package/lib/exercises/math/functions/sign/affineProductSignTableThirdLine.js +4 -21
- package/lib/exercises/math/functions/sign/affineSignTable.d.ts.map +1 -1
- package/lib/exercises/math/functions/sign/affineSignTable.js +4 -5
- package/lib/exercises/math/functions/sign/equationFromSignTable.js +7 -6
- package/lib/exercises/math/functions/sign/partialSignTableFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/sign/partialSignTableFromGraph.js +7 -7
- package/lib/exercises/math/functions/sign/readSignTable.d.ts.map +1 -1
- package/lib/exercises/math/functions/sign/readSignTable.js +4 -3
- package/lib/exercises/math/functions/sign/signTableFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/sign/signTableFromGraph.js +7 -7
- package/lib/exercises/math/functions/sqrt/compareSqrtValues.js +3 -3
- package/lib/exercises/math/functions/sqrt/getImageOfSquareRootFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/sqrt/getImageOfSquareRootFunction.js +2 -2
- package/lib/exercises/math/functions/sqrt/sqrtInequality.d.ts.map +1 -1
- package/lib/exercises/math/functions/sqrt/sqrtInequality.js +1 -2
- package/lib/exercises/math/functions/sqrt/squareRootCalculation.d.ts.map +1 -1
- package/lib/exercises/math/functions/sqrt/squareRootCalculation.js +2 -2
- package/lib/exercises/math/functions/square/compareSquaredValues.d.ts.map +1 -1
- package/lib/exercises/math/functions/square/compareSquaredValues.js +5 -8
- package/lib/exercises/math/functions/square/imageOfSquareFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/square/imageOfSquareFunction.js +3 -3
- package/lib/exercises/math/functions/square/squareFunctionInequationWithGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/square/squareFunctionInequationWithGraph.js +2 -2
- package/lib/exercises/math/functions/square/squareImageInterval.d.ts.map +1 -1
- package/lib/exercises/math/functions/square/squareImageInterval.js +26 -34
- package/lib/exercises/math/functions/square/squareImageIntervalWithGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/square/squareImageIntervalWithGraph.js +5 -6
- package/lib/exercises/math/functions/trinoms/devForm/coefficientsIdentification.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/devForm/coefficientsIdentification.js +1 -1
- package/lib/exercises/math/functions/trinoms/devForm/variationsFromAlgebricForm.js +2 -2
- package/lib/exercises/math/functions/trinoms/equation/secondDegreeInequation.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/equation/secondDegreeInequation.js +2 -2
- package/lib/exercises/math/functions/trinoms/equation/solveSecondDegreeEquationByFactorisation.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/equation/solveSecondDegreeEquationByFactorisation.js +4 -8
- package/lib/exercises/math/functions/trinoms/equation/solveSecondDegreeEquationFromCano.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/equation/solveSecondDegreeEquationFromCano.js +1 -1
- package/lib/exercises/math/functions/trinoms/factoForm/factorizedFormFromRoots.js +1 -1
- package/lib/exercises/math/functions/trinoms/parabole/paraboleExpressionReading.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/parabole/paraboleExpressionReading.js +18 -14
- package/lib/exercises/math/functions/trinoms/parabole/trinomSymetryAxisFromFacto.js +7 -7
- package/lib/exercises/math/functions/trinoms/roots/findSecondRoot.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/roots/findSecondRoot.js +3 -3
- package/lib/exercises/math/functions/trinoms/roots/niceRootsFromDevForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/roots/niceRootsFromDevForm.js +3 -3
- package/lib/exercises/math/functions/trinoms/roots/rootsFromDevForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/roots/rootsFromDevForm.js +2 -2
- package/lib/exercises/math/functions/trinoms/roots/rootsFromFactorizedForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/roots/rootsFromFactorizedForm.js +10 -11
- package/lib/exercises/math/functions/trinoms/roots/rootsProduct.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/roots/rootsProduct.js +3 -3
- package/lib/exercises/math/functions/trinoms/roots/rootsReading.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/roots/rootsReading.js +3 -3
- package/lib/exercises/math/functions/trinoms/roots/rootsSum.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/roots/rootsSum.js +3 -3
- package/lib/exercises/math/functions/trinoms/sign/trinomSignFromFacto.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/sign/trinomSignFromFacto.js +3 -6
- package/lib/exercises/math/functions/trinoms/sign/trinomSignFromRoots.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/sign/trinomSignFromRoots.js +3 -6
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/alphaBetaInCanonicalForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/alphaBetaInCanonicalForm.js +2 -2
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/canonicalFromDevForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/extremumTypeFromAlgebricForm.js +1 -1
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/summitAbscissFromDevForm.js +4 -4
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/summitAbscissFromRoots.js +2 -2
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/summitReading.js +1 -1
- package/lib/exercises/math/functions/trinoms/trinomialMeanValue.js +1 -1
- package/lib/exercises/math/functions/variations/compareImagesInVarTable.d.ts.map +1 -1
- package/lib/exercises/math/functions/variations/compareImagesInVarTable.js +4 -5
- package/lib/exercises/math/functions/variations/partialVarTableFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/variations/partialVarTableFromGraph.js +7 -12
- package/lib/exercises/math/functions/variations/readExtremaOnGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/variations/readExtremaOnGraph.js +6 -6
- package/lib/exercises/math/functions/variations/readVarOnGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/variations/readVarOnGraph.js +3 -3
- package/lib/exercises/math/functions/variations/readVarOnGraph2.d.ts.map +1 -1
- package/lib/exercises/math/functions/variations/readVarOnGraph2.js +4 -4
- package/lib/exercises/math/functions/variations/varTableExtremaReading.d.ts.map +1 -1
- package/lib/exercises/math/functions/variations/varTableExtremaReading.js +5 -5
- package/lib/exercises/math/functions/variations/varTableFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/variations/varTableFromGraph.js +7 -7
- package/lib/exercises/math/functions/variations/varTableFromSentences.d.ts.map +1 -1
- package/lib/exercises/math/functions/variations/varTableFromSentences.js +12 -12
- package/lib/exercises/math/geometry/angles/parallelogramFourthAngle.js +3 -3
- package/lib/exercises/math/geometry/angles/recognizeAngleType.d.ts.map +1 -1
- package/lib/exercises/math/geometry/angles/recognizeAngleType.js +19 -19
- package/lib/exercises/math/geometry/areas/calculateAreaFromCodedShape.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/calculateAreaFromCodedShape.js +7 -7
- package/lib/exercises/math/geometry/areas/circleArea.js +1 -1
- package/lib/exercises/math/geometry/areas/circleRadiusFromArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/circleRadiusFromArea.js +3 -3
- package/lib/exercises/math/geometry/areas/rectangleArea.js +2 -2
- package/lib/exercises/math/geometry/areas/rectangleSideFromArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/rectangleSideFromArea.js +3 -3
- package/lib/exercises/math/geometry/areas/squareArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/squareArea.js +1 -1
- package/lib/exercises/math/geometry/areas/squareSideFromArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/squareSideFromArea.js +3 -3
- package/lib/exercises/math/geometry/areas/triangleArea.js +4 -4
- package/lib/exercises/math/geometry/areas/triangleAreaV2.js +1 -1
- package/lib/exercises/math/geometry/cartesian/cartesianEquationOfLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/cartesianEquationOfLine.js +2 -4
- package/lib/exercises/math/geometry/cartesian/cartesianFromTwoPoints.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/cartesianFromTwoPoints.js +6 -6
- package/lib/exercises/math/geometry/cartesian/cartesianFromVectorAndPoint.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/cartesianFromVectorAndPoint.js +4 -4
- package/lib/exercises/math/geometry/cartesian/directionVector.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/directionVector.js +2 -22
- package/lib/exercises/math/geometry/cartesian/directionVectorEquation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/directionVectorEquation.js +10 -20
- package/lib/exercises/math/geometry/cartesian/distanceBetweenTwoPoints.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/distanceBetweenTwoPoints.js +9 -9
- package/lib/exercises/math/geometry/cartesian/drawAlineInGGB.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/drawAlineInGGB.js +1 -1
- package/lib/exercises/math/geometry/cartesian/midpoint.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/midpoint.js +3 -5
- package/lib/exercises/math/geometry/cartesian/placeAPoint.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/placeAPoint.js +3 -3
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnLine.js +32 -30
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnSemiLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnSemiLine.js +5 -4
- package/lib/exercises/math/geometry/cartesian/pointCoordinates.js +2 -2
- package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoAxisNumbers.js +2 -2
- package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoOrthonorm.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoOrthonorm.js +2 -3
- package/lib/exercises/math/geometry/cartesian/readAbscissOnLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/readAbscissOnLine.js +10 -9
- package/lib/exercises/math/geometry/cartesian/readAbscissOnSemiLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/readAbscissOnSemiLine.js +10 -9
- package/lib/exercises/math/geometry/convexity/convexityQuadrinomialsGeo.d.ts.map +1 -1
- package/lib/exercises/math/geometry/convexity/convexityQuadrinomialsGeo.js +3 -3
- package/lib/exercises/math/geometry/convexity/convexityTrinomialsGeo.d.ts.map +1 -1
- package/lib/exercises/math/geometry/convexity/convexityTrinomialsGeo.js +2 -2
- package/lib/exercises/math/geometry/euclidian/orthogonalProjectFromPicture.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidian/orthogonalProjectFromPicture.js +3 -3
- package/lib/exercises/math/geometry/euclidian/pythagoreOrThales.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidian/pythagoreOrThales.js +8 -12
- package/lib/exercises/math/geometry/euclidianConstructions/buildMediatriceWithCompass.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/buildMediatriceWithCompass.js +2 -2
- package/lib/exercises/math/geometry/euclidianConstructions/buildPointFromAxialSymetry.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/buildPointFromAxialSymetry.js +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/buildTriangleWithSizes.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/buildTriangleWithSizes.js +2 -2
- package/lib/exercises/math/geometry/euclidianConstructions/pointImageFromTranslation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/pointImageFromTranslation.js +4 -5
- package/lib/exercises/math/geometry/lines/aAndBFromReductEquation.js +1 -1
- package/lib/exercises/math/geometry/lines/cartesianEquationToReduced.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/cartesianEquationToReduced.js +7 -7
- package/lib/exercises/math/geometry/lines/cartesianEquationsIntersection.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/cartesianEquationsIntersection.js +2 -2
- package/lib/exercises/math/geometry/lines/directorVectorFromAnother.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/directorVectorFromAnother.js +3 -3
- package/lib/exercises/math/geometry/lines/directorVectorFromReductEquation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/directorVectorFromReductEquation.js +7 -7
- package/lib/exercises/math/geometry/lines/drawLineFromCartesianEquation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/drawLineFromCartesianEquation.js +1 -2
- package/lib/exercises/math/geometry/lines/drawLineFromPointAndVector.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/drawLineFromPointAndVector.js +1 -1
- package/lib/exercises/math/geometry/lines/findParallelLineFromCartesianEquation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/findParallelLineFromCartesianEquation.js +4 -5
- package/lib/exercises/math/geometry/lines/findParallelLineFromReductEquation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/findParallelLineFromReductEquation.js +4 -5
- package/lib/exercises/math/geometry/lines/findPointOnLineWithCartesianEquation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/findPointOnLineWithCartesianEquation.js +3 -3
- package/lib/exercises/math/geometry/lines/findPointOnLineWithReductEquation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/findPointOnLineWithReductEquation.js +4 -4
- package/lib/exercises/math/geometry/lines/isPointOnCartesianLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/isPointOnCartesianLine.js +3 -3
- package/lib/exercises/math/geometry/lines/isPointOnLine.js +3 -3
- package/lib/exercises/math/geometry/lines/linesRelativePositions.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/linesRelativePositions.js +9 -9
- package/lib/exercises/math/geometry/lines/reductEquationFindY.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/reductEquationFindY.js +7 -7
- package/lib/exercises/math/geometry/lines/reductEquationFromTwoPoints.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/reductEquationFromTwoPoints.js +4 -5
- package/lib/exercises/math/geometry/lines/reductEquationReading.d.ts.map +1 -1
- package/lib/exercises/math/geometry/lines/reductEquationReading.js +9 -9
- package/lib/exercises/math/geometry/optimisation/geometryExtremaReadingOnGraph.d.ts.map +1 -1
- package/lib/exercises/math/geometry/optimisation/geometryExtremaReadingOnGraph.js +3 -3
- package/lib/exercises/math/geometry/optimisation/lengthIntervalOnPicture.d.ts.map +1 -1
- package/lib/exercises/math/geometry/optimisation/lengthIntervalOnPicture.js +5 -5
- package/lib/exercises/math/geometry/optimisation/lengthWithXOnPicture.d.ts.map +1 -1
- package/lib/exercises/math/geometry/optimisation/lengthWithXOnPicture.js +6 -6
- package/lib/exercises/math/geometry/parametric/extractPointFromParametricLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/parametric/extractPointFromParametricLine.js +3 -3
- package/lib/exercises/math/geometry/parametric/extractVectorFromParametricLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/parametric/extractVectorFromParametricLine.js +3 -3
- package/lib/exercises/math/geometry/parametric/pointFromParametricLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/parametric/pointFromParametricLine.js +3 -3
- package/lib/exercises/math/geometry/perimeters/circleCircumference.js +1 -1
- package/lib/exercises/math/geometry/perimeters/circleRadiusFromPerimeter.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/circleRadiusFromPerimeter.js +3 -3
- package/lib/exercises/math/geometry/perimeters/rectanglePerimeter.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/rectanglePerimeter.js +1 -1
- package/lib/exercises/math/geometry/perimeters/rectangleSideFromPerimeter.js +3 -3
- package/lib/exercises/math/geometry/perimeters/squarePerimeter.js +1 -1
- package/lib/exercises/math/geometry/perimeters/squareSideFromPerimeter.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/squareSideFromPerimeter.js +3 -3
- package/lib/exercises/math/geometry/perimeters/trianglePerimeter.js +1 -1
- package/lib/exercises/math/geometry/pythagore/calculateDiagonalFromSides.d.ts.map +1 -1
- package/lib/exercises/math/geometry/pythagore/calculateDiagonalFromSides.js +2 -3
- package/lib/exercises/math/geometry/pythagore/isTriangleRight.d.ts.map +1 -1
- package/lib/exercises/math/geometry/pythagore/isTriangleRight.js +5 -4
- package/lib/exercises/math/geometry/pythagore/pythagore.d.ts.map +1 -1
- package/lib/exercises/math/geometry/pythagore/pythagore.js +2 -2
- package/lib/exercises/math/geometry/pythagore/pythagoreCalcul.d.ts.map +1 -1
- package/lib/exercises/math/geometry/pythagore/pythagoreCalcul.js +3 -3
- package/lib/exercises/math/geometry/pythagore/triangleHeight.d.ts.map +1 -1
- package/lib/exercises/math/geometry/pythagore/triangleHeight.js +5 -5
- package/lib/exercises/math/geometry/quadrilaterals/parallelogramAngles.d.ts.map +1 -1
- package/lib/exercises/math/geometry/quadrilaterals/parallelogramAngles.js +3 -4
- package/lib/exercises/math/geometry/quadrilaterals/parallelogramRectangle.d.ts.map +1 -1
- package/lib/exercises/math/geometry/quadrilaterals/parallelogramRectangle.js +2 -2
- package/lib/exercises/math/geometry/quadrilaterals/parallelogramRhombus.d.ts.map +1 -1
- package/lib/exercises/math/geometry/quadrilaterals/parallelogramRhombus.js +2 -2
- package/lib/exercises/math/geometry/quadrilaterals/quadrilateralRecognition.d.ts.map +1 -1
- package/lib/exercises/math/geometry/quadrilaterals/quadrilateralRecognition.js +6 -9
- package/lib/exercises/math/geometry/shapes/basicShapesNaming.d.ts.map +1 -1
- package/lib/exercises/math/geometry/shapes/basicShapesNaming.js +8 -5
- package/lib/exercises/math/geometry/shapes/basicShapesRecognition.d.ts.map +1 -1
- package/lib/exercises/math/geometry/shapes/basicShapesRecognition.js +9 -5
- package/lib/exercises/math/geometry/thales/thales.d.ts.map +1 -1
- package/lib/exercises/math/geometry/thales/thales.js +2 -2
- package/lib/exercises/math/geometry/thales/thalesCalcul.d.ts.map +1 -1
- package/lib/exercises/math/geometry/thales/thalesCalcul.js +4 -4
- package/lib/exercises/math/geometry/triangles/triangleNature.d.ts.map +1 -1
- package/lib/exercises/math/geometry/triangles/triangleNature.js +16 -14
- package/lib/exercises/math/geometry/triangles/triangleThirdAngleValue.d.ts.map +1 -1
- package/lib/exercises/math/geometry/triangles/triangleThirdAngleValue.js +3 -3
- package/lib/exercises/math/geometry/vectors/chasles.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/chasles.js +3 -3
- package/lib/exercises/math/geometry/vectors/colinearity/alignementViaColinearity.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/colinearity/alignementViaColinearity.js +2 -2
- package/lib/exercises/math/geometry/vectors/colinearity/colinearity.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/colinearity/colinearity.js +2 -13
- package/lib/exercises/math/geometry/vectors/colinearity/colinearityFromBasis.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/colinearity/colinearityFromBasis.js +4 -4
- package/lib/exercises/math/geometry/vectors/colinearity/colinearityFromPicture.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/colinearity/colinearityFromPicture.js +18 -15
- package/lib/exercises/math/geometry/vectors/colinearity/determinant.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/colinearity/determinant.js +1 -1
- package/lib/exercises/math/geometry/vectors/constructions/drawAVectorInGGB.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/constructions/drawAVectorInGGB.js +2 -2
- package/lib/exercises/math/geometry/vectors/constructions/linearVectorCombinationFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/constructions/linearVectorCombinationFromGraph.js +6 -6
- package/lib/exercises/math/geometry/vectors/constructions/placePointFromPointAndVector.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/constructions/placePointFromPointAndVector.js +9 -7
- package/lib/exercises/math/geometry/vectors/constructions/traceOppositeVector.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/constructions/traceOppositeVector.js +3 -10
- package/lib/exercises/math/geometry/vectors/constructions/traceVectorDifference.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/constructions/traceVectorDifference.js +4 -8
- package/lib/exercises/math/geometry/vectors/constructions/traceVectorMultiple.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/constructions/traceVectorMultiple.js +3 -6
- package/lib/exercises/math/geometry/vectors/constructions/traceVectorSum.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/constructions/traceVectorSum.js +4 -8
- package/lib/exercises/math/geometry/vectors/coordinatesReading.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/coordinatesReading.js +2 -2
- package/lib/exercises/math/geometry/vectors/distributeAndReduceVectors.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/distributeAndReduceVectors.js +13 -8
- package/lib/exercises/math/geometry/vectors/equalCaracteristicFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/equalCaracteristicFromGraph.js +5 -5
- package/lib/exercises/math/geometry/vectors/findCoordForAligment.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/findCoordForAligment.js +3 -3
- package/lib/exercises/math/geometry/vectors/lineFromDirectorVector.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/lineFromDirectorVector.js +3 -3
- package/lib/exercises/math/geometry/vectors/paralellismViaColinearity.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/paralellismViaColinearity.js +3 -3
- package/lib/exercises/math/geometry/vectors/parallelogram/fourthParallelogramPoint.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/parallelogram/fourthParallelogramPoint.js +1 -1
- package/lib/exercises/math/geometry/vectors/parallelogram/parallelogramCriterion.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/parallelogram/parallelogramCriterion.js +3 -4
- package/lib/exercises/math/geometry/vectors/parallelogram/parallelogramViaEqualVectors.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/parallelogram/parallelogramViaEqualVectors.js +3 -3
- package/lib/exercises/math/geometry/vectors/scalarProduct/angleFromScalarProduct.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/angleFromScalarProduct.js +2 -2
- package/lib/exercises/math/geometry/vectors/scalarProduct/findCoordinatesToOrthogonalize.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/findCoordinatesToOrthogonalize.js +2 -2
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductIdentities.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductIdentities.js +5 -5
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductOrthoInSquare.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductOrthoInSquare.js +2 -4
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCoords.js +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCos.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCos.js +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaNorms.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaNorms.js +3 -3
- package/lib/exercises/math/geometry/vectors/translationFromPicture.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/translationFromPicture.js +9 -7
- package/lib/exercises/math/geometry/vectors/vectorCoordinatesFromTwoPoints.js +3 -3
- package/lib/exercises/math/geometry/vectors/vectorLinearCombination.js +3 -3
- package/lib/exercises/math/geometry/vectors/vectorNormCalculation.js +4 -4
- package/lib/exercises/math/geometry/vectors/vectorRepresentative.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/vectorRepresentative.js +3 -3
- package/lib/exercises/math/geometry/volumes/coneVolume.js +2 -2
- package/lib/exercises/math/geometry/volumes/parallelepipedVolume.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/parallelepipedVolume.js +5 -6
- package/lib/exercises/math/geometry/volumes/sphereVolume.js +2 -2
- package/lib/exercises/math/geometry/volumes/variableVolume.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/variableVolume.js +3 -3
- package/lib/exercises/math/geometry/volumes/volumeOfCube.js +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithSquareOrRectBase.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithSquareOrRectBase.js +8 -7
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleBase.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleBase.js +3 -4
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleRectBase.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleRectBase.js +5 -6
- package/lib/exercises/math/index.d.ts +1 -0
- package/lib/exercises/math/index.d.ts.map +1 -1
- package/lib/exercises/math/index.js +1 -0
- package/lib/exercises/math/limits/limitReading.d.ts.map +1 -1
- package/lib/exercises/math/limits/limitReading.js +11 -8
- package/lib/exercises/math/limits/polynomLimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/polynomLimitNoFI.d.ts.map +1 -1
- package/lib/exercises/math/limits/rationalFracForbiddenValueLimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/rationalFracForbiddenValueLimit.js +1 -1
- package/lib/exercises/math/limits/rationalFracLimit.js +3 -3
- package/lib/exercises/math/limits/sequencePolynomProductLimit.js +2 -2
- package/lib/exercises/math/limits/sequenceRationalFracLimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/sequenceRationalFracLimit.js +3 -4
- package/lib/exercises/math/matrices/matrixGeneralTerm.js +2 -2
- package/lib/exercises/math/pcExosInMath.d.ts +85 -0
- package/lib/exercises/math/pcExosInMath.d.ts.map +1 -0
- package/lib/exercises/math/pcExosInMath.js +84 -0
- package/lib/exercises/math/percent/evolutions/applyPercent.d.ts.map +1 -1
- package/lib/exercises/math/percent/evolutions/applyPercent.js +1 -1
- package/lib/exercises/math/percent/evolutions/cmToEvolution.js +1 -1
- package/lib/exercises/math/percent/evolutions/evolutionRateFromValues.d.ts.map +1 -1
- package/lib/exercises/math/percent/evolutions/evolutionRateFromValues.js +2 -2
- package/lib/exercises/math/percent/evolutions/evolutionToCM.d.ts.map +1 -1
- package/lib/exercises/math/percent/evolutions/evolutionToCM.js +0 -1
- package/lib/exercises/math/percent/evolutions/findEndValueAfterEvolution.d.ts.map +1 -1
- package/lib/exercises/math/percent/evolutions/findEndValueAfterEvolution.js +2 -4
- package/lib/exercises/math/percent/evolutions/findRightCalculForPriceEvolution.js +7 -7
- package/lib/exercises/math/percent/evolutions/findStartValueAfterEvolution.d.ts.map +1 -1
- package/lib/exercises/math/percent/evolutions/findStartValueAfterEvolution.js +2 -2
- package/lib/exercises/math/percent/evolutions/globalCM.d.ts.map +1 -1
- package/lib/exercises/math/percent/evolutions/globalCM.js +3 -3
- package/lib/exercises/math/percent/evolutions/globalPercent.d.ts.map +1 -1
- package/lib/exercises/math/percent/evolutions/globalPercent.js +2 -2
- package/lib/exercises/math/percent/evolutions/reciprocalPercentage.js +1 -1
- package/lib/exercises/math/percent/findProportion.d.ts.map +1 -1
- package/lib/exercises/math/percent/findProportion.js +1 -1
- package/lib/exercises/math/percent/findTVA.js +3 -3
- package/lib/exercises/math/percent/htToTTC.d.ts.map +1 -1
- package/lib/exercises/math/percent/htToTTC.js +1 -3
- package/lib/exercises/math/percent/interests/compoundInterest.d.ts.map +1 -1
- package/lib/exercises/math/percent/interests/compoundInterest.js +1 -1
- package/lib/exercises/math/percent/interests/compoundInterestStartValue.d.ts.map +1 -1
- package/lib/exercises/math/percent/interests/compoundInterestStartValue.js +1 -1
- package/lib/exercises/math/percent/percentOfPercent.d.ts.map +1 -1
- package/lib/exercises/math/percent/percentOfPercent.js +3 -3
- package/lib/exercises/math/percent/percentOfPercentOfNumber.d.ts.map +1 -1
- package/lib/exercises/math/percent/percentOfPercentOfNumber.js +3 -3
- package/lib/exercises/math/percent/percentToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/percent/percentToDecimal.js +2 -3
- package/lib/exercises/math/percent/percentWritings.d.ts.map +1 -1
- package/lib/exercises/math/percent/percentWritings.js +5 -4
- package/lib/exercises/math/percent/populationEffectifFromSubPopulation.d.ts.map +1 -1
- package/lib/exercises/math/percent/populationEffectifFromSubPopulation.js +2 -2
- package/lib/exercises/math/percent/subPopulationEffectifFromPercent.d.ts.map +1 -1
- package/lib/exercises/math/percent/subPopulationEffectifFromPercent.js +2 -2
- package/lib/exercises/math/percent/ttcToHT.d.ts.map +1 -1
- package/lib/exercises/math/percent/ttcToHT.js +1 -1
- package/lib/exercises/math/percent/valuePercent.d.ts.map +1 -1
- package/lib/exercises/math/percent/valuePercent.js +3 -3
- package/lib/exercises/math/powers/calculateNegativePower.d.ts.map +1 -1
- package/lib/exercises/math/powers/calculateNegativePower.js +2 -3
- package/lib/exercises/math/powers/calculatePower.d.ts.map +1 -1
- package/lib/exercises/math/powers/calculatePower.js +1 -2
- package/lib/exercises/math/powers/decimalToScientific.d.ts.map +1 -1
- package/lib/exercises/math/powers/decimalToScientific.js +2 -2
- package/lib/exercises/math/powers/powerDefinition.js +1 -1
- package/lib/exercises/math/powers/powerNotation.js +3 -3
- package/lib/exercises/math/powers/powersDivision.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersDivision.js +5 -5
- package/lib/exercises/math/powers/powersMixOperations.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersMixOperations.js +4 -4
- package/lib/exercises/math/powers/powersOfTenMixOperations.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersOfTenMixOperations.js +3 -4
- package/lib/exercises/math/powers/powersOfTenToDecimal.js +1 -1
- package/lib/exercises/math/powers/powersPower.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersPower.js +4 -5
- package/lib/exercises/math/powers/powersProduct.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersProduct.js +5 -5
- package/lib/exercises/math/powers/scientificToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/powers/scientificToDecimal.js +2 -4
- package/lib/exercises/math/primitive/constantPrimitive.js +1 -1
- package/lib/exercises/math/primitive/expUPrimitive.js +1 -1
- package/lib/exercises/math/primitive/exponentialPrimitive.js +1 -1
- package/lib/exercises/math/primitive/kexpUPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/kexpUPrimitive.js +4 -5
- package/lib/exercises/math/primitive/klogUPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/klogUPrimitive.js +3 -5
- package/lib/exercises/math/primitive/logarithmePrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/logarithmePrimitive.js +1 -2
- package/lib/exercises/math/primitive/polynomialPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/polynomialPrimitive.js +1 -1
- package/lib/exercises/math/primitive/sinCosPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/sinCosPrimitive.js +1 -1
- package/lib/exercises/math/primitive/sinUCosUPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/sinUCosUPrimitive.js +1 -1
- package/lib/exercises/math/probaStat/basicProbas/ballsBasicProbas.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/basicProbas/ballsBasicProbas.js +2 -4
- package/lib/exercises/math/probaStat/basicProbas/cardBasicProbas.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/basicProbas/cardBasicProbas.js +3 -5
- package/lib/exercises/math/probaStat/basicProbas/diceBasicProbas.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/basicProbas/diceBasicProbas.js +2 -2
- package/lib/exercises/math/probaStat/basicProbas/getComplementaryProbability.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/basicProbas/getMissingProbabilityValue.js +2 -2
- package/lib/exercises/math/probaStat/basicProbas/mostLeastProbable.js +1 -1
- package/lib/exercises/math/probaStat/basicProbas/rouletteProbas.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/basicProbas/rouletteProbas.js +4 -3
- package/lib/exercises/math/probaStat/basicStats/calculateFrequency.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/basicStats/calculateFrequency.js +7 -7
- package/lib/exercises/math/probaStat/basicStats/calculateFrequencyInList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/basicStats/calculateFrequencyInList.js +3 -3
- package/lib/exercises/math/probaStat/binomial/binomialInequation.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/binomial/binomialInequation.js +13 -12
- package/lib/exercises/math/probaStat/binomial/calculateProbaOfBinomialDistribution.js +1 -1
- package/lib/exercises/math/probaStat/binomial/expectedValueOfBinomialProba.js +2 -2
- package/lib/exercises/math/probaStat/binomial/varianceOfBinomialProba.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/binomial/varianceOfBinomialProba.js +2 -2
- package/lib/exercises/math/probaStat/checkEquiprobability.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/checkEquiprobability.js +2 -2
- package/lib/exercises/math/probaStat/conditionalProbability.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/conditionalProbability.js +7 -4
- package/lib/exercises/math/probaStat/events/describeEvent.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/events/describeEvent.js +7 -7
- package/lib/exercises/math/probaStat/events/eventNotation.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/events/eventNotation.js +7 -7
- package/lib/exercises/math/probaStat/independancy.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/independancy.js +1 -1
- package/lib/exercises/math/probaStat/issuesCountingForCards.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/issuesCountingForCards.js +2 -4
- package/lib/exercises/math/probaStat/probaFromTableNoContext.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/probaFromTableNoContext.js +13 -8
- package/lib/exercises/math/probaStat/probaFromTableWithContext.d.ts +1 -2
- package/lib/exercises/math/probaStat/probaFromTableWithContext.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/probaFromTableWithContext.js +9 -6
- package/lib/exercises/math/probaStat/probabilityTree.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/probabilityTree.js +10 -42
- package/lib/exercises/math/probaStat/randomVariable/isTableProbabilityLaw.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/randomVariable/isTableProbabilityLaw.js +3 -3
- package/lib/exercises/math/probaStat/randomVariable/randomVariableAverage.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/randomVariable/randomVariableAverage.js +3 -3
- package/lib/exercises/math/probaStat/randomVariable/randomVariableStandardDeviation.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/randomVariable/randomVariableStandardDeviation.js +3 -3
- package/lib/exercises/math/probaStat/randomVariable/randomVariableVariance.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/randomVariable/randomVariableVariance.js +3 -3
- package/lib/exercises/math/probaStat/stats1var/averageLinearity.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/averageLinearity.js +2 -2
- package/lib/exercises/math/probaStat/stats1var/averageList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/averageList.js +2 -2
- package/lib/exercises/math/probaStat/stats1var/averageWithTable.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/averageWithTable.js +2 -4
- package/lib/exercises/math/probaStat/stats1var/calculateMeanFromFrequencies.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/calculateMeanFromFrequencies.js +3 -3
- package/lib/exercises/math/probaStat/stats1var/choseReasoningForIndicator.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/choseReasoningForIndicator.js +2 -2
- package/lib/exercises/math/probaStat/stats1var/compareSeriesDispersion.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/compareSeriesDispersion.js +3 -3
- package/lib/exercises/math/probaStat/stats1var/cumulativeSum.js +4 -4
- package/lib/exercises/math/probaStat/stats1var/etendueList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/etendueList.js +2 -2
- package/lib/exercises/math/probaStat/stats1var/getQuartileProportionQuestion.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/getQuartileProportionQuestion.js +2 -2
- package/lib/exercises/math/probaStat/stats1var/interquartilesList.js +3 -3
- package/lib/exercises/math/probaStat/stats1var/interquartilesTable.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/interquartilesTable.js +4 -4
- package/lib/exercises/math/probaStat/stats1var/marginalAndConditionalFrequency.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/marginalAndConditionalFrequency.js +2 -4
- package/lib/exercises/math/probaStat/stats1var/medianWithList.js +2 -2
- package/lib/exercises/math/probaStat/stats1var/medianWithTable.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/medianWithTable.js +3 -3
- package/lib/exercises/math/probaStat/stats1var/quartiles.js +3 -3
- package/lib/exercises/math/probaStat/stats1var/quartilesList.js +2 -2
- package/lib/exercises/math/probaStat/stats1var/standardDeviationList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/standardDeviationList.js +3 -3
- package/lib/exercises/math/probaStat/stats1var/standardDeviationTable.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/standardDeviationTable.js +3 -3
- package/lib/exercises/math/probaStat/stats1var/varianceList.js +3 -3
- package/lib/exercises/math/probaStat/stats1var/varianceTable.js +3 -3
- package/lib/exercises/math/probaStat/stats2var/averagePoint.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats2var/averagePoint.js +2 -2
- package/lib/exercises/math/probaStat/stats2var/fineAdjustementExercise.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats2var/fineAdjustementExercise.js +4 -4
- package/lib/exercises/math/probaStat/unionIntersectionProba.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/unionIntersectionProba.js +3 -3
- package/lib/exercises/math/python/forLoop.js +2 -2
- package/lib/exercises/math/python/inOutCalcul.js +6 -6
- package/lib/exercises/math/python/pyForLoop1Exercise.js +2 -2
- package/lib/exercises/math/python/pyNestedForLoopExercise.d.ts.map +1 -1
- package/lib/exercises/math/python/pyNestedForLoopExercise.js +1 -11
- package/lib/exercises/math/python/pyWhileLoop1Exercise.d.ts.map +1 -1
- package/lib/exercises/math/python/pyWhileLoop1Exercise.js +2 -4
- package/lib/exercises/math/python/pythonForLoopInstructionCompletion.d.ts.map +1 -1
- package/lib/exercises/math/python/pythonForLoopInstructionCompletion.js +3 -3
- package/lib/exercises/math/python/pythonFunctionTrinom.d.ts.map +1 -1
- package/lib/exercises/math/python/pythonFunctionTrinom.js +2 -3
- package/lib/exercises/math/python/pythonIfStatementCompletion.d.ts.map +1 -1
- package/lib/exercises/math/python/pythonIfStatementCompletion.js +4 -4
- package/lib/exercises/math/python/pythonRangeCompletion.d.ts.map +1 -1
- package/lib/exercises/math/python/pythonRangeCompletion.js +4 -4
- package/lib/exercises/math/python/pythonSimpleFunctionInstructionCompletion.d.ts.map +1 -1
- package/lib/exercises/math/python/pythonSimpleFunctionInstructionCompletion.js +4 -4
- package/lib/exercises/math/python/pythonWhileStatementCompletion.d.ts.map +1 -1
- package/lib/exercises/math/python/pythonWhileStatementCompletion.js +2 -2
- package/lib/exercises/math/python/pythonWhileStatementOperationCompletion.d.ts.map +1 -1
- package/lib/exercises/math/python/pythonWhileStatementOperationCompletion.js +3 -4
- package/lib/exercises/math/python/variableAffectation.d.ts.map +1 -1
- package/lib/exercises/math/python/variableAffectation.js +2 -2
- package/lib/exercises/math/python/variableType.d.ts.map +1 -1
- package/lib/exercises/math/python/variableType.js +6 -6
- package/lib/exercises/math/python/whileLoop.d.ts.map +1 -1
- package/lib/exercises/math/python/whileLoop.js +4 -6
- package/lib/exercises/math/python/whileLoopCount.d.ts.map +1 -1
- package/lib/exercises/math/python/whileLoopCount.js +2 -2
- package/lib/exercises/math/sampling/confidenceInterval.d.ts.map +1 -1
- package/lib/exercises/math/sampling/confidenceInterval.js +3 -4
- package/lib/exercises/math/sampling/fluctuationInterval.d.ts.map +1 -1
- package/lib/exercises/math/sampling/fluctuationInterval.js +3 -4
- package/lib/exercises/math/sampling/getSampleCountAndSize.d.ts.map +1 -1
- package/lib/exercises/math/sampling/getSampleCountAndSize.js +3 -4
- package/lib/exercises/math/sampling/isSamplingRepresentative.d.ts.map +1 -1
- package/lib/exercises/math/sampling/isSamplingRepresentative.js +4 -4
- package/lib/exercises/math/sampling/samplingFrequency.d.ts.map +1 -1
- package/lib/exercises/math/sampling/samplingFrequency.js +4 -5
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormula.js +2 -2
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplictFormulaFirstTermRandom.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplictFormulaFirstTermRandom.js +4 -5
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindRandomTermFromTwoTerms.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReason.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReason.js +4 -4
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReasonRandomRange.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReasonRandomRange.js +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindTerm.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindTerm.js +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticReasonUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticReasonUsage.js +3 -4
- package/lib/exercises/math/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.js +2 -2
- package/lib/exercises/math/sequences/arithmetic/arithmeticThresholdFind.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/firstIntegersSum.js +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromFirstTerms.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromFirstTerms.js +7 -7
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.js +13 -10
- package/lib/exercises/math/sequences/arithmetic/recognizeReasonFromFirstTerms.js +4 -4
- package/lib/exercises/math/sequences/arithmetic/recognizeReasonFromGraph.js +2 -2
- package/lib/exercises/math/sequences/genericSequenceVariations.d.ts.map +1 -1
- package/lib/exercises/math/sequences/genericSequenceVariations.js +1 -1
- package/lib/exercises/math/sequences/geometric/geometricExplicitFormulaUsage.js +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormula.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormula.js +1 -2
- package/lib/exercises/math/sequences/geometric/geometricFindReason.js +2 -2
- package/lib/exercises/math/sequences/geometric/geometricFindTerm.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindTerm.js +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFirstTermsGeneralSum.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFirstTermsGeneralSum.js +4 -4
- package/lib/exercises/math/sequences/geometric/geometricFirstTermsSum.js +1 -1
- package/lib/exercises/math/sequences/geometric/geometricReasonUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricReasonUsage.js +2 -2
- package/lib/exercises/math/sequences/geometric/geometricRecognizeReasonFromFirstTerms.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricRecognizeReasonFromFirstTerms.js +4 -4
- package/lib/exercises/math/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricRecurrenceFormulaUsage.js +2 -3
- package/lib/exercises/math/sequences/geometric/geometricVariations.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricVariations.js +3 -3
- package/lib/exercises/math/sequences/recurrenceFormulaUsage.js +1 -1
- package/lib/exercises/math/sequences/sequenceEvaluation.js +11 -10
- package/lib/exercises/math/sequences/sequencePlot.d.ts.map +1 -1
- package/lib/exercises/math/sequences/sequencePlot.js +12 -12
- package/lib/exercises/math/sets/intervals/inequalityToInterval.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/inequalityToInterval.js +3 -25
- package/lib/exercises/math/sets/intervals/intervalOnGraph.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/intervalOnGraph.js +4 -4
- package/lib/exercises/math/sets/intervals/intervalToInequality.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/intervalToInequality.js +4 -26
- package/lib/exercises/math/sets/intervals/intervalsIntersection.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/intervalsIntersection.js +4 -44
- package/lib/exercises/math/sets/intervals/intervalsUnion.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/intervalsUnion.js +2 -40
- package/lib/exercises/math/sets/intervals/isNumberInInterval.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/isNumberInInterval.js +2 -2
- package/lib/exercises/math/sets/isNumberDecimal.d.ts.map +1 -1
- package/lib/exercises/math/sets/isNumberDecimal.js +9 -10
- package/lib/exercises/math/sets/nameOfNumberSets.js +3 -3
- package/lib/exercises/math/sets/setBelonging.d.ts.map +1 -1
- package/lib/exercises/math/sets/setBelonging.js +2 -3
- package/lib/exercises/math/sets/subsetsOfKnownSets.js +2 -2
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesInPrism.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesInPrism.js +2 -2
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorCoordinatesFromPoints.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorCoordinatesFromPoints.js +2 -3
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorLinearCombinationCoords.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorNormCalculation.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorNormCalculation.js +1 -1
- package/lib/exercises/math/squareRoots/simpifySquareRoot.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/simpifySquareRoot.js +1 -1
- package/lib/exercises/math/squareRoots/squareRootEquation.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootEquation.js +1 -2
- package/lib/exercises/math/squareRoots/squareRootIdentities.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootIdentities.js +1 -1
- package/lib/exercises/math/squareRoots/squareRootsDistributivity.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootsDistributivity.js +2 -2
- package/lib/exercises/math/squareRoots/squareRootsFractions.js +2 -2
- package/lib/exercises/math/squareRoots/squareRootsProducts.js +2 -2
- package/lib/exercises/math/squareRoots/squareRootsSum.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootsSum.js +2 -6
- package/lib/exercises/math/squareRoots/squareRootsToSquare.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootsToSquare.js +4 -3
- package/lib/exercises/math/trigonometry/arcLength.d.ts +2 -1
- package/lib/exercises/math/trigonometry/arcLength.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/arcLength.js +4 -5
- package/lib/exercises/math/trigonometry/arcValue.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/arcValue.js +4 -4
- package/lib/exercises/math/trigonometry/associatePoint.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/associatePoint.js +9 -9
- package/lib/exercises/math/trigonometry/basicEquationCos.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/basicEquationCos.js +2 -2
- package/lib/exercises/math/trigonometry/basicEquationSin.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/basicEquationSin.js +2 -2
- package/lib/exercises/math/trigonometry/basicTrigoSystemEquation.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/basicTrigoSystemEquation.js +2 -2
- package/lib/exercises/math/trigonometry/calculateCosSinAndTan.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/calculateCosSinAndTan.js +7 -4
- package/lib/exercises/math/trigonometry/degreeToRadians.d.ts +2 -1
- package/lib/exercises/math/trigonometry/degreeToRadians.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/degreeToRadians.js +5 -5
- package/lib/exercises/math/trigonometry/equationCosOnRandomInterval.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/equationCosOnRandomInterval.js +2 -2
- package/lib/exercises/math/trigonometry/equationSinOnRandomInterval.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/equationSinOnRandomInterval.js +2 -3
- package/lib/exercises/math/trigonometry/mainAngleMeasure.d.ts +2 -1
- package/lib/exercises/math/trigonometry/mainAngleMeasure.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/mainAngleMeasure.js +3 -4
- package/lib/exercises/math/trigonometry/mainRemarkableValues.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/mainRemarkableValues.js +1 -9
- package/lib/exercises/math/trigonometry/remarkableValues.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/remarkableValues.js +3 -3
- package/lib/exercises/math/trigonometry/trigoFundamentalEquation.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/trigoFundamentalEquation.js +4 -4
- package/lib/exercises/math/trigonometry/trigonometry.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/trigonometry.js +3 -3
- package/lib/exercises/math/trigonometry/trigonometryAngleCalcul.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/trigonometryAngleCalcul.js +3 -4
- package/lib/exercises/math/trigonometry/trigonometrySideCalcul.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/trigonometrySideCalcul.js +5 -5
- package/lib/exercises/pc/calibrationCurveOfSolution.d.ts.map +1 -1
- package/lib/exercises/pc/calibrationCurveOfSolution.js +4 -4
- package/lib/exercises/pc/chemicalElements/calculateProtonsNumberFromMass.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/calculateVolumetricMass.js +2 -2
- package/lib/exercises/pc/chemicalElements/findAtomEntitiesNumberFromMass.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/findAtomicStructureElement.js +1 -1
- package/lib/exercises/pc/chemicalElements/massOrVolumeProportion.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/massOrVolumeProportion.js +3 -3
- package/lib/exercises/pc/chemicalReactions/calculateSynthesisEfficiency.js +1 -1
- package/lib/exercises/pc/chemicalReactions/chemicalReactionsProduct.js +1 -1
- package/lib/exercises/pc/chemicalReactions/identifyStoichiometricMixture.js +4 -4
- package/lib/exercises/pc/chemicalReactions/stoichiometricReaction.js +2 -2
- package/lib/exercises/pc/chemicalReactions/titrationEquivalenceRelation.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalReactions/titrationEquivalenceRelation.js +1 -1
- package/lib/exercises/pc/delution.d.ts.map +1 -1
- package/lib/exercises/pc/delution.js +1 -1
- package/lib/exercises/pc/dosage/beerLambertRandomValue.d.ts.map +1 -1
- package/lib/exercises/pc/dosage/beerLambertRandomValue.js +2 -2
- package/lib/exercises/pc/dosage/concentrationCalculation.d.ts.map +1 -1
- package/lib/exercises/pc/dosage/concentrationCalculation.js +2 -2
- package/lib/exercises/pc/dosage/concentrationFromMassCalculation.js +2 -2
- package/lib/exercises/pc/electricity/calculateIntensity.js +2 -2
- package/lib/exercises/pc/electricity/calculateIntensityInSerieOrParallel.js +2 -2
- package/lib/exercises/pc/electricity/calculateVoltage.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/calculateVoltage.js +8 -4
- package/lib/exercises/pc/electricity/electricEnergyFromPower.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/electricPowerOrEnergyCalculation.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/electricPowerOrEnergyCalculation.js +2 -2
- package/lib/exercises/pc/electricity/kirchhoffVoltageLaw.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/kirchhoffVoltageLaw.js +1 -1
- package/lib/exercises/pc/electricity/ohmLaw.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/ohmLaw.js +6 -7
- package/lib/exercises/pc/electricity/ohmicConductorOrGenerator.js +1 -1
- package/lib/exercises/pc/energy/calorificValue.d.ts.map +1 -1
- package/lib/exercises/pc/energy/calorificValue.js +2 -7
- package/lib/exercises/pc/energy/combustionTransferEnergy.js +2 -2
- package/lib/exercises/pc/energy/combustionTransferEnergy2.d.ts.map +1 -1
- package/lib/exercises/pc/energy/combustionTransferEnergy2.js +1 -2
- package/lib/exercises/pc/energy/efficencyOfConverter.js +1 -1
- package/lib/exercises/pc/energy/efficiencyCalculation.js +2 -2
- package/lib/exercises/pc/energy/energyTransfer.js +2 -2
- package/lib/exercises/pc/energy/kineticEnergyOrMassOrSpeed.js +1 -1
- package/lib/exercises/pc/energy/thermalEnergyTransferCalculation.js +2 -2
- package/lib/exercises/pc/fluids/mariotte.d.ts.map +1 -1
- package/lib/exercises/pc/forces/calculateNormalOrFrictionForce.js +2 -2
- package/lib/exercises/pc/forces/electroStaticForce.d.ts +3 -3
- package/lib/exercises/pc/forces/electroStaticForce.js +1 -1
- package/lib/exercises/pc/forces/forceWork.d.ts.map +1 -1
- package/lib/exercises/pc/forces/forceWork.js +1 -1
- package/lib/exercises/pc/forces/gravitationalAttractionObjectHeight.d.ts.map +1 -1
- package/lib/exercises/pc/forces/gravitationalAttractionObjectHeight.js +6 -6
- package/lib/exercises/pc/forces/gravitationalAttractionValue.js +2 -2
- package/lib/exercises/pc/forces/gravitationalForcePlanets.d.ts.map +1 -1
- package/lib/exercises/pc/forces/gravitationalForcePlanets.js +4 -4
- package/lib/exercises/pc/forces/massWeight.js +2 -2
- package/lib/exercises/pc/identifyAtomicMassOrAtomicNb.d.ts.map +1 -1
- package/lib/exercises/pc/identifyAtomicMassOrAtomicNb.js +5 -19
- package/lib/exercises/pc/index.d.ts +1 -29
- package/lib/exercises/pc/index.d.ts.map +1 -1
- package/lib/exercises/pc/index.js +1 -29
- package/lib/exercises/pc/math/isolateVariables.d.ts.map +1 -1
- package/lib/exercises/pc/math/isolateVariables.js +1 -4
- package/lib/exercises/pc/math/proportionnalityCoeffFromLine.d.ts.map +1 -1
- package/lib/exercises/pc/math/proportionnalityCoeffFromLine.js +4 -5
- package/lib/exercises/pc/mathExosInPC.d.ts +30 -0
- package/lib/exercises/pc/mathExosInPC.d.ts.map +1 -0
- package/lib/exercises/pc/mathExosInPC.js +29 -0
- package/lib/exercises/pc/mecanicalWaves/elongationReading.d.ts.map +1 -1
- package/lib/exercises/pc/mecanicalWaves/elongationReading.js +2 -2
- package/lib/exercises/pc/mole/concentrationReading.d.ts.map +1 -1
- package/lib/exercises/pc/mole/concentrationReading.js +3 -3
- package/lib/exercises/pc/mole/moleculeCountFromMassAndAvogadro.d.ts.map +1 -1
- package/lib/exercises/pc/mole/moleculeCountFromMassAndAvogadro.js +2 -2
- package/lib/exercises/pc/mole/moleculeCountFromMol.d.ts.map +1 -1
- package/lib/exercises/pc/mole/moleculeCountFromMol.js +2 -2
- package/lib/exercises/pc/moleculeFormula.d.ts.map +1 -1
- package/lib/exercises/pc/moleculeFormula.js +1 -1
- package/lib/exercises/pc/motion/averageSpeed.d.ts +3 -3
- package/lib/exercises/pc/motion/averageSpeed.d.ts.map +1 -1
- package/lib/exercises/pc/motion/averageSpeed.js +2 -3
- package/lib/exercises/pc/motion/averageSpeedCalculation.d.ts.map +1 -1
- package/lib/exercises/pc/motion/averageSpeedCalculation.js +1 -2
- package/lib/exercises/pc/motion/characteristicsOfVelocityVector.js +2 -2
- package/lib/exercises/pc/motion/motionReference.d.ts.map +1 -1
- package/lib/exercises/pc/motion/recognizeFreeFall.js +1 -1
- package/lib/exercises/pc/motion/typeOfAcceleration.d.ts.map +1 -1
- package/lib/exercises/pc/motion/typeOfAcceleration.js +2 -2
- package/lib/exercises/pc/motion/typeOfMovement.d.ts.map +1 -1
- package/lib/exercises/pc/motion/typeOfMovement.js +5 -3
- package/lib/exercises/pc/pH.js +1 -1
- package/lib/exercises/pc/potentialEnergy.d.ts.map +1 -1
- package/lib/exercises/pc/potentialEnergy.js +2 -2
- package/lib/exercises/pc/power/calculatePowerOfLight.js +1 -1
- package/lib/exercises/pc/recognizeRefractionOrReflectionAngles.d.ts.map +1 -1
- package/lib/exercises/pc/recognizeRefractionOrReflectionAngles.js +4 -2
- package/lib/exercises/pc/snellDescartes.d.ts.map +1 -1
- package/lib/exercises/pc/sound/findPeriodFromGraph.js +2 -2
- package/lib/exercises/pc/sound/findPeriodOrFrequencyFromGraph.js +3 -3
- package/lib/exercises/pc/spectral/spectralEnergy.d.ts.map +1 -1
- package/lib/exercises/pc/spectral/spectralEnergy.js +4 -4
- package/lib/exercises/pc/waves/findDistanceFromEarth.d.ts.map +1 -1
- package/lib/exercises/pc/waves/lightDistanceConversion.d.ts.map +1 -1
- package/lib/exercises/pc/waves/lightDistanceConversion.js +3 -3
- package/lib/exercises/pc/waves/periodicWaveCelerity.d.ts.map +1 -1
- package/lib/exercises/pc/waves/periodicWaveCelerity.js +1 -5
- package/lib/exercises/pc/weight/calculateWeight.d.ts.map +1 -1
- package/lib/exercises/pc/weight/calculateWeight.js +2 -3
- package/lib/exercises/pc/weight/weightOnTheMoon.d.ts.map +1 -1
- package/lib/exercises/pc/weight/weightOnTheMoon.js +1 -1
- package/lib/exercises/utils/geogebra/isGGBPoint.js +1 -1
- package/lib/exercises/utils/geogebra/toolBarConstructor.d.ts.map +1 -1
- package/lib/exercises/utils/getAtoms.d.ts.map +1 -1
- package/lib/exercises/utils/getDistinctQuestions.d.ts +1 -1
- package/lib/exercises/utils/getDistinctQuestions.d.ts.map +1 -1
- package/lib/exercises/utils/getDistinctQuestions.js +1 -1
- package/lib/exercises/utils/getElectronicConfigurationFromShells.d.ts.map +1 -1
- package/lib/exercises/vea/equationVEA.d.ts.map +1 -1
- package/lib/exercises/vea/equationVEA.js +1 -1
- package/lib/exercises/vea/numberVEA.d.ts.map +1 -1
- package/lib/exercises/vea/rationalVEA.d.ts.map +1 -1
- package/lib/exercises/vea/sqrtVEA.d.ts.map +1 -1
- package/lib/geogebra/colors.d.ts.map +1 -1
- package/lib/geogebra/deleteObjectNamesFromAnswer.d.ts.map +1 -1
- package/lib/geogebra/lagrange.d.ts.map +1 -1
- package/lib/geogebra/parsers/approxEqual.d.ts.map +1 -1
- package/lib/geogebra/parsers/ggbPointToCoords.d.ts.map +1 -1
- package/lib/geogebra/parsers/ggbPointsToPoints.d.ts.map +1 -1
- package/lib/geogebra/parsers/ggbPointsToPoints.js +0 -1
- package/lib/geogebra/parsers/parseGGBPoints.d.ts.map +1 -1
- package/lib/geogebra/spline.js +1 -1
- package/lib/index.d.ts +1351 -1007
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -1
- package/lib/latexTester.d.ts.map +1 -1
- package/lib/latexTester.js +0 -1
- package/lib/math/geometry/CloudPoints.d.ts +1 -1
- package/lib/math/geometry/CloudPoints.d.ts.map +1 -1
- package/lib/math/geometry/CloudPoints.js +1 -1
- package/lib/math/geometry/angle.d.ts.map +1 -1
- package/lib/math/geometry/circle.d.ts +1 -1
- package/lib/math/geometry/circle.d.ts.map +1 -1
- package/lib/math/geometry/circle.js +2 -1
- package/lib/math/geometry/line.d.ts +1 -1
- package/lib/math/geometry/line.d.ts.map +1 -1
- package/lib/math/geometry/line.js +3 -1
- package/lib/math/geometry/parabola.d.ts +1 -1
- package/lib/math/geometry/parabola.d.ts.map +1 -1
- package/lib/math/geometry/parabola.js +3 -1
- package/lib/math/geometry/point.d.ts +1 -1
- package/lib/math/geometry/point.d.ts.map +1 -1
- package/lib/math/geometry/point.js +1 -1
- package/lib/math/geometry/quadrilaterals/parallelogram.d.ts.map +1 -1
- package/lib/math/geometry/quadrilaterals/parallelogram.js +3 -4
- package/lib/math/geometry/quadrilaterals/quadrilateral.d.ts +1 -2
- package/lib/math/geometry/quadrilaterals/quadrilateral.d.ts.map +1 -1
- package/lib/math/geometry/quadrilaterals/quadrilateral.js +1 -1
- package/lib/math/geometry/quadrilaterals/rectangle.d.ts.map +1 -1
- package/lib/math/geometry/quadrilaterals/rectangle.js +0 -1
- package/lib/math/geometry/quadrilaterals/rhombus.d.ts.map +1 -1
- package/lib/math/geometry/quadrilaterals/rhombus.js +1 -1
- package/lib/math/geometry/quadrilaterals/square.d.ts +1 -4
- package/lib/math/geometry/quadrilaterals/square.d.ts.map +1 -1
- package/lib/math/geometry/quadrilaterals/square.js +1 -1
- package/lib/math/geometry/segment.d.ts +1 -2
- package/lib/math/geometry/segment.d.ts.map +1 -1
- package/lib/math/geometry/spacePoint.d.ts +3 -3
- package/lib/math/geometry/spacePoint.d.ts.map +1 -1
- package/lib/math/geometry/spacePoint.js +3 -3
- package/lib/math/geometry/spaceVector.d.ts +3 -3
- package/lib/math/geometry/spaceVector.d.ts.map +1 -1
- package/lib/math/geometry/spaceVector.js +4 -4
- package/lib/math/geometry/triangles/equilateralTriangle.d.ts +1 -2
- package/lib/math/geometry/triangles/equilateralTriangle.d.ts.map +1 -1
- package/lib/math/geometry/triangles/equilateralTriangle.js +6 -7
- package/lib/math/geometry/triangles/isoceleTriangle.d.ts.map +1 -1
- package/lib/math/geometry/triangles/rightTriangle.d.ts.map +1 -1
- package/lib/math/geometry/triangles/rightTriangle.js +2 -2
- package/lib/math/geometry/triangles/triangle.d.ts +3 -3
- package/lib/math/geometry/triangles/triangle.d.ts.map +1 -1
- package/lib/math/geometry/triangles/triangle.js +1 -1
- package/lib/math/inequations/inequation.d.ts.map +1 -1
- package/lib/math/matrices/matrix.js +1 -1
- package/lib/math/numbers/decimals/decimal.d.ts.map +1 -1
- package/lib/math/numbers/decimals/decimal.js +3 -4
- package/lib/math/numbers/integer/integer.d.ts +1 -1
- package/lib/math/numbers/integer/integer.d.ts.map +1 -1
- package/lib/math/numbers/integer/integer.js +11 -6
- package/lib/math/numbers/logarithms/ln.d.ts.map +1 -1
- package/lib/math/numbers/rationals/rational.js +1 -1
- package/lib/math/numbers/reals/real.js +2 -2
- package/lib/math/polynomials/generalAffine.d.ts.map +1 -1
- package/lib/math/polynomials/generalPolynomial.d.ts.map +1 -1
- package/lib/math/polynomials/generalPolynomial.js +1 -1
- package/lib/math/polynomials/polynomial.js +1 -1
- package/lib/math/polynomials/trinom.d.ts.map +1 -1
- package/lib/math/polynomials/trinom.js +1 -1
- package/lib/math/probability/binomial.d.ts.map +1 -1
- package/lib/math/probability/randomVariable.d.ts.map +1 -1
- package/lib/math/sequences/geometricSequence.d.ts +1 -2
- package/lib/math/sequences/geometricSequence.d.ts.map +1 -1
- package/lib/math/systems/generalSystem.d.ts.map +1 -1
- package/lib/math/systems/generalSystem.js +4 -4
- package/lib/math/systems/system.d.ts.map +1 -1
- package/lib/math/trigonometry/remarkableValue.d.ts.map +1 -1
- package/lib/math/trigonometry/remarkableValues.d.ts.map +1 -1
- package/lib/math/trigonometry/remarkableValues.js +2 -2
- package/lib/math/utils/arithmetic/coprimesOf.d.ts.map +1 -1
- package/lib/math/utils/arithmetic/coprimesOf.js +1 -1
- package/lib/math/utils/arithmetic/dividersOf.d.ts.map +1 -1
- package/lib/math/utils/arithmetic/dividersOf.js +1 -1
- package/lib/math/utils/arithmetic/factorial.d.ts.map +1 -1
- package/lib/math/utils/arithmetic/isPrime.d.ts.map +1 -1
- package/lib/math/utils/arithmetic/isSquare.d.ts.map +1 -1
- package/lib/math/utils/arithmetic/lcm.d.ts.map +1 -1
- package/lib/math/utils/arithmetic/maxPowerDecomposition.d.ts.map +1 -1
- package/lib/math/utils/arithmetic/nonCoprimesOf.d.ts.map +1 -1
- package/lib/math/utils/arithmetic/nonCoprimesOf.js +1 -1
- package/lib/math/utils/arithmetic/nonDividersOf.d.ts.map +1 -1
- package/lib/math/utils/arithmetic/nonDividersOf.js +1 -3
- package/lib/math/utils/arithmetic/primeDecomposition.d.ts.map +1 -1
- package/lib/math/utils/arithmetic/primeFactors.d.ts.map +1 -1
- package/lib/math/utils/combinatorics/combination.d.ts.map +1 -1
- package/lib/math/utils/decimals/decimalPartLengthOf.d.ts.map +1 -1
- package/lib/math/utils/functions/expUDerivate.d.ts.map +1 -1
- package/lib/math/utils/geometry/growthRate.d.ts.map +1 -1
- package/lib/math/utils/latex/frenchify.d.ts.map +1 -1
- package/lib/math/utils/latex/unfrenchify.d.ts.map +1 -1
- package/lib/math/utils/random/randTupleInt.d.ts.map +1 -1
- package/lib/math/utils/random/randfloat.d.ts +1 -1
- package/lib/math/utils/random/randfloat.d.ts.map +1 -1
- package/lib/math/utils/random/randfrac.d.ts.map +1 -1
- package/lib/math/utils/random/randfrac.js +4 -1
- package/lib/math/utils/random/randint.d.ts +1 -1
- package/lib/math/utils/random/randint.d.ts.map +1 -1
- package/lib/math/utils/round.d.ts +1 -1
- package/lib/math/utils/round.d.ts.map +1 -1
- package/lib/math/utils/round.js +1 -1
- package/lib/math/utils/stats/gaussianWithNoise.d.ts.map +1 -1
- package/lib/math/utils/stats/generateAffineCloud.d.ts.map +1 -1
- package/lib/math/utils/stats/generateAffineCloud.js +4 -4
- package/lib/math/utils/stats/leastSquares.d.ts.map +1 -1
- package/lib/math/utils/stats/median.d.ts.map +1 -1
- package/lib/math/utils/stats/quartiles.d.ts.map +1 -1
- package/lib/math/utils/stats/rSquared.d.ts.map +1 -1
- package/lib/math/utils/stats/standardDeviation.d.ts.map +1 -1
- package/lib/math/utils/stats/sum.d.ts.map +1 -1
- package/lib/math/utils/stats/variance.d.ts.map +1 -1
- package/lib/pc/constants/gravity.d.ts.map +1 -1
- package/lib/pc/constants/gravity.js +0 -1
- package/lib/pc/constants/molecularChemistry/reaction.d.ts.map +1 -1
- package/lib/pc/constants/molecularChemistry/reaction.js +2 -1
- package/lib/pc/measure/measure.d.ts +3 -3
- package/lib/pc/measure/measure.d.ts.map +1 -1
- package/lib/pc/units/AmountOfSubstance.d.ts +3 -3
- package/lib/pc/units/distanceUnits.d.ts +3 -3
- package/lib/pc/units/divideUnit.d.ts +4 -4
- package/lib/pc/units/divideUnit.d.ts.map +1 -1
- package/lib/pc/units/electricalChargeUnit.d.ts +3 -3
- package/lib/pc/units/electricalResistanceUnit.d.ts +3 -4
- package/lib/pc/units/electricalResistanceUnit.d.ts.map +1 -1
- package/lib/pc/units/electricalUnit.d.ts +3 -4
- package/lib/pc/units/electricalUnit.d.ts.map +1 -1
- package/lib/pc/units/energyUnit.d.ts +3 -3
- package/lib/pc/units/forceUnits.d.ts +3 -3
- package/lib/pc/units/frequenceUnit.d.ts +3 -3
- package/lib/pc/units/interfaces/baseTenUnit.d.ts +2 -2
- package/lib/pc/units/interfaces/baseTenUnit.d.ts.map +1 -1
- package/lib/pc/units/interfaces/baseTenUnit.js +1 -1
- package/lib/pc/units/massUnits.d.ts +3 -3
- package/lib/pc/units/mulitplyUnits.d.ts +4 -4
- package/lib/pc/units/mulitplyUnits.d.ts.map +1 -1
- package/lib/pc/units/powerUnits.d.ts +3 -3
- package/lib/pc/units/powerUnits.d.ts.map +1 -1
- package/lib/pc/units/timeUnits.d.ts +3 -3
- package/lib/pc/units/timeUnits.js +6 -6
- package/lib/pc/units/volumeUnit.d.ts +3 -3
- package/lib/pc/units/wattUnit.d.ts +3 -3
- package/lib/playground.d.ts.map +1 -1
- package/lib/server.js +4 -4
- package/lib/tests/exoTest.d.ts +1 -1
- package/lib/tests/exoTest.d.ts.map +1 -1
- package/lib/tests/exoTest.js +2 -2
- package/lib/tests/exosTest.d.ts +1 -1
- package/lib/tests/exosTest.d.ts.map +1 -1
- package/lib/tests/exosTest.js +1 -1
- package/lib/tests/manyPdfExos.test.d.ts.map +1 -1
- package/lib/tests/manyPdfExos.test.js +2 -2
- package/lib/tests/megaExosTest.d.ts +1 -1
- package/lib/tests/megaExosTest.d.ts.map +1 -1
- package/lib/tests/pdfExo.test.d.ts.map +1 -1
- package/lib/tests/pdfExo.test.js +1 -1
- package/lib/tests/pdfs/buildPDFForExercise.d.ts +1 -1
- package/lib/tests/pdfs/buildPDFForExercise.d.ts.map +1 -1
- package/lib/tests/pdfs/buildPDFForExercise.js +1 -1
- package/lib/tests/pdfs/formatMdToLatex.d.ts.map +1 -1
- package/lib/tests/pdfs/mdCodeToLatex.d.ts.map +1 -1
- package/lib/tests/pdfs/mdTableToLatexTabular.d.ts.map +1 -1
- package/lib/tests/pdfs/quizPdfHeader.d.ts +1 -1
- package/lib/tests/pdfs/quizPdfHeader.d.ts.map +1 -1
- package/lib/tests/pdfs/quizPdfHeader.js +1 -1
- package/lib/tests/pdfs/signTableToLatex.d.ts.map +1 -1
- package/lib/tests/pdfs/signTableToLatex.js +0 -1
- package/lib/tests/pdfs/valueTableToLatex.d.ts.map +1 -1
- package/lib/tests/pdfs/valueTableToLatex.js +3 -3
- package/lib/tests/pdfs/varTableToLatex.d.ts.map +1 -1
- package/lib/tests/pdfs/varTableToLatex.js +1 -1
- package/lib/tests/questionTest.d.ts +1 -1
- package/lib/tests/questionTest.d.ts.map +1 -1
- package/lib/tests/questionTest.js +4 -4
- package/lib/tests/singleExo.test.d.ts.map +1 -1
- package/lib/tests/singleExo.test.js +1 -1
- package/lib/tree/nodes/algebraicNode.d.ts.map +1 -1
- package/lib/tree/nodes/algebraicNode.js +1 -1
- package/lib/tree/nodes/complex/complexNode.d.ts +3 -3
- package/lib/tree/nodes/complex/complexNode.d.ts.map +1 -1
- package/lib/tree/nodes/complex/complexNode.js +2 -3
- package/lib/tree/nodes/equations/equalNode.d.ts +4 -4
- package/lib/tree/nodes/equations/equalNode.d.ts.map +1 -1
- package/lib/tree/nodes/equations/equalNode.js +5 -4
- package/lib/tree/nodes/equations/equationSolutionNode.d.ts +5 -5
- package/lib/tree/nodes/equations/equationSolutionNode.d.ts.map +1 -1
- package/lib/tree/nodes/equations/equationSolutionNode.js +4 -4
- package/lib/tree/nodes/equations/multiEqualNode.d.ts +5 -5
- package/lib/tree/nodes/equations/multiEqualNode.d.ts.map +1 -1
- package/lib/tree/nodes/equations/multiEqualNode.js +4 -4
- package/lib/tree/nodes/functions/absNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/arcSinNode.d.ts +1 -1
- package/lib/tree/nodes/functions/arcSinNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/arcSinNode.js +1 -1
- package/lib/tree/nodes/functions/arccosNode.d.ts +1 -1
- package/lib/tree/nodes/functions/arccosNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/arccosNode.js +1 -1
- package/lib/tree/nodes/functions/arctanNode.d.ts +1 -1
- package/lib/tree/nodes/functions/arctanNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/arctanNode.js +1 -1
- 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 +2 -2
- package/lib/tree/nodes/functions/expNode.d.ts +1 -1
- package/lib/tree/nodes/functions/expNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/expNode.js +1 -1
- package/lib/tree/nodes/functions/integralNode.d.ts +7 -7
- package/lib/tree/nodes/functions/integralNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/integralNode.js +9 -9
- package/lib/tree/nodes/functions/log10Node.d.ts +1 -1
- package/lib/tree/nodes/functions/log10Node.d.ts.map +1 -1
- package/lib/tree/nodes/functions/log10Node.js +1 -1
- package/lib/tree/nodes/functions/logNode.d.ts +1 -1
- package/lib/tree/nodes/functions/logNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/logNode.js +1 -1
- package/lib/tree/nodes/functions/oppositeNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/oppositeNode.js +1 -2
- package/lib/tree/nodes/functions/sinNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/sinNode.js +1 -1
- package/lib/tree/nodes/functions/sqrtNode.d.ts +3 -3
- package/lib/tree/nodes/functions/sqrtNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/sqrtNode.js +3 -3
- package/lib/tree/nodes/functions/tanNode.d.ts +3 -3
- package/lib/tree/nodes/functions/tanNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/tanNode.js +4 -4
- package/lib/tree/nodes/geometry/degree.d.ts +3 -3
- package/lib/tree/nodes/geometry/degree.d.ts.map +1 -1
- package/lib/tree/nodes/geometry/degree.js +3 -3
- package/lib/tree/nodes/geometry/lengthNode.d.ts +3 -3
- package/lib/tree/nodes/geometry/lengthNode.d.ts.map +1 -1
- package/lib/tree/nodes/geometry/lengthNode.js +4 -4
- package/lib/tree/nodes/geometry/pointNode.d.ts +4 -4
- package/lib/tree/nodes/geometry/pointNode.d.ts.map +1 -1
- package/lib/tree/nodes/geometry/pointNode.js +3 -3
- package/lib/tree/nodes/geometry/vectorNode.d.ts +6 -6
- package/lib/tree/nodes/geometry/vectorNode.d.ts.map +1 -1
- package/lib/tree/nodes/geometry/vectorNode.js +6 -6
- package/lib/tree/nodes/hasVariableNode.d.ts.map +1 -1
- package/lib/tree/nodes/inequations/inequationNode.d.ts +6 -6
- package/lib/tree/nodes/inequations/inequationNode.d.ts.map +1 -1
- package/lib/tree/nodes/inequations/inequationNode.js +6 -6
- package/lib/tree/nodes/inequations/inequationSolutionNode.d.ts +5 -5
- package/lib/tree/nodes/inequations/inequationSolutionNode.d.ts.map +1 -1
- package/lib/tree/nodes/inequations/inequationSolutionNode.js +4 -4
- package/lib/tree/nodes/node.d.ts.map +1 -1
- package/lib/tree/nodes/node.js +2 -0
- package/lib/tree/nodes/nodeConstructor.d.ts +1 -1
- package/lib/tree/nodes/nodeConstructor.d.ts.map +1 -1
- package/lib/tree/nodes/nodeConstructor.js +3 -1
- package/lib/tree/nodes/numbers/constantNode.d.ts +2 -2
- package/lib/tree/nodes/numbers/constantNode.d.ts.map +1 -1
- package/lib/tree/nodes/numbers/constantNode.js +2 -2
- package/lib/tree/nodes/numbers/infiniteNode.d.ts.map +1 -1
- package/lib/tree/nodes/numbers/numberNode.d.ts +3 -3
- package/lib/tree/nodes/numbers/numberNode.d.ts.map +1 -1
- package/lib/tree/nodes/numbers/numberNode.js +4 -4
- package/lib/tree/nodes/numbers/percentNode.d.ts +5 -5
- package/lib/tree/nodes/numbers/percentNode.d.ts.map +1 -1
- package/lib/tree/nodes/numbers/percentNode.js +4 -4
- package/lib/tree/nodes/operators/addNode.d.ts +1 -1
- package/lib/tree/nodes/operators/addNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/addNode.js +3 -3
- package/lib/tree/nodes/operators/binomialCoefficientNode.d.ts +1 -1
- package/lib/tree/nodes/operators/binomialCoefficientNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/binomialCoefficientNode.js +1 -1
- package/lib/tree/nodes/operators/divideNode.d.ts +3 -3
- package/lib/tree/nodes/operators/divideNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/divideNode.js +3 -3
- package/lib/tree/nodes/operators/fractionNode.d.ts +1 -1
- package/lib/tree/nodes/operators/fractionNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/fractionNode.js +4 -3
- package/lib/tree/nodes/operators/limitNode.d.ts +5 -5
- package/lib/tree/nodes/operators/limitNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/limitNode.js +7 -7
- package/lib/tree/nodes/operators/multiplyNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/multiplyNode.js +7 -6
- package/lib/tree/nodes/operators/operatorNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/powerNode.d.ts +1 -1
- package/lib/tree/nodes/operators/powerNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/powerNode.js +2 -2
- package/lib/tree/nodes/operators/scalarProductNode.d.ts +2 -2
- package/lib/tree/nodes/operators/scalarProductNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/scalarProductNode.js +1 -1
- package/lib/tree/nodes/operators/substractNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/substractNode.js +1 -1
- package/lib/tree/nodes/polynomials/monomNode.d.ts +1 -1
- package/lib/tree/nodes/polynomials/monomNode.d.ts.map +1 -1
- package/lib/tree/nodes/polynomials/monomNode.js +7 -1
- package/lib/tree/nodes/polynomials/trinomNode.d.ts +1 -1
- package/lib/tree/nodes/polynomials/trinomNode.d.ts.map +1 -1
- package/lib/tree/nodes/polynomials/trinomNode.js +1 -1
- package/lib/tree/nodes/randomReal.d.ts.map +1 -1
- package/lib/tree/nodes/randomReal.js +5 -0
- package/lib/tree/nodes/sets/belongsNode.d.ts +4 -4
- package/lib/tree/nodes/sets/belongsNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/belongsNode.js +4 -4
- package/lib/tree/nodes/sets/closure.d.ts.map +1 -1
- package/lib/tree/nodes/sets/discreteSetNode.d.ts +2 -2
- package/lib/tree/nodes/sets/discreteSetNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/discreteSetNode.js +3 -3
- package/lib/tree/nodes/sets/intervalNode.d.ts +3 -4
- package/lib/tree/nodes/sets/intervalNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/intervalNode.js +4 -5
- package/lib/tree/nodes/sets/unionIntervalNode.d.ts +4 -4
- package/lib/tree/nodes/sets/unionIntervalNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/unionIntervalNode.js +3 -3
- package/lib/tree/parsers/affineParser.d.ts +1 -1
- package/lib/tree/parsers/affineParser.d.ts.map +1 -1
- package/lib/tree/parsers/affineParser.js +33 -33
- package/lib/tree/parsers/degreeParser.d.ts.map +1 -1
- package/lib/tree/parsers/discreteSetParser.d.ts.map +1 -1
- package/lib/tree/parsers/equationSolutionParser.d.ts.map +1 -1
- package/lib/tree/parsers/euroParser.d.ts.map +1 -1
- package/lib/tree/parsers/inequationParser.d.ts.map +1 -1
- package/lib/tree/parsers/intervalParser.d.ts.map +1 -1
- package/lib/tree/parsers/isSegmentName.d.ts.map +1 -1
- package/lib/tree/parsers/latexParser.d.ts +1 -1
- package/lib/tree/parsers/latexParser.d.ts.map +1 -1
- package/lib/tree/parsers/latexParser.js +36 -46
- package/lib/tree/parsers/monomParser.d.ts.map +1 -1
- package/lib/tree/parsers/numberParser.d.ts.map +1 -1
- package/lib/tree/parsers/percentParser.d.ts.map +1 -1
- package/lib/tree/parsers/pointParser.d.ts.map +1 -1
- package/lib/tree/parsers/polynomialParser.d.ts.map +1 -1
- package/lib/tree/parsers/powerParser.d.ts.map +1 -1
- package/lib/tree/parsers/purifyLatex.d.ts +1 -1
- package/lib/tree/parsers/purifyLatex.d.ts.map +1 -1
- package/lib/tree/parsers/purifyLatex.js +7 -6
- package/lib/tree/parsers/rationalParser.d.ts +1 -2
- package/lib/tree/parsers/rationalParser.d.ts.map +1 -1
- package/lib/tree/parsers/rationalParser.js +1 -1
- package/lib/tree/parsers/spacePointParser.d.ts.map +1 -1
- package/lib/tree/parsers/spaceVectorParser.d.ts.map +1 -1
- package/lib/tree/parsers/sqrtParser.d.ts.map +1 -1
- package/lib/tree/parsers/sqrtParser.js +1 -1
- package/lib/tree/parsers/trinomParser.d.ts.map +1 -1
- package/lib/tree/parsers/trinomParser.js +1 -1
- package/lib/tree/parsers/unionIntervalParser.d.ts.map +1 -1
- package/lib/tree/parsers/valueParser.d.ts.map +1 -1
- package/lib/tree/parsers/vectorParser.d.ts.map +1 -1
- package/lib/tree/utilities/functionComposition.d.ts +1 -1
- package/lib/tree/utilities/functionComposition.d.ts.map +1 -1
- package/lib/tree/utilities/functionComposition.js +3 -3
- package/lib/tree/utilities/operatorComposition.d.ts +1 -1
- package/lib/tree/utilities/operatorComposition.d.ts.map +1 -1
- package/lib/tree/utilities/operatorComposition.js +3 -3
- package/lib/types/class.d.ts +1 -1
- package/lib/types/class.d.ts.map +1 -1
- package/lib/utils/alea/diceFlip.d.ts.map +1 -1
- package/lib/utils/alea/probaFlip.d.ts.map +1 -1
- package/lib/utils/alea/probaLawFlip.d.ts.map +1 -1
- package/lib/utils/alea/random.d.ts +2 -2
- package/lib/utils/alea/randomEnumValue.d.ts.map +1 -1
- package/lib/utils/alea/randomEnumValue.js +2 -0
- package/lib/utils/alea/shuffle.js +3 -3
- package/lib/utils/average.d.ts.map +1 -1
- package/lib/utils/errors/handleVEAError.d.ts +1 -1
- package/lib/utils/errors/handleVEAError.d.ts.map +1 -1
- package/lib/utils/errors/handleVEAError.js +1 -1
- package/lib/utils/isInt.d.ts.map +1 -1
- package/lib/utils/latex/approxOrEqual.d.ts.map +1 -1
- package/lib/utils/latex/colorize.d.ts.map +1 -1
- package/lib/utils/latex/dollarize.d.ts.map +1 -1
- package/lib/utils/markdown/mdCode.d.ts.map +1 -1
- package/lib/utils/markdown/mdTable.d.ts.map +1 -1
- package/lib/utils/numberPrototype/toScientific.d.ts.map +1 -1
- package/lib/utils/numberPrototype/toSeparatedThousands.d.ts.map +1 -1
- package/lib/utils/strings/getLetter.d.ts.map +1 -1
- package/lib/utils/strings/isLetter.d.ts.map +1 -1
- package/lib/utils/strings/numberToFrenchWord.d.ts.map +1 -1
- package/lib/utils/strings/numberToFrenchWord.js +3 -3
- package/lib/utils/strings/pluralize.d.ts.map +1 -1
- package/lib/utils/strings/randomLetter.d.ts.map +1 -1
- package/lib/utils/strings/requiresApostropheBefore.d.ts.map +1 -1
- package/lib/utils/variance.d.ts.map +1 -1
- package/package.json +5 -2
|
@@ -49,12 +49,10 @@ const getCorrection = (identifiers) => {
|
|
|
49
49
|
const { a, b, op } = identifiers;
|
|
50
50
|
const operation = operations.find((o) => o.name === op);
|
|
51
51
|
let n = 1;
|
|
52
|
-
|
|
53
|
-
let allValues = [];
|
|
52
|
+
const allValues = [];
|
|
54
53
|
while (n <= a) {
|
|
55
54
|
allValues.push(n.frenchify());
|
|
56
55
|
n = operation.func(n, b);
|
|
57
|
-
count++;
|
|
58
56
|
}
|
|
59
57
|
allValues.push(n.frenchify());
|
|
60
58
|
return `Puisque l'utilisateur entre $${a}$, la variable $a$ prend la valeur $${a}$.
|
|
@@ -113,7 +111,7 @@ const getPropositions = (n, { answer, a, b, op }) => {
|
|
|
113
111
|
}
|
|
114
112
|
return shuffleProps(propositions, n);
|
|
115
113
|
};
|
|
116
|
-
const isAnswerValid = (ans, { answer
|
|
114
|
+
const isAnswerValid = (ans, { answer }) => {
|
|
117
115
|
return numberVEA(ans, answer);
|
|
118
116
|
};
|
|
119
117
|
export const pyWhileLoop1Exercise = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pythonForLoopInstructionCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonForLoopInstructionCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"pythonForLoopInstructionCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonForLoopInstructionCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAMrC,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAkIF,eAAO,MAAM,kCAAkC,EAAE,QAAQ,CAAC,WAAW,CAkBpE,CAAC"}
|
|
@@ -62,7 +62,7 @@ x = x${fakeOperation}${fakeCoeff}
|
|
|
62
62
|
\`\`\``;
|
|
63
63
|
};
|
|
64
64
|
const getCorrection = (identifiers) => {
|
|
65
|
-
const { coeff,
|
|
65
|
+
const { coeff, operation } = identifiers;
|
|
66
66
|
let word = "";
|
|
67
67
|
switch (operation) {
|
|
68
68
|
case "+":
|
|
@@ -85,7 +85,7 @@ const getCorrection = (identifiers) => {
|
|
|
85
85
|
a=a${operation}${coeff}
|
|
86
86
|
\`\`\``;
|
|
87
87
|
};
|
|
88
|
-
const getKeys = (
|
|
88
|
+
const getKeys = () => {
|
|
89
89
|
return [];
|
|
90
90
|
};
|
|
91
91
|
const isAnswerValid = (ans, { answer }) => {
|
|
@@ -96,7 +96,7 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
96
96
|
return handleVEAError(err);
|
|
97
97
|
}
|
|
98
98
|
};
|
|
99
|
-
const getPythonRangeCompletionQuestion = (
|
|
99
|
+
const getPythonRangeCompletionQuestion = () => {
|
|
100
100
|
const iterations = randint(2, 11);
|
|
101
101
|
const operation = random(["+", "-", "*", "/"]);
|
|
102
102
|
const coeff = randint(2, 11);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pythonFunctionTrinom.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonFunctionTrinom.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAQrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;
|
|
1
|
+
{"version":3,"file":"pythonFunctionTrinom.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonFunctionTrinom.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAQrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AA6FF,eAAO,MAAM,oBAAoB,EAAE,QAAQ,CAAC,WAAW,CAatD,CAAC"}
|
|
@@ -8,7 +8,6 @@ import { alignTex } from "../../../utils/latex/alignTex.js";
|
|
|
8
8
|
const getInstruction = (identifiers) => {
|
|
9
9
|
const { x, trinom } = identifiers;
|
|
10
10
|
const tri = new Trinom(trinom[0], trinom[1], trinom[2]);
|
|
11
|
-
const image = tri.calculate(x);
|
|
12
11
|
const equation = tri.toPython();
|
|
13
12
|
return `Qu'affichera le script en Python suivant ?
|
|
14
13
|
\`\`\`
|
|
@@ -20,11 +19,11 @@ print(y)
|
|
|
20
19
|
\`\`\`
|
|
21
20
|
`;
|
|
22
21
|
};
|
|
23
|
-
const getHint = (
|
|
22
|
+
const getHint = () => {
|
|
24
23
|
return `En Python, l'opération ** signifie "puissance". `;
|
|
25
24
|
};
|
|
26
25
|
const getCorrection = (identifiers) => {
|
|
27
|
-
const {
|
|
26
|
+
const { trinom, x } = identifiers;
|
|
28
27
|
const tri = new Trinom(trinom[0], trinom[1], trinom[2]);
|
|
29
28
|
return `On appelle la fonction $f$ avec comme argument $x=${x}$.
|
|
30
29
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pythonIfStatementCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonIfStatementCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"pythonIfStatementCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonIfStatementCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAMrC,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AA2GF,eAAO,MAAM,2BAA2B,EAAE,QAAQ,CAAC,WAAW,CAqB7D,CAAC"}
|
|
@@ -3,7 +3,7 @@ import { getDistinctQuestions } from "../../../exercises/utils/getDistinctQuesti
|
|
|
3
3
|
import { randint } from "../../../math/utils/random/randint.js";
|
|
4
4
|
import { random } from "../../../utils/alea/random.js";
|
|
5
5
|
import { handleVEAError } from "../../../utils/errors/handleVEAError.js";
|
|
6
|
-
const getPropositions = (n, { answer, coeff
|
|
6
|
+
const getPropositions = (n, { answer, coeff }) => {
|
|
7
7
|
const propositions = [];
|
|
8
8
|
addValidProp(propositions, answer, "raw");
|
|
9
9
|
tryToAddWrongProp(propositions, `\`a<${coeff}\``, "raw");
|
|
@@ -41,7 +41,7 @@ def test(a):
|
|
|
41
41
|
\`\`\`
|
|
42
42
|
`;
|
|
43
43
|
};
|
|
44
|
-
const getHint = (
|
|
44
|
+
const getHint = () => {
|
|
45
45
|
return `En Python :
|
|
46
46
|
|
|
47
47
|
- "strictement inférieur à" s'écrit \`<\` ;
|
|
@@ -65,7 +65,7 @@ const getCorrection = (identifiers) => {
|
|
|
65
65
|
if a${ineq}${coeff}:
|
|
66
66
|
\`\`\``;
|
|
67
67
|
};
|
|
68
|
-
const getKeys = (
|
|
68
|
+
const getKeys = () => {
|
|
69
69
|
return ["a", "sup", "inf", "equal"];
|
|
70
70
|
};
|
|
71
71
|
const isAnswerValid = (ans, { answer }) => {
|
|
@@ -76,7 +76,7 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
76
76
|
return handleVEAError(err);
|
|
77
77
|
}
|
|
78
78
|
};
|
|
79
|
-
const getPythonIfStatementCompletionQuestion = (
|
|
79
|
+
const getPythonIfStatementCompletionQuestion = () => {
|
|
80
80
|
const identifiers = {
|
|
81
81
|
coeff: randint(1, 11),
|
|
82
82
|
ineq: random(["<", ">", "<=", ">="]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pythonRangeCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonRangeCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"pythonRangeCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonRangeCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAMrC,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAiGF,eAAO,MAAM,qBAAqB,EAAE,QAAQ,CAAC,WAAW,CAiBvD,CAAC"}
|
|
@@ -46,16 +46,16 @@ return a
|
|
|
46
46
|
\`\`\`
|
|
47
47
|
`;
|
|
48
48
|
};
|
|
49
|
-
const getHint = (
|
|
49
|
+
const getHint = () => {
|
|
50
50
|
return `En python, l'instruction \`range(b)\` génère une séquence d'entiers de $0$ à $b-1$.`;
|
|
51
51
|
};
|
|
52
52
|
const getCorrection = (identifiers) => {
|
|
53
|
-
const {
|
|
53
|
+
const { iterations } = identifiers;
|
|
54
54
|
return `En python, l'instruction \`range(b)\` génère une séquence d'entiers de $0$ à $b-1$. Cela permet donc de répéter une boucle $b$ fois.
|
|
55
55
|
|
|
56
56
|
Pour répéter $${iterations}$ fois la boucle, il faut donc remplacer les trois points par $${iterations}$.`;
|
|
57
57
|
};
|
|
58
|
-
const getKeys = (
|
|
58
|
+
const getKeys = () => {
|
|
59
59
|
return [];
|
|
60
60
|
};
|
|
61
61
|
const isAnswerValid = (ans, { answer }) => {
|
|
@@ -66,7 +66,7 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
66
66
|
return handleVEAError(err);
|
|
67
67
|
}
|
|
68
68
|
};
|
|
69
|
-
const getPythonRangeCompletionQuestion = (
|
|
69
|
+
const getPythonRangeCompletionQuestion = () => {
|
|
70
70
|
const iterations = randint(2, 11);
|
|
71
71
|
const operation = random(["+", "-", "*", "/"]);
|
|
72
72
|
const coeff = randint(2, 11);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pythonSimpleFunctionInstructionCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonSimpleFunctionInstructionCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"pythonSimpleFunctionInstructionCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonSimpleFunctionInstructionCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAQrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAqFF,eAAO,MAAM,yCAAyC,EAAE,QAAQ,CAAC,WAAW,CAsBzE,CAAC"}
|
|
@@ -29,7 +29,7 @@ def calcul(a):
|
|
|
29
29
|
\`\`\`
|
|
30
30
|
`;
|
|
31
31
|
};
|
|
32
|
-
const getHint = (
|
|
32
|
+
const getHint = () => {
|
|
33
33
|
return `En Python, la multiplication se note \`*\`.`;
|
|
34
34
|
};
|
|
35
35
|
const getCorrection = (identifiers) => {
|
|
@@ -40,10 +40,10 @@ L'opération $${add(p, multiply(m, "a").simplify({ forbidFactorize: true })).toT
|
|
|
40
40
|
|
|
41
41
|
${getAnswer(identifiers)}`;
|
|
42
42
|
};
|
|
43
|
-
const getKeys = (
|
|
43
|
+
const getKeys = () => {
|
|
44
44
|
return [];
|
|
45
45
|
};
|
|
46
|
-
const isAnswerValid = (
|
|
46
|
+
const isAnswerValid = () => {
|
|
47
47
|
try {
|
|
48
48
|
throw Error("VEA not implemented");
|
|
49
49
|
}
|
|
@@ -51,7 +51,7 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
51
51
|
return handleVEAError(err);
|
|
52
52
|
}
|
|
53
53
|
};
|
|
54
|
-
const getPythonSimpleFunctionInstructionCompletionQuestion = (
|
|
54
|
+
const getPythonSimpleFunctionInstructionCompletionQuestion = () => {
|
|
55
55
|
const identifiers = {
|
|
56
56
|
m: randint(-10, 11, [-1, 0, 1]),
|
|
57
57
|
p: randint(-10, 11, [0]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pythonWhileStatementCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonWhileStatementCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"pythonWhileStatementCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonWhileStatementCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAKrC,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAgFF,eAAO,MAAM,8BAA8B,EAAE,QAAQ,CAAC,WAAW,CAsBhE,CAAC"}
|
|
@@ -39,7 +39,7 @@ while x<${identifiers.threshold}:
|
|
|
39
39
|
\`\`\`
|
|
40
40
|
`;
|
|
41
41
|
};
|
|
42
|
-
const getKeys = (
|
|
42
|
+
const getKeys = () => {
|
|
43
43
|
return ["x", "sup", "inf", "equal"];
|
|
44
44
|
};
|
|
45
45
|
const isAnswerValid = (ans, { answer }) => {
|
|
@@ -50,7 +50,7 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
50
50
|
return handleVEAError(err);
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
|
-
const getPythonWhileStatementCompletionQuestion = (
|
|
53
|
+
const getPythonWhileStatementCompletionQuestion = () => {
|
|
54
54
|
const identifiers = {
|
|
55
55
|
threshold: 50 * randint(2, 20),
|
|
56
56
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pythonWhileStatementOperationCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonWhileStatementOperationCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"pythonWhileStatementOperationCompletion.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/pythonWhileStatementOperationCompletion.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAMrC,KAAK,WAAW,GAAG;IAEjB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAuGF,eAAO,MAAM,uCAAuC,EAAE,QAAQ,CAAC,WAAW,CAsBzE,CAAC"}
|
|
@@ -42,8 +42,7 @@ def boucle(x):
|
|
|
42
42
|
\`\`\`
|
|
43
43
|
`;
|
|
44
44
|
};
|
|
45
|
-
const getHint = (
|
|
46
|
-
const { coeff, operation } = identifiers;
|
|
45
|
+
const getHint = () => {
|
|
47
46
|
return `Sers-toi de cet exemple : en Python, si l'on veut diviser une variable \`a\` par $2$, on écrit :
|
|
48
47
|
|
|
49
48
|
\`\`\`
|
|
@@ -71,7 +70,7 @@ x=x${operation}${coeff}
|
|
|
71
70
|
\`\`\`
|
|
72
71
|
`;
|
|
73
72
|
};
|
|
74
|
-
const getKeys = (
|
|
73
|
+
const getKeys = () => {
|
|
75
74
|
return ["x", "sup", "inf", "equal"];
|
|
76
75
|
};
|
|
77
76
|
const isAnswerValid = (ans, { answer }) => {
|
|
@@ -82,7 +81,7 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
82
81
|
return handleVEAError(err);
|
|
83
82
|
}
|
|
84
83
|
};
|
|
85
|
-
const getPythonWhileStatementCompletionQuestion = (
|
|
84
|
+
const getPythonWhileStatementCompletionQuestion = () => {
|
|
86
85
|
const identifiers = {
|
|
87
86
|
operation: random(["+", "*"]),
|
|
88
87
|
coeff: randint(2, 11),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variableAffectation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/variableAffectation.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"variableAffectation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/variableAffectation.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAaT,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAE,MAAM,EAAqB,MAAM,kCAAkC,CAAC;AAQ7E,KAAK,WAAW,GAAG;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;AAsJF,eAAO,MAAM,mBAAmB,EAAE,QAAQ,CAAC,WAAW,CAiBrD,CAAC"}
|
|
@@ -82,7 +82,7 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
82
82
|
return handleVEAError(err);
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
|
-
const getVariableAffectationQuestion = (
|
|
85
|
+
const getVariableAffectationQuestion = () => {
|
|
86
86
|
const variableNames = [
|
|
87
87
|
"v",
|
|
88
88
|
"var",
|
|
@@ -98,7 +98,7 @@ const getVariableAffectationQuestion = (ops) => {
|
|
|
98
98
|
const variableName = random(variableNames);
|
|
99
99
|
const initialVariable = randint(-3, 3);
|
|
100
100
|
const numberOfLinesToGenerate = randint(1, 4);
|
|
101
|
-
|
|
101
|
+
const affines = [];
|
|
102
102
|
for (let i = 0; i < numberOfLinesToGenerate; i++) {
|
|
103
103
|
const type = randint(1, 4);
|
|
104
104
|
if (type === 1) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variableType.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/variableType.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"variableType.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/variableType.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAKrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAwGF,eAAO,MAAM,YAAY,EAAE,QAAQ,CAAC,WAAW,CAkB9C,CAAC"}
|
|
@@ -11,7 +11,7 @@ const getPropositions = (n, { answer }) => {
|
|
|
11
11
|
return shuffleProps(propositions, n);
|
|
12
12
|
};
|
|
13
13
|
const getAnswer = (identifiers) => {
|
|
14
|
-
const {
|
|
14
|
+
const { vType } = identifiers;
|
|
15
15
|
if (vType === "int") {
|
|
16
16
|
return "Nombre entier";
|
|
17
17
|
}
|
|
@@ -36,11 +36,11 @@ v = ${vType === "str" ? `"${v}"` : v}
|
|
|
36
36
|
Quel est le type de la variable \`v\` ?
|
|
37
37
|
`;
|
|
38
38
|
};
|
|
39
|
-
const getHint = (
|
|
39
|
+
const getHint = () => {
|
|
40
40
|
return "En Python, le type d'une variable peut être : un nombre entier, un nombre flottant (c'est-à-dire avec une virgule) ou une chaîne de caractère (c'est-à-dire un texte).";
|
|
41
41
|
};
|
|
42
42
|
const getCorrection = (identifiers) => {
|
|
43
|
-
const {
|
|
43
|
+
const { vType } = identifiers;
|
|
44
44
|
let explanationType = "";
|
|
45
45
|
if (vType === "int") {
|
|
46
46
|
explanationType = "Nombre entier";
|
|
@@ -55,10 +55,10 @@ const getCorrection = (identifiers) => {
|
|
|
55
55
|
|
|
56
56
|
Ici, la variable \`v\` est de type ${explanationType.toLocaleLowerCase()}.`;
|
|
57
57
|
};
|
|
58
|
-
const getKeys = (
|
|
58
|
+
const getKeys = () => {
|
|
59
59
|
return [];
|
|
60
60
|
};
|
|
61
|
-
const isAnswerValid = (
|
|
61
|
+
const isAnswerValid = () => {
|
|
62
62
|
try {
|
|
63
63
|
throw Error("VEA not implemented");
|
|
64
64
|
}
|
|
@@ -66,7 +66,7 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
66
66
|
return handleVEAError(err);
|
|
67
67
|
}
|
|
68
68
|
};
|
|
69
|
-
const getVariableTypeQuestion = (
|
|
69
|
+
const getVariableTypeQuestion = () => {
|
|
70
70
|
const vTypes = ["int", "float", "str"];
|
|
71
71
|
const vType = vTypes[randint(0, vTypes.length)];
|
|
72
72
|
let v;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"whileLoop.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/whileLoop.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAIrC,KAAK,WAAW,GAAG;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;
|
|
1
|
+
{"version":3,"file":"whileLoop.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/whileLoop.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAIrC,KAAK,WAAW,GAAG;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AA+HF,eAAO,MAAM,SAAS,EAAE,QAAQ,CAAC,WAAW,CAY3C,CAAC"}
|
|
@@ -10,12 +10,12 @@ const operationsreversed = [
|
|
|
10
10
|
{ name: "/", func: (x, step) => Math.floor(x / step) },
|
|
11
11
|
];
|
|
12
12
|
const getAnswer = (identifiers) => {
|
|
13
|
-
const {
|
|
13
|
+
const { x } = identifiers;
|
|
14
14
|
const answer = x.toString();
|
|
15
15
|
return answer;
|
|
16
16
|
};
|
|
17
17
|
const getInstruction = (identifiers) => {
|
|
18
|
-
const { a, initialValue, opIndex, step
|
|
18
|
+
const { a, initialValue, opIndex, step } = identifiers;
|
|
19
19
|
const op = operations[opIndex];
|
|
20
20
|
return `Qu'affichera le programme suivant ?
|
|
21
21
|
|
|
@@ -29,7 +29,7 @@ print(n)
|
|
|
29
29
|
`;
|
|
30
30
|
};
|
|
31
31
|
const getHint = (identifiers) => {
|
|
32
|
-
const { a,
|
|
32
|
+
const { a, opIndex, step } = identifiers;
|
|
33
33
|
const op = operations[opIndex];
|
|
34
34
|
return `La boucle s'exécute tant que la condition $n \\leq ${a}$ est vraie. À chaque itération, $n$ devient égal à $n ${op.name} ${step}$.`;
|
|
35
35
|
};
|
|
@@ -37,12 +37,10 @@ const getCorrection = (identifiers) => {
|
|
|
37
37
|
const { a, initialValue, opIndex, step } = identifiers;
|
|
38
38
|
const op = operations[opIndex];
|
|
39
39
|
let n = initialValue;
|
|
40
|
-
|
|
41
|
-
let allValues = [];
|
|
40
|
+
const allValues = [];
|
|
42
41
|
while (n <= a) {
|
|
43
42
|
allValues.push(n.frenchify());
|
|
44
43
|
n = op.func(n, step);
|
|
45
|
-
count++;
|
|
46
44
|
}
|
|
47
45
|
allValues.push(n.frenchify());
|
|
48
46
|
return `On commence avec $n = ${initialValue}$ et à chaque itération on effectue l'opération $n = n ${op.name} ${step}$. La boucle while $n \\leq a$ s'exécute tant que $n$ est inférieur ou égal à $${a}$.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"whileLoopCount.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/whileLoopCount.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"whileLoopCount.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/python/whileLoopCount.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAaT,MAAM,6BAA6B,CAAC;AAIrC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAqGF,eAAO,MAAM,gBAAgB,EAAE,QAAQ,CAAC,WAAW,CAgBlD,CAAC"}
|
|
@@ -28,7 +28,7 @@ const getHint = ({ inputValue, threshold }) => {
|
|
|
28
28
|
const getCorrection = ({ inputValue, threshold, }) => {
|
|
29
29
|
let x = inputValue;
|
|
30
30
|
let count = 0;
|
|
31
|
-
|
|
31
|
+
const allValues = [];
|
|
32
32
|
while (x > threshold) {
|
|
33
33
|
allValues.push(x.frenchify());
|
|
34
34
|
x = x / 2;
|
|
@@ -61,7 +61,7 @@ const getPyWhileLoopCountQuestion = () => {
|
|
|
61
61
|
const inputValue = randint(threshold + 1, 100);
|
|
62
62
|
return getQuestionFromIdentifiers({ inputValue, threshold });
|
|
63
63
|
};
|
|
64
|
-
const getPropositions = (n, { answer, inputValue
|
|
64
|
+
const getPropositions = (n, { answer, inputValue }) => {
|
|
65
65
|
const propositions = [];
|
|
66
66
|
const correctAnswer = parseInt(answer);
|
|
67
67
|
addValidProp(propositions, correctAnswer.frenchify());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"confidenceInterval.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/sampling/confidenceInterval.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;AAkBrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;
|
|
1
|
+
{"version":3,"file":"confidenceInterval.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/sampling/confidenceInterval.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;AAkBrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AA6HF,eAAO,MAAM,kBAAkB,EAAE,QAAQ,CAAC,WAAW,CAcpD,CAAC"}
|
|
@@ -46,7 +46,7 @@ const getInstruction = (identifiers) => {
|
|
|
46
46
|
return `Une enquête relève que sur un échantillon de $${n}$ collégiens, $${k}$ utilisent les réseaux sociaux quotidiennement. À partir de cette enquête, à quel intervalle devrait appartenir la proportion nationale $p$ de collégiens qui utilisent les réseaux sociaux quotidiennement, au seuil de $95\\%$ ?`;
|
|
47
47
|
}
|
|
48
48
|
};
|
|
49
|
-
const getHint = (
|
|
49
|
+
const getHint = () => {
|
|
50
50
|
return `Si $f$ est la fréquence observée et $n$ est la taille de l'échantillon, alors l'intervalle de confiance au seuil de $95\\%$ est :
|
|
51
51
|
|
|
52
52
|
$$
|
|
@@ -58,7 +58,6 @@ Cela signifie qu'on peut affirmer avec un taux de certitude de $95\\%$ que la pr
|
|
|
58
58
|
const getCorrection = (identifiers) => {
|
|
59
59
|
const { k, n } = identifiers;
|
|
60
60
|
const freq = round(k / n, 2);
|
|
61
|
-
const oneOverSqrt = 1 / Math.sqrt(n);
|
|
62
61
|
const answer = getAnswer(identifiers);
|
|
63
62
|
const a = substract(freq, frac(1, sqrt(n))).toTex();
|
|
64
63
|
const b = add(freq, frac(1, sqrt(n))).toTex();
|
|
@@ -80,7 +79,7 @@ ${alignTex([
|
|
|
80
79
|
])}
|
|
81
80
|
`;
|
|
82
81
|
};
|
|
83
|
-
const getKeys = (
|
|
82
|
+
const getKeys = () => {
|
|
84
83
|
return ["lbracket", "semicolon", "rbracket"];
|
|
85
84
|
};
|
|
86
85
|
const isAnswerValid = (ans, { answer }) => {
|
|
@@ -94,7 +93,7 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
94
93
|
return handleVEAError(err);
|
|
95
94
|
}
|
|
96
95
|
};
|
|
97
|
-
const getConfidenceIntervalQuestion = (
|
|
96
|
+
const getConfidenceIntervalQuestion = () => {
|
|
98
97
|
const n = 50 * randint(1, 20);
|
|
99
98
|
const k = randint(10, n - 10);
|
|
100
99
|
const identifiers = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fluctuationInterval.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/sampling/fluctuationInterval.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;AAkBrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;
|
|
1
|
+
{"version":3,"file":"fluctuationInterval.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/sampling/fluctuationInterval.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;AAkBrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAoHF,eAAO,MAAM,mBAAmB,EAAE,QAAQ,CAAC,WAAW,CAcrD,CAAC"}
|
|
@@ -46,7 +46,7 @@ const getInstruction = (identifiers) => {
|
|
|
46
46
|
return `Un fabricant prétend que $${pPercent}\\%$ de ses produits sont recyclables. Dans un contrôle qualité sur un échantillon de $${n}$ produits, quel sera l'intervalle probable pour la fréquence observée de produits recyclables, avec un seuil de confiance de $99\\%$ ?`;
|
|
47
47
|
}
|
|
48
48
|
};
|
|
49
|
-
const getHint = (
|
|
49
|
+
const getHint = () => {
|
|
50
50
|
return `Si $p$ est la proportion théorique et $n$ est la taille de l'échantillon, alors l'intervalle de fluctuation au seuil de $95\\%$ est :
|
|
51
51
|
|
|
52
52
|
$$
|
|
@@ -57,7 +57,6 @@ Cela signifie que dans $95\\%$ des cas, la fréquence $f$ observée est comprise
|
|
|
57
57
|
};
|
|
58
58
|
const getCorrection = (identifiers) => {
|
|
59
59
|
const { p, n } = identifiers;
|
|
60
|
-
const pPercent = round(p * 100, 1);
|
|
61
60
|
const answer = getAnswer(identifiers);
|
|
62
61
|
const a = substract(p, frac(1, sqrt(n))).toTex();
|
|
63
62
|
const b = add(p, frac(1, sqrt(n))).toTex();
|
|
@@ -77,7 +76,7 @@ ${alignTex([
|
|
|
77
76
|
])}
|
|
78
77
|
`;
|
|
79
78
|
};
|
|
80
|
-
const getKeys = (
|
|
79
|
+
const getKeys = () => {
|
|
81
80
|
return ["lbracket", "semicolon", "rbracket"];
|
|
82
81
|
};
|
|
83
82
|
const isAnswerValid = (ans, { answer }) => {
|
|
@@ -91,7 +90,7 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
91
90
|
return handleVEAError(err);
|
|
92
91
|
}
|
|
93
92
|
};
|
|
94
|
-
const getFluctuationIntervalQuestion = (
|
|
93
|
+
const getFluctuationIntervalQuestion = () => {
|
|
95
94
|
const p = randfloat(0.2, 0.8, 2);
|
|
96
95
|
const n = 50 * randint(1, 20);
|
|
97
96
|
const identifiers = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSampleCountAndSize.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/sampling/getSampleCountAndSize.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"getSampleCountAndSize.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/sampling/getSampleCountAndSize.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAcT,MAAM,6BAA6B,CAAC;AAOrC,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC;AA6FF,KAAK,OAAO,GAAG;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AACF,eAAO,MAAM,qBAAqB,EAAE,QAAQ,CAAC,WAAW,EAAE,OAAO,CAiBhE,CAAC"}
|
|
@@ -4,14 +4,13 @@ import { randint } from "../../../math/utils/random/randint.js";
|
|
|
4
4
|
import { parseAlgebraic } from "../../../tree/parsers/latexParser.js";
|
|
5
5
|
import { coinFlip } from "../../../utils/alea/coinFlip.js";
|
|
6
6
|
import { handleVEAError } from "../../../utils/errors/handleVEAError.js";
|
|
7
|
-
const getPropositions = (n, { answer, expCount,
|
|
7
|
+
const getPropositions = (n, { answer, expCount, repCount }) => {
|
|
8
8
|
const propositions = [];
|
|
9
9
|
addValidProp(propositions, answer);
|
|
10
10
|
tryToAddWrongProp(propositions, expCount.frenchify());
|
|
11
11
|
tryToAddWrongProp(propositions, repCount.frenchify());
|
|
12
12
|
while (propositions.length < n) {
|
|
13
|
-
|
|
14
|
-
wrongValue = randint(1, 200);
|
|
13
|
+
const wrongValue = randint(1, 200);
|
|
15
14
|
tryToAddWrongProp(propositions, wrongValue.frenchify());
|
|
16
15
|
}
|
|
17
16
|
return shuffleProps(propositions, n);
|
|
@@ -45,7 +44,7 @@ La taille de chaque échantillon est donc $${expCount}$.`;
|
|
|
45
44
|
On obtient donc $${repCount}$ échantillons.`;
|
|
46
45
|
}
|
|
47
46
|
};
|
|
48
|
-
const getKeys = (
|
|
47
|
+
const getKeys = () => {
|
|
49
48
|
return [];
|
|
50
49
|
};
|
|
51
50
|
const isAnswerValid = (ans, { answer }) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isSamplingRepresentative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/sampling/isSamplingRepresentative.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"isSamplingRepresentative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/sampling/isSamplingRepresentative.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;AASrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,gBAAgB,EAAE,OAAO,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAiHF,eAAO,MAAM,wBAAwB,EAAE,QAAQ,CAAC,WAAW,CAc1D,CAAC"}
|
|
@@ -27,7 +27,7 @@ const getInstruction = (identifiers) => {
|
|
|
27
27
|
return `La proportion de français lisant au moins un livre par an est d'environ $${p.frenchify()}$. On a prélevé un échantillon de $${n}$ individus dont $${k}$ lisent au moins un livre par an. Cet échantillon est-il représentatif de la population pour ce caractère ?`;
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
|
-
const getHint = (
|
|
30
|
+
const getHint = () => {
|
|
31
31
|
return `Déterminer l'intervalle de fluctuation au seuil de $95\\%$ :
|
|
32
32
|
|
|
33
33
|
$$
|
|
@@ -59,13 +59,13 @@ ${identifiers.isRepresentative
|
|
|
59
59
|
? `Puisque $f$ appartient bien à l'intervalle de fluctuation, on peut affirmer que l'échantillon est représentatif au seuil de $95\\%$.`
|
|
60
60
|
: `Puisque $f$ n'appartient pas à l'intervalle de fluctuation, on peut affirmer que l'échantillon n'est pas représentatif au seuil de $95\\%$.`}`;
|
|
61
61
|
};
|
|
62
|
-
const getKeys = (
|
|
62
|
+
const getKeys = () => {
|
|
63
63
|
return [];
|
|
64
64
|
};
|
|
65
|
-
const isAnswerValid = (
|
|
65
|
+
const isAnswerValid = () => {
|
|
66
66
|
throw Error("VEA not implemented");
|
|
67
67
|
};
|
|
68
|
-
const getIsSamplingRepresentativeQuestion = (
|
|
68
|
+
const getIsSamplingRepresentativeQuestion = () => {
|
|
69
69
|
const p = randfloat(0.2, 0.8, 2);
|
|
70
70
|
const n = 50 * randint(1, 20);
|
|
71
71
|
const isRepresentative = coinFlip();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"samplingFrequency.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/sampling/samplingFrequency.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"samplingFrequency.d.ts","sourceRoot":"","sources":["../../../../src/exercises/math/sampling/samplingFrequency.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;AASrC,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;AAqGF,eAAO,MAAM,iBAAiB,EAAE,QAAQ,CAAC,WAAW,CAoBnD,CAAC"}
|
|
@@ -24,11 +24,10 @@ const getInstruction = (identifiers) => {
|
|
|
24
24
|
const length = identifiers.samples.length;
|
|
25
25
|
return `Ce graphique donne les fréquences de $${length}$ échantillons d'une expérience aléatoire. Estimer la probabilité de l'évènement $A$.`;
|
|
26
26
|
};
|
|
27
|
-
const getHint = (
|
|
27
|
+
const getHint = () => {
|
|
28
28
|
return `Tu peux estimer la probabilité de $A$ en déterminant graphiquement la moyenne des fréquences des échantillons.`;
|
|
29
29
|
};
|
|
30
30
|
const getCorrection = (identifiers) => {
|
|
31
|
-
const { samples } = identifiers;
|
|
32
31
|
const avg = getAnswer(identifiers);
|
|
33
32
|
return `On lit graphiquement que la moyenne des fréquences est environ $${avg}$. Puisque le nombre d'échantillons est suffisant, on peut donc estimer que la probabilité de l'évènement $A$ vaut environ $${avg}$.`;
|
|
34
33
|
};
|
|
@@ -52,7 +51,7 @@ const getGGBOptions = (identifiers) => {
|
|
|
52
51
|
coords: [-1, identifiers.samples.length + 1, -0.1, yMax + 0.3],
|
|
53
52
|
});
|
|
54
53
|
};
|
|
55
|
-
const getKeys = (
|
|
54
|
+
const getKeys = () => {
|
|
56
55
|
return [];
|
|
57
56
|
};
|
|
58
57
|
const isAnswerValid = (ans, { answer }) => {
|
|
@@ -61,9 +60,9 @@ const isAnswerValid = (ans, { answer }) => {
|
|
|
61
60
|
const ansEv = parseAlgebraic(answer).evaluate();
|
|
62
61
|
return Math.abs(ev - ansEv) < 5 / 100;
|
|
63
62
|
};
|
|
64
|
-
const getSamplingFrequencyQuestion = (
|
|
63
|
+
const getSamplingFrequencyQuestion = () => {
|
|
65
64
|
const freq = randint(2, 10) * 10; // multiple de 10 pour simplifier l'estimation pour l'utilisateur
|
|
66
|
-
|
|
65
|
+
const samples = [];
|
|
67
66
|
const length = randint(9, 14);
|
|
68
67
|
for (let i = 0; i < length; i++) {
|
|
69
68
|
samples.push(round((freq + randint(-10, 10)) / 100, 2));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arithmeticFindExplicitFormula.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormula.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAgBT,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"arithmeticFindExplicitFormula.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormula.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAgBT,MAAM,6BAA6B,CAAC;AAQrC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAyIF,eAAO,MAAM,6BAA6B,EAAE,QAAQ,CAAC,WAAW,CAe/D,CAAC"}
|
|
@@ -11,7 +11,7 @@ const getInstruction = (identifiers, opts) => {
|
|
|
11
11
|
|
|
12
12
|
Donner l'expression de $u_n$ en fonction de $n$.`;
|
|
13
13
|
};
|
|
14
|
-
const getHint = (
|
|
14
|
+
const getHint = (_identifiers, opts) => {
|
|
15
15
|
const firstRank = opts?.firstTermRankOne ? 1 : 0;
|
|
16
16
|
return `Utilise la formule générale d'une suite arithmétique :
|
|
17
17
|
|
|
@@ -77,7 +77,7 @@ const getPropositions = (n, { answer, firstValue, reason }) => {
|
|
|
77
77
|
}
|
|
78
78
|
return shuffle(propositions);
|
|
79
79
|
};
|
|
80
|
-
const isAnswerValid = (ans, { answer
|
|
80
|
+
const isAnswerValid = (ans, { answer }) => {
|
|
81
81
|
try {
|
|
82
82
|
const formated = ans.replaceAll("u_n", "").replaceAll("=", "");
|
|
83
83
|
const parsed = parseAlgebraic(formated);
|
package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplictFormulaFirstTermRandom.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arithmeticFindExplictFormulaFirstTermRandom.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/sequences/arithmetic/arithmeticFindExplictFormulaFirstTermRandom.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAaT,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"arithmeticFindExplictFormulaFirstTermRandom.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/sequences/arithmetic/arithmeticFindExplictFormulaFirstTermRandom.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAaT,MAAM,6BAA6B,CAAC;AAYrC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAyHF,eAAO,MAAM,4CAA4C,EAAE,QAAQ,CAAC,WAAW,CAoB5E,CAAC"}
|