math-exercises 1.3.71 → 1.4.0
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/README.md +1 -1
- package/lib/exercises/calcul/addAndSub.d.ts +2 -2
- package/lib/exercises/calcul/addAndSub.d.ts.map +1 -1
- package/lib/exercises/calcul/addAndSubWithoutRelatives.d.ts +2 -2
- package/lib/exercises/calcul/addAndSubWithoutRelatives.d.ts.map +1 -1
- package/lib/exercises/calcul/arithmetics/euclideanDivision.d.ts +2 -2
- package/lib/exercises/calcul/arithmetics/euclideanDivision.d.ts.map +1 -1
- package/lib/exercises/calcul/arithmetics/primeNumbers.d.ts +2 -2
- package/lib/exercises/calcul/arithmetics/primeNumbers.d.ts.map +1 -1
- package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.d.ts +2 -2
- package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.d.ts.map +1 -1
- package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.d.ts +2 -2
- package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.d.ts.map +1 -1
- package/lib/exercises/calcul/fractions/fractionAndIntegerSum.d.ts +2 -2
- package/lib/exercises/calcul/fractions/fractionAndIntegerSum.d.ts.map +1 -1
- package/lib/exercises/calcul/fractions/fractionAndIntegerSum.js +9 -7
- package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.d.ts +2 -2
- package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.d.ts.map +1 -1
- package/lib/exercises/calcul/fractions/fractionsDivision.d.ts +2 -2
- package/lib/exercises/calcul/fractions/fractionsDivision.d.ts.map +1 -1
- package/lib/exercises/calcul/fractions/fractionsProduct.d.ts +2 -2
- package/lib/exercises/calcul/fractions/fractionsProduct.d.ts.map +1 -1
- package/lib/exercises/calcul/fractions/fractionsSum.d.ts +2 -2
- package/lib/exercises/calcul/fractions/fractionsSum.d.ts.map +1 -1
- package/lib/exercises/calcul/fractions/simplifyFraction.d.ts +2 -2
- package/lib/exercises/calcul/fractions/simplifyFraction.d.ts.map +1 -1
- package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.d.ts +2 -2
- package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.d.ts.map +1 -1
- package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.d.ts +2 -2
- package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.d.ts.map +1 -1
- package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.d.ts +2 -2
- package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.d.ts.map +1 -1
- package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.d.ts +2 -2
- package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.d.ts.map +1 -1
- package/lib/exercises/calcul/operations/operationsPriorities.d.ts +2 -2
- package/lib/exercises/calcul/operations/operationsPriorities.d.ts.map +1 -1
- package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.d.ts +2 -2
- package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.d.ts.map +1 -1
- package/lib/exercises/calcul/proportionality/proportionalityTable.d.ts +2 -2
- package/lib/exercises/calcul/proportionality/proportionalityTable.d.ts.map +1 -1
- package/lib/exercises/calcul/rounding/rounding.d.ts +6 -6
- package/lib/exercises/calcul/rounding/rounding.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/distributivity/allIdentities.d.ts +2 -2
- package/lib/exercises/calculLitteral/distributivity/allIdentities.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.d.ts +2 -2
- package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.js +1 -1
- package/lib/exercises/calculLitteral/distributivity/firstIdentity.d.ts +2 -2
- package/lib/exercises/calculLitteral/distributivity/firstIdentity.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/distributivity/secondIdentity.d.ts +2 -2
- package/lib/exercises/calculLitteral/distributivity/secondIdentity.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.d.ts +2 -2
- package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/distributivity/thirdIdentity.d.ts +2 -2
- package/lib/exercises/calculLitteral/distributivity/thirdIdentity.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/equationSimpleSquare.d.ts +2 -2
- package/lib/exercises/calculLitteral/equation/equationSimpleSquare.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/equationType1Exercise.d.ts +2 -2
- package/lib/exercises/calculLitteral/equation/equationType1Exercise.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/equationType2Exercise.d.ts +2 -2
- package/lib/exercises/calculLitteral/equation/equationType2Exercise.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/equationType3Exercise.d.ts +2 -2
- package/lib/exercises/calculLitteral/equation/equationType3Exercise.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/equationType4Exercise.d.ts +2 -2
- package/lib/exercises/calculLitteral/equation/equationType4Exercise.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/expEquation.d.ts +2 -2
- package/lib/exercises/calculLitteral/equation/expEquation.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/firstDegreeEquation.d.ts +2 -2
- package/lib/exercises/calculLitteral/equation/firstDegreeEquation.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/fractionEquation.d.ts +2 -2
- package/lib/exercises/calculLitteral/equation/fractionEquation.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/logEquation.d.ts +2 -2
- package/lib/exercises/calculLitteral/equation/logEquation.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/multiplicationEquation.d.ts +2 -2
- package/lib/exercises/calculLitteral/equation/multiplicationEquation.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.d.ts +2 -2
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.d.ts +2 -2
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.d.ts +2 -2
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.d.ts +2 -2
- package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType0.d.ts +2 -2
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType0.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType1.d.ts +2 -2
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType1.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType2.d.ts +2 -2
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType2.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType3.d.ts +2 -2
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType3.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/simplifying/evaluateExpression.d.ts +2 -2
- package/lib/exercises/calculLitteral/simplifying/evaluateExpression.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/simplifying/expSimplifiying.d.ts +2 -2
- package/lib/exercises/calculLitteral/simplifying/expSimplifiying.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/simplifying/logSimplifiying.d.ts +2 -2
- package/lib/exercises/calculLitteral/simplifying/logSimplifiying.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/simplifying/reduceExpression.d.ts +2 -2
- package/lib/exercises/calculLitteral/simplifying/reduceExpression.d.ts.map +1 -1
- package/lib/exercises/complex/addComplex.d.ts +2 -2
- package/lib/exercises/complex/addComplex.d.ts.map +1 -1
- package/lib/exercises/complex/conjugateComplex.ts.d.ts +2 -2
- package/lib/exercises/complex/conjugateComplex.ts.d.ts.map +1 -1
- package/lib/exercises/complex/conjugateDivideComplex.d.ts +2 -2
- package/lib/exercises/complex/conjugateDivideComplex.d.ts.map +1 -1
- package/lib/exercises/complex/conjugateDivideComplex.js +1 -1
- package/lib/exercises/complex/conjugateMultiplyComplex.d.ts +2 -2
- package/lib/exercises/complex/conjugateMultiplyComplex.d.ts.map +1 -1
- package/lib/exercises/complex/divideComplex.d.ts +2 -2
- package/lib/exercises/complex/divideComplex.d.ts.map +1 -1
- package/lib/exercises/complex/inverseComplex.d.ts +2 -2
- package/lib/exercises/complex/inverseComplex.d.ts.map +1 -1
- package/lib/exercises/complex/linearCombinaisonComplex.d.ts +2 -2
- package/lib/exercises/complex/linearCombinaisonComplex.d.ts.map +1 -1
- package/lib/exercises/complex/mutiplyComplex.d.ts +2 -2
- package/lib/exercises/complex/mutiplyComplex.d.ts.map +1 -1
- package/lib/exercises/complex/reAndIm.d.ts +2 -2
- package/lib/exercises/complex/reAndIm.d.ts.map +1 -1
- package/lib/exercises/conversion/aeraConversion.d.ts +2 -2
- package/lib/exercises/conversion/aeraConversion.d.ts.map +1 -1
- package/lib/exercises/conversion/capacityConversion.d.ts +2 -2
- package/lib/exercises/conversion/capacityConversion.d.ts.map +1 -1
- package/lib/exercises/conversion/lengthConversion.d.ts +2 -2
- package/lib/exercises/conversion/lengthConversion.d.ts.map +1 -1
- package/lib/exercises/conversion/massConversion.d.ts +2 -2
- package/lib/exercises/conversion/massConversion.d.ts.map +1 -1
- package/lib/exercises/conversion/volumeCapacityConversion.d.ts +2 -2
- package/lib/exercises/conversion/volumeCapacityConversion.d.ts.map +1 -1
- package/lib/exercises/conversion/volumeConversion.d.ts +2 -2
- package/lib/exercises/conversion/volumeConversion.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/constanteDerivative.d.ts +2 -2
- package/lib/exercises/derivation/derivative/constanteDerivative.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/expDerivativeOne.d.ts +2 -2
- package/lib/exercises/derivation/derivative/expDerivativeOne.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/expDerivativeThree.d.ts +2 -2
- package/lib/exercises/derivation/derivative/expDerivativeThree.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/expDerivativeTwo.d.ts +2 -2
- package/lib/exercises/derivation/derivative/expDerivativeTwo.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/firstDegreeDerivative.d.ts +2 -2
- package/lib/exercises/derivation/derivative/firstDegreeDerivative.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/inverseFunctionDerivative.d.ts +2 -2
- package/lib/exercises/derivation/derivative/inverseFunctionDerivative.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/lnDerivativeOne.d.ts +2 -2
- package/lib/exercises/derivation/derivative/lnDerivativeOne.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/lnDerivativeThree.d.ts +2 -2
- package/lib/exercises/derivation/derivative/lnDerivativeThree.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/lnDerivativeTwo.d.ts +2 -2
- package/lib/exercises/derivation/derivative/lnDerivativeTwo.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/powerFunctionDerivative.d.ts +2 -2
- package/lib/exercises/derivation/derivative/powerFunctionDerivative.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/rootFunctionDerivative.d.ts +2 -2
- package/lib/exercises/derivation/derivative/rootFunctionDerivative.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/secondDegreeDerivative.d.ts +2 -2
- package/lib/exercises/derivation/derivative/secondDegreeDerivative.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/secondDegreeDerivative.js +5 -3
- package/lib/exercises/derivation/derivative/thirdDegreeDerivative.d.ts +2 -2
- package/lib/exercises/derivation/derivative/thirdDegreeDerivative.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/thirdDegreeFunctionVariation.d.ts +2 -2
- package/lib/exercises/derivation/derivative/thirdDegreeFunctionVariation.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/usualderivative.d.ts +2 -2
- package/lib/exercises/derivation/derivative/usualderivative.d.ts.map +1 -1
- package/lib/exercises/derivation/derivativeNumberReading.d.ts +2 -2
- package/lib/exercises/derivation/derivativeNumberReading.d.ts.map +1 -1
- package/lib/exercises/equaDiff/equaDiffGeneralForme.d.ts +2 -2
- package/lib/exercises/equaDiff/equaDiffGeneralForme.d.ts.map +1 -1
- package/lib/exercises/equaDiff/equaDiffGeneralFormeWithIC.d.ts +2 -2
- package/lib/exercises/equaDiff/equaDiffGeneralFormeWithIC.d.ts.map +1 -1
- package/lib/exercises/exercise.d.ts +2 -2
- package/lib/exercises/exercise.d.ts.map +1 -1
- package/lib/exercises/exercises.d.ts +1 -1
- package/lib/exercises/exercises.d.ts.map +1 -1
- package/lib/exercises/functions/affines/leadingCoefficient.d.ts +2 -2
- package/lib/exercises/functions/affines/leadingCoefficient.d.ts.map +1 -1
- package/lib/exercises/functions/affines/leadingCoefficientCalculV1.d.ts +2 -2
- package/lib/exercises/functions/affines/leadingCoefficientCalculV1.d.ts.map +1 -1
- package/lib/exercises/functions/affines/leadingCoefficientCalculV2.d.ts +2 -2
- package/lib/exercises/functions/affines/leadingCoefficientCalculV2.d.ts.map +1 -1
- package/lib/exercises/functions/affines/signFunction.d.ts +2 -2
- package/lib/exercises/functions/affines/signFunction.d.ts.map +1 -1
- package/lib/exercises/functions/basics/imageFunction.d.ts +2 -2
- package/lib/exercises/functions/basics/imageFunction.d.ts.map +1 -1
- package/lib/exercises/functions/basics/imageFunctionGeogebra.d.ts +2 -2
- package/lib/exercises/functions/basics/imageFunctionGeogebra.d.ts.map +1 -1
- package/lib/exercises/functions/basics/inverseImageFunction.d.ts +2 -2
- package/lib/exercises/functions/basics/inverseImageFunction.d.ts.map +1 -1
- package/lib/exercises/functions/basics/inverseImageFunctionGeogebra.d.ts +2 -2
- package/lib/exercises/functions/basics/inverseImageFunctionGeogebra.d.ts.map +1 -1
- package/lib/exercises/functions/cube/cubicEquation.d.ts +2 -2
- package/lib/exercises/functions/cube/cubicEquation.d.ts.map +1 -1
- package/lib/exercises/functions/trinoms/alphaBetaFromDevForm.d.ts +2 -2
- package/lib/exercises/functions/trinoms/alphaBetaFromDevForm.d.ts.map +1 -1
- package/lib/exercises/functions/trinoms/alphaBetaInCanonicalForm.d.ts +2 -2
- package/lib/exercises/functions/trinoms/alphaBetaInCanonicalForm.d.ts.map +1 -1
- package/lib/exercises/functions/trinoms/canonicalFromDevForm.d.ts +2 -2
- package/lib/exercises/functions/trinoms/canonicalFromDevForm.d.ts.map +1 -1
- package/lib/exercises/functions/trinoms/deltaTrinom.d.ts +2 -2
- package/lib/exercises/functions/trinoms/deltaTrinom.d.ts.map +1 -1
- package/lib/exercises/functions/trinoms/extremumFromCanonicalForm.d.ts +2 -2
- package/lib/exercises/functions/trinoms/extremumFromCanonicalForm.d.ts.map +1 -1
- package/lib/exercises/functions/trinoms/extremumTypeFromAlgebricForm.d.ts +2 -2
- package/lib/exercises/functions/trinoms/extremumTypeFromAlgebricForm.d.ts.map +1 -1
- package/lib/exercises/functions/trinoms/rootsFromDevForm.d.ts +2 -2
- package/lib/exercises/functions/trinoms/rootsFromDevForm.d.ts.map +1 -1
- package/lib/exercises/functions/trinoms/rootsFromFactorizedForm.d.ts +2 -2
- package/lib/exercises/functions/trinoms/rootsFromFactorizedForm.d.ts.map +1 -1
- package/lib/exercises/functions/trinoms/variationsFromAlgebricForm.d.ts +2 -2
- package/lib/exercises/functions/trinoms/variationsFromAlgebricForm.d.ts.map +1 -1
- package/lib/exercises/geometry/cartesian/distanceBetweenTwoPoints.d.ts +2 -2
- package/lib/exercises/geometry/cartesian/distanceBetweenTwoPoints.d.ts.map +1 -1
- package/lib/exercises/geometry/cartesian/midpoint.d.ts +2 -2
- package/lib/exercises/geometry/cartesian/midpoint.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/circleArea.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/circleArea.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/circleCircumference.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/circleCircumference.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/pythagore.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/pythagore.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/pythagoreCalcul.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/pythagoreCalcul.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/rectangleArea.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/rectangleArea.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/rectanglePerimeter.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/rectanglePerimeter.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/rightTriangleArea.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/rightTriangleArea.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/squareArea.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/squareArea.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/squarePerimeter.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/squarePerimeter.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/thales.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/thales.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/thalesCalcul.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/thalesCalcul.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/triangleArea.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/triangleArea.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/triangleAreaV2.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/triangleAreaV2.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/trianglePerimeter.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/trianglePerimeter.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/trigonometry.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/trigonometry.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/trigonometryAngleCalcul.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/trigonometryAngleCalcul.d.ts.map +1 -1
- package/lib/exercises/geometry/euclidean/trigonometrySideCalcul.d.ts +2 -2
- package/lib/exercises/geometry/euclidean/trigonometrySideCalcul.d.ts.map +1 -1
- package/lib/exercises/geometry/vectors/chasles.d.ts +2 -2
- package/lib/exercises/geometry/vectors/chasles.d.ts.map +1 -1
- package/lib/exercises/geometry/vectors/determinant.d.ts +2 -2
- package/lib/exercises/geometry/vectors/determinant.d.ts.map +1 -1
- package/lib/exercises/geometry/vectors/scalarProductViaCoords.d.ts +2 -2
- package/lib/exercises/geometry/vectors/scalarProductViaCoords.d.ts.map +1 -1
- package/lib/exercises/geometry/vectors/scalarProductViaNorms.js +2 -2
- package/lib/exercises/limits/polynomeLimit.d.ts +2 -2
- package/lib/exercises/limits/polynomeLimit.d.ts.map +1 -1
- package/lib/exercises/limits/sequenceGeometricLimit.d.ts +2 -2
- package/lib/exercises/limits/sequenceGeometricLimit.d.ts.map +1 -1
- package/lib/exercises/limits/sequenceGeometricLimit.js +1 -1
- package/lib/exercises/limits/sequencePolynomLimit.d.ts +2 -2
- package/lib/exercises/limits/sequencePolynomLimit.d.ts.map +1 -1
- package/lib/exercises/limits/sequencePolynomLimit.js +1 -1
- package/lib/exercises/limits/sequencePolynomNoFILimit.d.ts +2 -2
- package/lib/exercises/limits/sequencePolynomNoFILimit.d.ts.map +1 -1
- package/lib/exercises/limits/sequencePolynomNoFILimit.js +1 -1
- package/lib/exercises/limits/sequencePolynomProductLimit.d.ts +2 -2
- package/lib/exercises/limits/sequencePolynomProductLimit.d.ts.map +1 -1
- package/lib/exercises/limits/sequencePolynomProductLimit.js +1 -1
- package/lib/exercises/limits/sequenceRationalFracLimit.d.ts +2 -2
- package/lib/exercises/limits/sequenceRationalFracLimit.d.ts.map +1 -1
- package/lib/exercises/limits/sequenceRationalFracLimit.js +1 -1
- package/lib/exercises/limits/sequenceSimpleElementsSumLimit.d.ts +2 -2
- package/lib/exercises/limits/sequenceSimpleElementsSumLimit.d.ts.map +1 -1
- package/lib/exercises/percent/applyPercent.d.ts +2 -2
- package/lib/exercises/percent/applyPercent.d.ts.map +1 -1
- package/lib/exercises/percent/averageEvolutionRate.d.ts +2 -2
- package/lib/exercises/percent/averageEvolutionRate.d.ts.map +1 -1
- package/lib/exercises/percent/globalPercent.d.ts +2 -2
- package/lib/exercises/percent/globalPercent.d.ts.map +1 -1
- package/lib/exercises/percent/reciprocalPercentage.d.ts +2 -2
- package/lib/exercises/percent/reciprocalPercentage.d.ts.map +1 -1
- package/lib/exercises/powers/powersDivision.d.ts +3 -3
- package/lib/exercises/powers/powersDivision.d.ts.map +1 -1
- package/lib/exercises/powers/powersOfTenToDecimal.d.ts +2 -2
- package/lib/exercises/powers/powersOfTenToDecimal.d.ts.map +1 -1
- package/lib/exercises/powers/powersPower.d.ts +3 -3
- package/lib/exercises/powers/powersPower.d.ts.map +1 -1
- package/lib/exercises/powers/powersPower.js +11 -2
- package/lib/exercises/powers/powersProduct.d.ts +3 -3
- package/lib/exercises/powers/powersProduct.d.ts.map +1 -1
- package/lib/exercises/powers/scientificToDecimal.d.ts +2 -2
- package/lib/exercises/powers/scientificToDecimal.d.ts.map +1 -1
- package/lib/exercises/powers/scientificToDecimal.js +2 -1
- package/lib/exercises/primitve/constantPrimitive.d.ts +2 -2
- package/lib/exercises/primitve/constantPrimitive.d.ts.map +1 -1
- package/lib/exercises/primitve/exponentialPrimitive.d.ts +2 -2
- package/lib/exercises/primitve/exponentialPrimitive.d.ts.map +1 -1
- package/lib/exercises/primitve/exponentialPrimitive.js +28 -26
- package/lib/exercises/primitve/logarithmePrimitive.d.ts +2 -2
- package/lib/exercises/primitve/logarithmePrimitive.d.ts.map +1 -1
- package/lib/exercises/primitve/polynomialPrimitive.d.ts +2 -2
- package/lib/exercises/primitve/polynomialPrimitive.d.ts.map +1 -1
- package/lib/exercises/primitve/sinCosPrimitive.d.ts +2 -2
- package/lib/exercises/primitve/sinCosPrimitive.d.ts.map +1 -1
- package/lib/exercises/primitve/usualPrimitives.d.ts +2 -2
- package/lib/exercises/primitve/usualPrimitives.d.ts.map +1 -1
- package/lib/exercises/probaStat/averageWithTable.d.ts +2 -2
- package/lib/exercises/probaStat/averageWithTable.d.ts.map +1 -1
- package/lib/exercises/probaStat/conditionalProbability.d.ts +2 -2
- package/lib/exercises/probaStat/conditionalProbability.d.ts.map +1 -1
- package/lib/exercises/probaStat/marginalAndConditionalFrequency.d.ts +2 -2
- package/lib/exercises/probaStat/marginalAndConditionalFrequency.d.ts.map +1 -1
- package/lib/exercises/probaStat/median.d.ts +2 -2
- package/lib/exercises/probaStat/median.d.ts.map +1 -1
- package/lib/exercises/probaStat/medianList.d.ts +2 -2
- package/lib/exercises/probaStat/medianList.d.ts.map +1 -1
- package/lib/exercises/probaStat/probabilityTree.d.ts +2 -2
- package/lib/exercises/probaStat/probabilityTree.d.ts.map +1 -1
- package/lib/exercises/probaStat/quartiles.d.ts +2 -2
- package/lib/exercises/probaStat/quartiles.d.ts.map +1 -1
- package/lib/exercises/probaStat/quartilesList.d.ts +2 -2
- package/lib/exercises/probaStat/quartilesList.d.ts.map +1 -1
- package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.d.ts +2 -2
- package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts +2 -2
- package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts.map +1 -1
- package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.js +1 -1
- package/lib/exercises/sequences/arithmetic/arithmeticFindReason.d.ts +2 -2
- package/lib/exercises/sequences/arithmetic/arithmeticFindReason.d.ts.map +1 -1
- package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.d.ts +2 -2
- package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.d.ts.map +1 -1
- package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts +2 -2
- package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.d.ts +2 -2
- package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.d.ts.map +1 -1
- package/lib/exercises/sequences/arithmetic/firstIntegersSum.d.ts +2 -2
- package/lib/exercises/sequences/arithmetic/firstIntegersSum.d.ts.map +1 -1
- package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.d.ts +2 -2
- package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.d.ts +2 -2
- package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.d.ts.map +1 -1
- package/lib/exercises/sequences/geometric/geometricFindReason.d.ts +2 -2
- package/lib/exercises/sequences/geometric/geometricFindReason.d.ts.map +1 -1
- package/lib/exercises/sequences/geometric/geometricFirstTermsSum.d.ts +2 -2
- package/lib/exercises/sequences/geometric/geometricFirstTermsSum.d.ts.map +1 -1
- package/lib/exercises/sequences/geometric/geometricReasonUsage.d.ts +2 -2
- package/lib/exercises/sequences/geometric/geometricReasonUsage.d.ts.map +1 -1
- package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts +2 -2
- package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/sets/intervals/inequalityToInterval.d.ts +2 -2
- package/lib/exercises/sets/intervals/inequalityToInterval.d.ts.map +1 -1
- package/lib/exercises/sets/intervals/intervalBelonging.d.ts +2 -2
- package/lib/exercises/sets/intervals/intervalBelonging.d.ts.map +1 -1
- package/lib/exercises/sets/intervals/intervalsIntersection.d.ts +2 -2
- package/lib/exercises/sets/intervals/intervalsIntersection.d.ts.map +1 -1
- package/lib/exercises/sets/intervals/intervalsUnion.d.ts +2 -2
- package/lib/exercises/sets/intervals/intervalsUnion.d.ts.map +1 -1
- package/lib/exercises/sets/setBelonging.d.ts +2 -2
- package/lib/exercises/sets/setBelonging.d.ts.map +1 -1
- package/lib/exercises/squareRoots/simpifySquareRoot.d.ts +2 -2
- package/lib/exercises/squareRoots/simpifySquareRoot.d.ts.map +1 -1
- package/lib/exercises/squareRoots/squareRootEquation.d.ts +2 -2
- package/lib/exercises/squareRoots/squareRootEquation.d.ts.map +1 -1
- package/lib/exercises/trigonometry/mainRemarkableValues.d.ts +2 -2
- package/lib/exercises/trigonometry/mainRemarkableValues.d.ts.map +1 -1
- package/lib/exercises/trigonometry/remarkableValues.d.ts +2 -2
- package/lib/exercises/trigonometry/remarkableValues.d.ts.map +1 -1
- package/lib/exercises/utils/sum.test.d.ts +2 -0
- package/lib/exercises/utils/sum.test.d.ts.map +1 -0
- package/lib/exercises/utils/sum.test.js +24 -0
- package/lib/index.d.ts +3 -3
- package/lib/index.d.ts.map +1 -1
- 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 +2 -2
- package/lib/types/keyIds.d.ts +28 -0
- package/lib/types/keyIds.d.ts.map +1 -0
- package/lib/types/keyIds.js +2 -0
- package/package.json +5 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const thales:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const thales: MathExercise;
|
|
3
3
|
export declare function getThales(): Question;
|
|
4
4
|
//# sourceMappingURL=thales.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thales.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/thales.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"thales.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/thales.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAO/E,eAAO,MAAM,MAAM,EAAE,YAWpB,CAAC;AAEF,wBAAgB,SAAS,IAAI,QAAQ,CA8GpC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const thalesCalcul:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const thalesCalcul: MathExercise;
|
|
3
3
|
export declare function getThales(): Question;
|
|
4
4
|
//# sourceMappingURL=thalesCalcul.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thalesCalcul.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/thalesCalcul.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"thalesCalcul.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/thalesCalcul.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAW/E,eAAO,MAAM,YAAY,EAAE,YAW1B,CAAC;AAEF,wBAAgB,SAAS,IAAI,QAAQ,CAmJpC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const triangleArea:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const triangleArea: MathExercise;
|
|
3
3
|
export declare function getTriangleArea(): Question;
|
|
4
4
|
//# sourceMappingURL=triangleArea.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"triangleArea.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/triangleArea.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"triangleArea.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/triangleArea.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ/E,eAAO,MAAM,YAAY,EAAE,YAW1B,CAAC;AAEF,wBAAgB,eAAe,IAAI,QAAQ,CA6E1C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const triangleAreaV2:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const triangleAreaV2: MathExercise;
|
|
3
3
|
export declare function getTriangleAreaV2(): Question;
|
|
4
4
|
//# sourceMappingURL=triangleAreaV2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"triangleAreaV2.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/triangleAreaV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"triangleAreaV2.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/triangleAreaV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,cAAc,EAAE,YAW5B,CAAC;AAEF,wBAAgB,iBAAiB,IAAI,QAAQ,CAqE5C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const trianglePerimeter:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const trianglePerimeter: MathExercise;
|
|
3
3
|
export declare function getTrianglePerimeter(): Question;
|
|
4
4
|
//# sourceMappingURL=trianglePerimeter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trianglePerimeter.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/trianglePerimeter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"trianglePerimeter.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/trianglePerimeter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,iBAAiB,EAAE,YAW/B,CAAC;AAEF,wBAAgB,oBAAoB,IAAI,QAAQ,CA2C/C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const trigonometry:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const trigonometry: MathExercise;
|
|
3
3
|
export declare function getTrigonometry(): Question;
|
|
4
4
|
//# sourceMappingURL=trigonometry.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trigonometry.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/trigonometry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"trigonometry.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/trigonometry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ/E,eAAO,MAAM,YAAY,EAAE,YAW1B,CAAC;AAEF,wBAAgB,eAAe,IAAI,QAAQ,CA0F1C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const trigonometryAngleCalcul:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const trigonometryAngleCalcul: MathExercise;
|
|
3
3
|
export declare function getTrigonometryAngleCalcul(): Question;
|
|
4
4
|
//# sourceMappingURL=trigonometryAngleCalcul.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trigonometryAngleCalcul.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/trigonometryAngleCalcul.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"trigonometryAngleCalcul.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/trigonometryAngleCalcul.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAS/E,eAAO,MAAM,uBAAuB,EAAE,YAWrC,CAAC;AAEF,wBAAgB,0BAA0B,IAAI,QAAQ,CAqErD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const trigonometrySideCalcul:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const trigonometrySideCalcul: MathExercise;
|
|
3
3
|
export declare function getTrigonometrySideCalcul(): Question;
|
|
4
4
|
//# sourceMappingURL=trigonometrySideCalcul.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trigonometrySideCalcul.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/trigonometrySideCalcul.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"trigonometrySideCalcul.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/euclidean/trigonometrySideCalcul.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAS/E,eAAO,MAAM,sBAAsB,EAAE,YAWpC,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CAgFpD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const chasles:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const chasles: MathExercise;
|
|
3
3
|
export declare function getChaslesQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=chasles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chasles.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/vectors/chasles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"chasles.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/vectors/chasles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ/E,eAAO,MAAM,OAAO,EAAE,YAWrB,CAAC;AAIF,wBAAgB,kBAAkB,IAAI,QAAQ,CA0D7C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const determinant:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const determinant: MathExercise;
|
|
3
3
|
export declare function getDeterminantQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=determinant.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"determinant.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/vectors/determinant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"determinant.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/vectors/determinant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAO/E,eAAO,MAAM,WAAW,EAAE,YAWzB,CAAC;AAEF,wBAAgB,sBAAsB,IAAI,QAAQ,CAuDjD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const scalarProductViaCoords:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const scalarProductViaCoords: MathExercise;
|
|
3
3
|
export declare function getScalarProductViaCoordsQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=scalarProductViaCoords.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scalarProductViaCoords.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/vectors/scalarProductViaCoords.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"scalarProductViaCoords.d.ts","sourceRoot":"","sources":["../../../../src/exercises/geometry/vectors/scalarProductViaCoords.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAe,MAAM,0BAA0B,CAAC;AAS/E,eAAO,MAAM,sBAAsB,EAAE,YAYpC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CA8C5D"}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
// import { distinctRandTupleInt } from "../../../mathutils/random/randTupleInt";
|
|
4
4
|
// import { NumberNode } from "../../../tree/nodes/numbers/numberNode";
|
|
5
5
|
// import { latexParser } from "../../../tree/parsers/latexParser";
|
|
6
|
-
// import {
|
|
6
|
+
// import { MathExercise, Question } from "../../exercise";
|
|
7
7
|
// import { getDistinctQuestions } from "../../utils/getDistinctQuestions";
|
|
8
|
-
// export const scalarProductViaNorms :
|
|
8
|
+
// export const scalarProductViaNorms : MathExercise = {
|
|
9
9
|
// id: 'scalarProductViaNorms',
|
|
10
10
|
// connector: "=",
|
|
11
11
|
// instruction: "",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const polynomeLimit:
|
|
1
|
+
import { MathExercise, Question } from '../exercise';
|
|
2
|
+
export declare const polynomeLimit: MathExercise;
|
|
3
3
|
export declare function getApplyPercentQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=polynomeLimit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"polynomeLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/polynomeLimit.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"polynomeLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/polynomeLimit.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,aAAa,EAAE,YAY3B,CAAC;AAEF,wBAAgB,uBAAuB,IAAI,QAAQ,CAgIlD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const sequenceGeometricLimit:
|
|
1
|
+
import { MathExercise, Question } from '../../exercises/exercise';
|
|
2
|
+
export declare const sequenceGeometricLimit: MathExercise;
|
|
3
3
|
export declare function getSequenceGeometricLimitQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=sequenceGeometricLimit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sequenceGeometricLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequenceGeometricLimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"sequenceGeometricLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequenceGeometricLimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAUlG,eAAO,MAAM,sBAAsB,EAAE,YAWpC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAgC5D"}
|
|
@@ -13,7 +13,7 @@ exports.sequenceGeometricLimit = {
|
|
|
13
13
|
label: "Limite d'une suite géométrique",
|
|
14
14
|
levels: ['TermSpé', 'MathComp'],
|
|
15
15
|
isSingleStep: true,
|
|
16
|
-
sections: ['Limites'],
|
|
16
|
+
sections: ['Limites', 'Suites'],
|
|
17
17
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getSequenceGeometricLimitQuestion, nb),
|
|
18
18
|
qcmTimer: 60,
|
|
19
19
|
freeTimer: 60,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const sequencePolynomLimit:
|
|
1
|
+
import { MathExercise, Question } from '../../exercises/exercise';
|
|
2
|
+
export declare const sequencePolynomLimit: MathExercise;
|
|
3
3
|
export declare function getSequencePolynomLimitQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=sequencePolynomLimit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sequencePolynomLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequencePolynomLimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"sequencePolynomLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequencePolynomLimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAQlG,eAAO,MAAM,oBAAoB,EAAE,YAWlC,CAAC;AAEF,wBAAgB,+BAA+B,IAAI,QAAQ,CAkD1D"}
|
|
@@ -14,7 +14,7 @@ exports.sequencePolynomLimit = {
|
|
|
14
14
|
label: "Limite d'une suite polynomiale",
|
|
15
15
|
levels: ['TermSpé', 'MathComp'],
|
|
16
16
|
isSingleStep: true,
|
|
17
|
-
sections: ['Limites'],
|
|
17
|
+
sections: ['Limites', 'Suites'],
|
|
18
18
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getSequencePolynomLimitQuestion, nb),
|
|
19
19
|
qcmTimer: 60,
|
|
20
20
|
freeTimer: 60,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const sequencePolynomNoFILimit:
|
|
1
|
+
import { MathExercise, Question } from '../../exercises/exercise';
|
|
2
|
+
export declare const sequencePolynomNoFILimit: MathExercise;
|
|
3
3
|
export declare function getSequencePolynomNoFILimitQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=sequencePolynomNoFILimit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sequencePolynomNoFILimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequencePolynomNoFILimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"sequencePolynomNoFILimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequencePolynomNoFILimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAQlG,eAAO,MAAM,wBAAwB,EAAE,YAWtC,CAAC;AAEF,wBAAgB,mCAAmC,IAAI,QAAQ,CAmD9D"}
|
|
@@ -14,7 +14,7 @@ exports.sequencePolynomNoFILimit = {
|
|
|
14
14
|
label: "Limite d'une suite polynomiale (sans F.I.)",
|
|
15
15
|
levels: ['TermSpé', 'MathComp'],
|
|
16
16
|
isSingleStep: true,
|
|
17
|
-
sections: ['Limites'],
|
|
17
|
+
sections: ['Limites', 'Suites'],
|
|
18
18
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getSequencePolynomNoFILimitQuestion, nb),
|
|
19
19
|
qcmTimer: 60,
|
|
20
20
|
freeTimer: 60,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const sequencePolynomProductLimit:
|
|
1
|
+
import { MathExercise, Question } from '../../exercises/exercise';
|
|
2
|
+
export declare const sequencePolynomProductLimit: MathExercise;
|
|
3
3
|
export declare function getSequencePolynomProductLimitQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=sequencePolynomProductLimit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sequencePolynomProductLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequencePolynomProductLimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"sequencePolynomProductLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequencePolynomProductLimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAUlG,eAAO,MAAM,2BAA2B,EAAE,YAWzC,CAAC;AAEF,wBAAgB,sCAAsC,IAAI,QAAQ,CA4DjE"}
|
|
@@ -16,7 +16,7 @@ exports.sequencePolynomProductLimit = {
|
|
|
16
16
|
label: "Limite d'un produit de suites polynomiales)",
|
|
17
17
|
levels: ['TermSpé', 'MathComp'],
|
|
18
18
|
isSingleStep: true,
|
|
19
|
-
sections: ['Limites'],
|
|
19
|
+
sections: ['Limites', 'Suites'],
|
|
20
20
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getSequencePolynomProductLimitQuestion, nb),
|
|
21
21
|
qcmTimer: 60,
|
|
22
22
|
freeTimer: 60,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const sequenceRationalFracLimit:
|
|
1
|
+
import { MathExercise, Question } from '../../exercises/exercise';
|
|
2
|
+
export declare const sequenceRationalFracLimit: MathExercise;
|
|
3
3
|
export declare function getSequenceRationalFracLimitQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=sequenceRationalFracLimit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sequenceRationalFracLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequenceRationalFracLimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"sequenceRationalFracLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequenceRationalFracLimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAUlG,eAAO,MAAM,yBAAyB,EAAE,YAWvC,CAAC;AAEF,wBAAgB,oCAAoC,IAAI,QAAQ,CAuE/D"}
|
|
@@ -16,7 +16,7 @@ exports.sequenceRationalFracLimit = {
|
|
|
16
16
|
label: "Limite d'une suite rationnelle",
|
|
17
17
|
levels: ['TermSpé', 'MathComp'],
|
|
18
18
|
isSingleStep: true,
|
|
19
|
-
sections: ['Limites'],
|
|
19
|
+
sections: ['Limites', 'Suites'],
|
|
20
20
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getSequenceRationalFracLimitQuestion, nb),
|
|
21
21
|
qcmTimer: 60,
|
|
22
22
|
freeTimer: 60,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const sequenceSimpleElementsSumLimit:
|
|
1
|
+
import { MathExercise, Question } from '../../exercises/exercise';
|
|
2
|
+
export declare const sequenceSimpleElementsSumLimit: MathExercise;
|
|
3
3
|
export declare function getSequencePolynomLimitQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=sequenceSimpleElementsSumLimit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sequenceSimpleElementsSumLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequenceSimpleElementsSumLimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"sequenceSimpleElementsSumLimit.d.ts","sourceRoot":"","sources":["../../../src/exercises/limits/sequenceSimpleElementsSumLimit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAQlG,eAAO,MAAM,8BAA8B,EAAE,YAW5C,CAAC;AAEF,wBAAgB,+BAA+B,IAAI,QAAQ,CAkD1D"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const applyPercent:
|
|
1
|
+
import { MathExercise, Question } from '../exercise';
|
|
2
|
+
export declare const applyPercent: MathExercise;
|
|
3
3
|
export declare function getApplyPercentQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=applyPercent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applyPercent.d.ts","sourceRoot":"","sources":["../../../src/exercises/percent/applyPercent.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"applyPercent.d.ts","sourceRoot":"","sources":["../../../src/exercises/percent/applyPercent.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,YAAY,EAAE,YAY1B,CAAC;AAEF,wBAAgB,uBAAuB,IAAI,QAAQ,CA+DlD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const averageEvolutionRate:
|
|
1
|
+
import { MathExercise, Question } from '../exercise';
|
|
2
|
+
export declare const averageEvolutionRate: MathExercise;
|
|
3
3
|
export declare function getAverageEvolutionRate(): Question;
|
|
4
4
|
//# sourceMappingURL=averageEvolutionRate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"averageEvolutionRate.d.ts","sourceRoot":"","sources":["../../../src/exercises/percent/averageEvolutionRate.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"averageEvolutionRate.d.ts","sourceRoot":"","sources":["../../../src/exercises/percent/averageEvolutionRate.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,oBAAoB,EAAE,YAYlC,CAAC;AAEF,wBAAgB,uBAAuB,IAAI,QAAQ,CAsDlD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const globalPercent:
|
|
1
|
+
import { MathExercise, Question } from '../exercise';
|
|
2
|
+
export declare const globalPercent: MathExercise;
|
|
3
3
|
export declare function getGlobalPercentQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=globalPercent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"globalPercent.d.ts","sourceRoot":"","sources":["../../../src/exercises/percent/globalPercent.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"globalPercent.d.ts","sourceRoot":"","sources":["../../../src/exercises/percent/globalPercent.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKlE,eAAO,MAAM,aAAa,EAAE,YAY3B,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAqEnD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const reciprocalPercentage:
|
|
1
|
+
import { MathExercise, Question } from '../exercise';
|
|
2
|
+
export declare const reciprocalPercentage: MathExercise;
|
|
3
3
|
export declare function getReciprocalPercentageQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=reciprocalPercentage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reciprocalPercentage.d.ts","sourceRoot":"","sources":["../../../src/exercises/percent/reciprocalPercentage.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"reciprocalPercentage.d.ts","sourceRoot":"","sources":["../../../src/exercises/percent/reciprocalPercentage.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKlE,eAAO,MAAM,oBAAoB,EAAE,YAYlC,CAAC;AAEF,wBAAgB,+BAA+B,IAAI,QAAQ,CAwD1D"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* a^b/a^c
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
5
|
-
export declare const powersDivision:
|
|
6
|
-
export declare const powersOfTenDivision:
|
|
4
|
+
import { MathExercise, Question } from '../exercise';
|
|
5
|
+
export declare const powersDivision: MathExercise;
|
|
6
|
+
export declare const powersOfTenDivision: MathExercise;
|
|
7
7
|
export declare function getPowersDivisionQuestion(useOnlyPowersOfTen?: boolean): Question;
|
|
8
8
|
//# sourceMappingURL=powersDivision.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"powersDivision.d.ts","sourceRoot":"","sources":["../../../src/exercises/powers/powersDivision.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"powersDivision.d.ts","sourceRoot":"","sources":["../../../src/exercises/powers/powersDivision.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,cAAc,EAAE,YAW5B,CAAC;AACF,eAAO,MAAM,mBAAmB,EAAE,YAYjC,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,kBAAkB,GAAE,OAAe,GAAG,QAAQ,CAqDvF"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* 10^(-x) into 0,0...1
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
5
|
-
export declare const powersOfTenToDecimal:
|
|
4
|
+
import { MathExercise, Question } from '../exercise';
|
|
5
|
+
export declare const powersOfTenToDecimal: MathExercise;
|
|
6
6
|
export declare function getPowersOfTenDivisionQuestion(): Question;
|
|
7
7
|
//# sourceMappingURL=powersOfTenToDecimal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"powersOfTenToDecimal.d.ts","sourceRoot":"","sources":["../../../src/exercises/powers/powersOfTenToDecimal.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"powersOfTenToDecimal.d.ts","sourceRoot":"","sources":["../../../src/exercises/powers/powersOfTenToDecimal.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,oBAAoB,EAAE,YAyBlC,CAAC;AAEF,wBAAgB,8BAA8B,IAAI,QAAQ,CAiDzD"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* (a^b)^c
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
5
|
-
export declare const powersOfTenPower:
|
|
6
|
-
export declare const powersPower:
|
|
4
|
+
import { MathExercise, Question } from '../exercise';
|
|
5
|
+
export declare const powersOfTenPower: MathExercise;
|
|
6
|
+
export declare const powersPower: MathExercise;
|
|
7
7
|
export declare function getPowersPowerQuestion(useOnlyPowersOfTen?: boolean): Question;
|
|
8
8
|
//# sourceMappingURL=powersPower.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"powersPower.d.ts","sourceRoot":"","sources":["../../../src/exercises/powers/powersPower.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"powersPower.d.ts","sourceRoot":"","sources":["../../../src/exercises/powers/powersPower.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,aAAa,CAAC;AAIrF,eAAO,MAAM,gBAAgB,EAAE,YAW9B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,YAYzB,CAAC;AAEF,wBAAgB,sBAAsB,CAAC,kBAAkB,GAAE,OAAe,GAAG,QAAQ,CA0DpF"}
|
|
@@ -9,6 +9,7 @@ const randint_1 = require("../../math/utils/random/randint");
|
|
|
9
9
|
const numberNode_1 = require("../../tree/nodes/numbers/numberNode");
|
|
10
10
|
const powerNode_1 = require("../../tree/nodes/operators/powerNode");
|
|
11
11
|
const shuffle_1 = require("../../utils/shuffle");
|
|
12
|
+
const exercise_1 = require("../exercise");
|
|
12
13
|
const getDistinctQuestions_1 = require("../utils/getDistinctQuestions");
|
|
13
14
|
const uuid_1 = require("uuid");
|
|
14
15
|
exports.powersOfTenPower = {
|
|
@@ -49,7 +50,15 @@ function getPowersPowerQuestion(useOnlyPowersOfTen = false) {
|
|
|
49
50
|
isRightAnswer: true,
|
|
50
51
|
format: 'tex',
|
|
51
52
|
});
|
|
52
|
-
|
|
53
|
+
if (a === 1 || a === 0 || a === -1) {
|
|
54
|
+
(0, exercise_1.tryToAddWrongProp)(res, '1');
|
|
55
|
+
(0, exercise_1.tryToAddWrongProp)(res, '-1');
|
|
56
|
+
(0, exercise_1.tryToAddWrongProp)(res, '0');
|
|
57
|
+
(0, exercise_1.tryToAddWrongProp)(res, b * c + '');
|
|
58
|
+
(0, exercise_1.tryToAddWrongProp)(res, b + c + '');
|
|
59
|
+
}
|
|
60
|
+
const missing = n - res.length;
|
|
61
|
+
for (let i = 0; i < missing; i++) {
|
|
53
62
|
let isDuplicate;
|
|
54
63
|
let proposition;
|
|
55
64
|
do {
|
|
@@ -66,7 +75,7 @@ function getPowersPowerQuestion(useOnlyPowersOfTen = false) {
|
|
|
66
75
|
} while (isDuplicate);
|
|
67
76
|
res.push(proposition);
|
|
68
77
|
}
|
|
69
|
-
return (0, shuffle_1.shuffle)(res);
|
|
78
|
+
return (0, shuffle_1.shuffle)([res[0], ...res.slice(1, n)]);
|
|
70
79
|
};
|
|
71
80
|
const question = {
|
|
72
81
|
startStatement: statement.toTex(),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* a^b*a^c
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
5
|
-
export declare const powersOfTenProduct:
|
|
6
|
-
export declare const powersProduct:
|
|
4
|
+
import { MathExercise, Question } from '../exercise';
|
|
5
|
+
export declare const powersOfTenProduct: MathExercise;
|
|
6
|
+
export declare const powersProduct: MathExercise;
|
|
7
7
|
export declare function getPowersProductQuestion(useOnlyPowersOfTen?: boolean): Question;
|
|
8
8
|
//# sourceMappingURL=powersProduct.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"powersProduct.d.ts","sourceRoot":"","sources":["../../../src/exercises/powers/powersProduct.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"powersProduct.d.ts","sourceRoot":"","sources":["../../../src/exercises/powers/powersProduct.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,kBAAkB,EAAE,YAWhC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,YAY3B,CAAC;AAEF,wBAAgB,wBAAwB,CAAC,kBAAkB,GAAE,OAAe,GAAG,QAAQ,CAqDtF"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* a*10^x vers décimal
|
|
3
3
|
* */
|
|
4
|
-
import {
|
|
5
|
-
export declare const scientificToDecimal:
|
|
4
|
+
import { MathExercise, Question } from '../exercise';
|
|
5
|
+
export declare const scientificToDecimal: MathExercise;
|
|
6
6
|
export declare function getScientificToDecimalQuestion(): Question;
|
|
7
7
|
//# sourceMappingURL=scientificToDecimal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scientificToDecimal.d.ts","sourceRoot":"","sources":["../../../src/exercises/powers/scientificToDecimal.ts"],"names":[],"mappings":"AAAA;;MAEM;AASN,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"scientificToDecimal.d.ts","sourceRoot":"","sources":["../../../src/exercises/powers/scientificToDecimal.ts"],"names":[],"mappings":"AAAA;;MAEM;AASN,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,mBAAmB,EAAE,YA0BjC,CAAC;AAEF,wBAAgB,8BAA8B,IAAI,QAAQ,CAqDzD"}
|
|
@@ -41,7 +41,7 @@ exports.scientificToDecimal = {
|
|
|
41
41
|
};
|
|
42
42
|
function getScientificToDecimalQuestion() {
|
|
43
43
|
const randPower = (0, randint_1.randint)(-6, 8);
|
|
44
|
-
const int = integer_1.IntegerConstructor.random((0, randint_1.randint)(1, 4));
|
|
44
|
+
const int = integer_1.IntegerConstructor.random((0, randint_1.randint)(1, 4, [0]));
|
|
45
45
|
const fracPart = decimal_1.DecimalConstructor.randomFracPart((0, randint_1.randint)(0, 4));
|
|
46
46
|
const randDecimal = decimal_1.DecimalConstructor.fromParts(int + '', fracPart);
|
|
47
47
|
const statement = new multiplyNode_1.MultiplyNode(new numberNode_1.NumberNode(randDecimal.value), new powerNode_1.PowerNode(new numberNode_1.NumberNode(10), new numberNode_1.NumberNode(randPower)));
|
|
@@ -60,6 +60,7 @@ function getScientificToDecimalQuestion() {
|
|
|
60
60
|
do {
|
|
61
61
|
const wrongAnswerTree = randDecimal.multiplyByPowerOfTen((0, randint_1.randint)(-6, 8, [randPower])).toTree();
|
|
62
62
|
const wrongAnswer = wrongAnswerTree.toTex();
|
|
63
|
+
console.log(randPower, int, wrongAnswer);
|
|
63
64
|
proposition = {
|
|
64
65
|
id: (0, uuid_1.v4)() + '',
|
|
65
66
|
statement: wrongAnswer,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const constantPrimitive:
|
|
1
|
+
import { MathExercise, Question } from '../../exercises/exercise';
|
|
2
|
+
export declare const constantPrimitive: MathExercise;
|
|
3
3
|
export declare function getConstantPrimitive(): Question;
|
|
4
4
|
//# sourceMappingURL=constantPrimitive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constantPrimitive.d.ts","sourceRoot":"","sources":["../../../src/exercises/primitve/constantPrimitive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"constantPrimitive.d.ts","sourceRoot":"","sources":["../../../src/exercises/primitve/constantPrimitive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,iBAAiB,EAAE,YAY/B,CAAC;AAEF,wBAAgB,oBAAoB,IAAI,QAAQ,CA6C/C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const exponentialPrimitive:
|
|
1
|
+
import { MathExercise, Question } from '../../exercises/exercise';
|
|
2
|
+
export declare const exponentialPrimitive: MathExercise;
|
|
3
3
|
export declare function getExponentialPrimitive(): Question;
|
|
4
4
|
//# sourceMappingURL=exponentialPrimitive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exponentialPrimitive.d.ts","sourceRoot":"","sources":["../../../src/exercises/primitve/exponentialPrimitive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"exponentialPrimitive.d.ts","sourceRoot":"","sources":["../../../src/exercises/primitve/exponentialPrimitive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAiBlG,eAAO,MAAM,oBAAoB,EAAE,YAYlC,CAAC;AAEF,wBAAgB,uBAAuB,IAAI,QAAQ,CAqFlD"}
|