math-exercises 1.3.71 → 1.4.1
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 +3 -3
- 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
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Incoming improvements :
|
|
|
22
22
|
|
|
23
23
|
## Exercises format
|
|
24
24
|
|
|
25
|
-
Each
|
|
25
|
+
Each MathExercise has a `generator` that will return distinct questions for this exercise.
|
|
26
26
|
|
|
27
27
|
The Question in itself has an `instruction`, a `startStatement` and an `answer` (which are all tex strings).
|
|
28
28
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MathExercise, Question } from '../exercise';
|
|
2
2
|
/**
|
|
3
3
|
* a±b±c±d
|
|
4
4
|
*/
|
|
5
|
-
export declare const addAndSubExercise:
|
|
5
|
+
export declare const addAndSubExercise: MathExercise;
|
|
6
6
|
export declare function getAddAndSubQuestions(): Question;
|
|
7
7
|
//# sourceMappingURL=addAndSub.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addAndSub.d.ts","sourceRoot":"","sources":["../../../src/exercises/calcul/addAndSub.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"addAndSub.d.ts","sourceRoot":"","sources":["../../../src/exercises/calcul/addAndSub.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,YAY/B,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAsDhD"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MathExercise, Question } from '../exercise';
|
|
2
2
|
/**
|
|
3
3
|
* a±b±c±d
|
|
4
4
|
*/
|
|
5
|
-
export declare const addAndSubWithoutRelatives:
|
|
5
|
+
export declare const addAndSubWithoutRelatives: MathExercise;
|
|
6
6
|
export declare function getAddAndSubWithoutRelatives(): Question;
|
|
7
7
|
//# sourceMappingURL=addAndSubWithoutRelatives.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addAndSubWithoutRelatives.d.ts","sourceRoot":"","sources":["../../../src/exercises/calcul/addAndSubWithoutRelatives.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"addAndSubWithoutRelatives.d.ts","sourceRoot":"","sources":["../../../src/exercises/calcul/addAndSubWithoutRelatives.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,YAYvC,CAAC;AAEF,wBAAgB,4BAA4B,IAAI,QAAQ,CAmEvD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const euclideanDivision:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const euclideanDivision: MathExercise;
|
|
3
3
|
export declare function getEuclideanDivisionQuestions(): Question;
|
|
4
4
|
//# sourceMappingURL=euclideanDivision.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euclideanDivision.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/arithmetics/euclideanDivision.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"euclideanDivision.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/arithmetics/euclideanDivision.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,iBAAiB,EAAE,YAY/B,CAAC;AAEF,wBAAgB,6BAA6B,IAAI,QAAQ,CAgExD"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MathExercise, Question } from '../../exercise';
|
|
2
2
|
/**
|
|
3
3
|
* a±b±c±d
|
|
4
4
|
*/
|
|
5
|
-
export declare const primeNumbers:
|
|
5
|
+
export declare const primeNumbers: MathExercise;
|
|
6
6
|
export declare function getPrimeNumbers(): Question;
|
|
7
7
|
//# sourceMappingURL=primeNumbers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"primeNumbers.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/arithmetics/primeNumbers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"primeNumbers.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/arithmetics/primeNumbers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAGrE;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,YAY1B,CAAC;AAQF,wBAAgB,eAAe,IAAI,QAAQ,CA2E1C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const fractionAndIntegerDivision:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const fractionAndIntegerDivision: MathExercise;
|
|
3
3
|
export declare function getFractionAndIntegerDivision(): Question;
|
|
4
4
|
//# sourceMappingURL=fractionAndIntegerDivision.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fractionAndIntegerDivision.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionAndIntegerDivision.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"fractionAndIntegerDivision.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionAndIntegerDivision.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,0BAA0B,EAAE,YAYxC,CAAC;AAEF,wBAAgB,6BAA6B,IAAI,QAAQ,CA+DxD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const fractionAndIntegerProduct:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const fractionAndIntegerProduct: MathExercise;
|
|
3
3
|
export declare function getFractionAndIntegerProduct(): Question;
|
|
4
4
|
//# sourceMappingURL=fractionAndIntegerProduct.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fractionAndIntegerProduct.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionAndIntegerProduct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"fractionAndIntegerProduct.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionAndIntegerProduct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAS/E,eAAO,MAAM,yBAAyB,EAAE,YAYvC,CAAC;AAEF,wBAAgB,4BAA4B,IAAI,QAAQ,CAuDvD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const fractionAndIntegerSum:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const fractionAndIntegerSum: MathExercise;
|
|
3
3
|
export declare function getFractionAndIntegerSum(): Question;
|
|
4
4
|
//# sourceMappingURL=fractionAndIntegerSum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fractionAndIntegerSum.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionAndIntegerSum.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"fractionAndIntegerSum.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionAndIntegerSum.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAS/E,eAAO,MAAM,qBAAqB,EAAE,YAYnC,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAgEnD"}
|
|
@@ -41,13 +41,15 @@ function getFractionAndIntegerSum() {
|
|
|
41
41
|
isRightAnswer: false,
|
|
42
42
|
format: 'tex',
|
|
43
43
|
});
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
44
|
+
if (integer.value + rational.denum !== 0)
|
|
45
|
+
res.push({
|
|
46
|
+
id: (0, uuid_1.v4)() + '',
|
|
47
|
+
statement: new rational_1.Rational(integer.value + rational.num, integer.value + rational.denum).toTex(),
|
|
48
|
+
isRightAnswer: false,
|
|
49
|
+
format: 'tex',
|
|
50
|
+
});
|
|
51
|
+
const missing = n - res.length;
|
|
52
|
+
for (let i = 0; i < missing; i++) {
|
|
51
53
|
let isDuplicate;
|
|
52
54
|
let proposition;
|
|
53
55
|
do {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const fractionToPercentToDecimal:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const fractionToPercentToDecimal: MathExercise;
|
|
3
3
|
export declare function getFractionToPercentToDecimal(): Question;
|
|
4
4
|
//# sourceMappingURL=fractionToPercentToDecimal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fractionToPercentToDecimal.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionToPercentToDecimal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"fractionToPercentToDecimal.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionToPercentToDecimal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,0BAA0B,EAAE,YAWxC,CAAC;AAEF,wBAAgB,6BAA6B,IAAI,QAAQ,CAwHxD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const fractionsDivision:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const fractionsDivision: MathExercise;
|
|
3
3
|
export declare function getFractionsDivision(): Question;
|
|
4
4
|
//# sourceMappingURL=fractionsDivision.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fractionsDivision.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionsDivision.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"fractionsDivision.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionsDivision.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAO/E,eAAO,MAAM,iBAAiB,EAAE,YAY/B,CAAC;AAEF,wBAAgB,oBAAoB,IAAI,QAAQ,CAqD/C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const fractionsProduct:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const fractionsProduct: MathExercise;
|
|
3
3
|
export declare function getFractionsProduct(): Question;
|
|
4
4
|
//# sourceMappingURL=fractionsProduct.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fractionsProduct.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionsProduct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"fractionsProduct.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionsProduct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAO/E,eAAO,MAAM,gBAAgB,EAAE,YAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CA8C9C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const fractionsSum:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const fractionsSum: MathExercise;
|
|
3
3
|
export declare function getFractionsSum(): Question;
|
|
4
4
|
//# sourceMappingURL=fractionsSum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fractionsSum.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionsSum.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"fractionsSum.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/fractionsSum.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAO/E,eAAO,MAAM,YAAY,EAAE,YAY1B,CAAC;AAEF,wBAAgB,eAAe,IAAI,QAAQ,CAsD1C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const simplifyFraction:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const simplifyFraction: MathExercise;
|
|
3
3
|
export declare function getSimplifyFraction(): Question;
|
|
4
4
|
//# sourceMappingURL=simplifyFraction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simplifyFraction.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/simplifyFraction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"simplifyFraction.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/fractions/simplifyFraction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,gBAAgB,EAAE,YAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CA2C9C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const mentalAddAndSub:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const mentalAddAndSub: MathExercise;
|
|
3
3
|
export declare function getMentalAddAndSub(): Question;
|
|
4
4
|
//# sourceMappingURL=mentalAddAndSub.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mentalAddAndSub.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"mentalAddAndSub.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,eAAe,EAAE,YAY7B,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CAkE7C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const mentalDivisions:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const mentalDivisions: MathExercise;
|
|
3
3
|
export declare function getMentalDivisions(): Question;
|
|
4
4
|
//# sourceMappingURL=mentalDivisions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mentalDivisions.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/mentalCaluls.ts/mentalDivisions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"mentalDivisions.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/mentalCaluls.ts/mentalDivisions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,eAAe,EAAE,YAY7B,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CA4F7C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const mentalMultiplications:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const mentalMultiplications: MathExercise;
|
|
3
3
|
export declare function getMentalMultiplications(): Question;
|
|
4
4
|
//# sourceMappingURL=mentalMultiplications.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mentalMultiplications.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/mentalCaluls.ts/mentalMultiplications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"mentalMultiplications.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/mentalCaluls.ts/mentalMultiplications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,qBAAqB,EAAE,YAYnC,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAqEnD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const mentalPercentage:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const mentalPercentage: MathExercise;
|
|
3
3
|
export declare function getMentalPercentage(): Question;
|
|
4
4
|
//# sourceMappingURL=mentalPercentage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mentalPercentage.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/mentalCaluls.ts/mentalPercentage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"mentalPercentage.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/mentalCaluls.ts/mentalPercentage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAO/E,eAAO,MAAM,gBAAgB,EAAE,YAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CA8I9C"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* a*b±c*d
|
|
6
6
|
* a/b ± c*d
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
9
|
-
export declare const operationsPriorities:
|
|
8
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
9
|
+
export declare const operationsPriorities: MathExercise;
|
|
10
10
|
export declare function getPriorityQuestions(): Question;
|
|
11
11
|
//# sourceMappingURL=operationsPriorities.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operationsPriorities.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/operations/operationsPriorities.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"operationsPriorities.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/operations/operationsPriorities.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAW/E,eAAO,MAAM,oBAAoB,EAAE,YAYlC,CAAC;AAEF,wBAAgB,oBAAoB,IAAI,QAAQ,CAgI/C"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* a*b±c*d
|
|
6
6
|
* a/b ± c*d
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
9
|
-
export declare const operationsPrioritiesWithoutRelative:
|
|
8
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
9
|
+
export declare const operationsPrioritiesWithoutRelative: MathExercise;
|
|
10
10
|
export declare function getOperationsPrioritiesWithoutRelative(): Question;
|
|
11
11
|
//# sourceMappingURL=operationsPrioritiesWithoutRelative.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operationsPrioritiesWithoutRelative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/operations/operationsPrioritiesWithoutRelative.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"operationsPrioritiesWithoutRelative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/operations/operationsPrioritiesWithoutRelative.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAW/E,eAAO,MAAM,mCAAmC,EAAE,YAYjD,CAAC;AAEF,wBAAgB,sCAAsC,IAAI,QAAQ,CAkQjE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const proportionalityTable:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const proportionalityTable: MathExercise;
|
|
3
3
|
export declare function getProportionalityTable(): Question;
|
|
4
4
|
//# sourceMappingURL=proportionalityTable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proportionalityTable.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/proportionality/proportionalityTable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"proportionalityTable.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/proportionality/proportionalityTable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,oBAAoB,EAAE,YAYlC,CAAC;AAEF,wBAAgB,uBAAuB,IAAI,QAAQ,CAyElD"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
2
|
/**
|
|
3
3
|
* arrondi à l'unité
|
|
4
4
|
*/
|
|
5
|
-
export declare const roundToUnit:
|
|
5
|
+
export declare const roundToUnit: MathExercise;
|
|
6
6
|
/**
|
|
7
7
|
* arrondi à l'unité
|
|
8
8
|
*/
|
|
9
|
-
export declare const roundToDixieme:
|
|
9
|
+
export declare const roundToDixieme: MathExercise;
|
|
10
10
|
/**
|
|
11
11
|
* arrondi à l'unité
|
|
12
12
|
*/
|
|
13
|
-
export declare const roundToCentieme:
|
|
13
|
+
export declare const roundToCentieme: MathExercise;
|
|
14
14
|
/**
|
|
15
15
|
* arrondi à l'unité
|
|
16
16
|
*/
|
|
17
|
-
export declare const roundToMillieme:
|
|
18
|
-
export declare const allRoundings:
|
|
17
|
+
export declare const roundToMillieme: MathExercise;
|
|
18
|
+
export declare const allRoundings: MathExercise;
|
|
19
19
|
export declare function getRoundQuestions(precisionAsked?: number): Question;
|
|
20
20
|
//# sourceMappingURL=rounding.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rounding.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/rounding/rounding.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"rounding.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calcul/rounding/rounding.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ/E;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,YAYzB,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,YAW5B,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,YAW7B,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,YAW7B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,YAW1B,CAAC;AASF,wBAAgB,iBAAiB,CAAC,cAAc,GAAE,MAAU,GAAG,QAAQ,CAyEtE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const allIdentities:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const allIdentities: MathExercise;
|
|
3
3
|
export declare function getAllIdentitiesQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=allIdentities.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allIdentities.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/allIdentities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"allIdentities.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/allIdentities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAOlE,eAAO,MAAM,aAAa,EAAE,YAW3B,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAOnD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const doubleDistributivity:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const doubleDistributivity: MathExercise;
|
|
3
3
|
export declare function getDoubleDistributivityQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=doubleDistributivity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doubleDistributivity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/doubleDistributivity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"doubleDistributivity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/doubleDistributivity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAW/E,eAAO,MAAM,oBAAoB,EAAE,YAYlC,CAAC;AAEF,wBAAgB,+BAA+B,IAAI,QAAQ,CAqE1D"}
|
|
@@ -49,7 +49,7 @@ function getDoubleDistributivityQuestion() {
|
|
|
49
49
|
res.push({
|
|
50
50
|
id: (0, uuid_1.v4)() + '',
|
|
51
51
|
statement: affines[1]
|
|
52
|
-
.multiply(new affine_1.Affine((0, randint_1.randint)(-9, 10, [affines[0].a]), affines[0].b))
|
|
52
|
+
.multiply(new affine_1.Affine((0, randint_1.randint)(-9, 10, [affines[0].a, 0]), affines[0].b))
|
|
53
53
|
.toTree()
|
|
54
54
|
.toTex(),
|
|
55
55
|
isRightAnswer: false,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const firstIdentity:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const firstIdentity: MathExercise;
|
|
3
3
|
export declare function getFirstIdentityQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=firstIdentity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"firstIdentity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/firstIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"firstIdentity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/firstIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY/E,eAAO,MAAM,aAAa,EAAE,YAY3B,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAsEnD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const secondIdentity:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const secondIdentity: MathExercise;
|
|
3
3
|
export declare function getSecondIdentityQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=secondIdentity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secondIdentity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/secondIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"secondIdentity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/secondIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY/E,eAAO,MAAM,cAAc,EAAE,YAY5B,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CAuEpD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const simpleDistributivity:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const simpleDistributivity: MathExercise;
|
|
3
3
|
export declare function getSimpleDistributivityQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=simpleDistributivity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simpleDistributivity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/simpleDistributivity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"simpleDistributivity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/simpleDistributivity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAW/E,eAAO,MAAM,oBAAoB,EAAE,YAYlC,CAAC;AAEF,wBAAgB,+BAA+B,IAAI,QAAQ,CAwE1D"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const thirdIdentity:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const thirdIdentity: MathExercise;
|
|
3
3
|
export declare function getThirdIdentityQuestion(): Question;
|
|
4
4
|
//# sourceMappingURL=thirdIdentity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thirdIdentity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/thirdIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"thirdIdentity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/thirdIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAW/E,eAAO,MAAM,aAAa,EAAE,YAY3B,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAwEnD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const equationSimpleSquare:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const equationSimpleSquare: MathExercise;
|
|
3
3
|
export declare function getEquationSimpleSquare(): Question;
|
|
4
4
|
//# sourceMappingURL=equationSimpleSquare.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"equationSimpleSquare.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationSimpleSquare.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"equationSimpleSquare.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationSimpleSquare.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,oBAAoB,EAAE,YAYlC,CAAC;AAOF,wBAAgB,uBAAuB,IAAI,QAAQ,CA2JlD"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
2
|
/**
|
|
3
3
|
* type x+a=b
|
|
4
4
|
*/
|
|
5
|
-
export declare const equationType1Exercise:
|
|
5
|
+
export declare const equationType1Exercise: MathExercise;
|
|
6
6
|
export declare function getEquationType1ExerciseQuestion(): Question;
|
|
7
7
|
//# sourceMappingURL=equationType1Exercise.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"equationType1Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType1Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"equationType1Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType1Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY/E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,YAYnC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CAoD3D"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
2
|
/**
|
|
3
3
|
* type ax=b
|
|
4
4
|
*/
|
|
5
|
-
export declare const equationType2Exercise:
|
|
5
|
+
export declare const equationType2Exercise: MathExercise;
|
|
6
6
|
export declare function getEquationType2ExerciseQuestion(): Question;
|
|
7
7
|
//# sourceMappingURL=equationType2Exercise.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"equationType2Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType2Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"equationType2Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType2Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa/E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,YAYnC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CAoD3D"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
2
|
/**
|
|
3
3
|
* type ax+b=c
|
|
4
4
|
*/
|
|
5
|
-
export declare const equationType3Exercise:
|
|
5
|
+
export declare const equationType3Exercise: MathExercise;
|
|
6
6
|
export declare function getEquationType3ExerciseQuestion(): Question;
|
|
7
7
|
//# sourceMappingURL=equationType3Exercise.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"equationType3Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType3Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"equationType3Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType3Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa/E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,YAanC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CAwD3D"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
2
|
/**
|
|
3
3
|
* type ax+b=cx+d
|
|
4
4
|
*/
|
|
5
|
-
export declare const equationType4Exercise:
|
|
5
|
+
export declare const equationType4Exercise: MathExercise;
|
|
6
6
|
export declare function getEquationType4ExerciseQuestion(): Question;
|
|
7
7
|
//# sourceMappingURL=equationType4Exercise.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"equationType4Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType4Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"equationType4Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType4Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa/E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,YAanC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CA2D3D"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const expEquation:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const expEquation: MathExercise;
|
|
3
3
|
export declare function getExpEquation(): Question;
|
|
4
4
|
//# sourceMappingURL=expEquation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/expEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"expEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/expEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa/E,eAAO,MAAM,WAAW,EAAE,YAYzB,CAAC;AAEF,wBAAgB,cAAc,IAAI,QAAQ,CAuDzC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const firstDegreeEquation:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const firstDegreeEquation: MathExercise;
|
|
3
3
|
export declare function getFirstDegreeEquation(): Question;
|
|
4
4
|
//# sourceMappingURL=firstDegreeEquation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"firstDegreeEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/firstDegreeEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"firstDegreeEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/firstDegreeEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ/E,eAAO,MAAM,mBAAmB,EAAE,YAYjC,CAAC;AAEF,wBAAgB,sBAAsB,IAAI,QAAQ,CAoDjD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const fractionEquation:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const fractionEquation: MathExercise;
|
|
3
3
|
export declare function getFractionEquation(): Question;
|
|
4
4
|
//# sourceMappingURL=fractionEquation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fractionEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/fractionEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"fractionEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/fractionEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,gBAAgB,EAAE,YAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAiE9C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const logEquation:
|
|
1
|
+
import { MathExercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const logEquation: MathExercise;
|
|
3
3
|
export declare function getLnEquation(): Question;
|
|
4
4
|
//# sourceMappingURL=logEquation.d.ts.map
|