math-exercises 1.3.28 → 1.3.30
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 +73 -73
- package/lib/exercises/calcul/addAndSub.d.ts +6 -6
- package/lib/exercises/calcul/addAndSub.js +41 -41
- package/lib/exercises/calcul/addAndSubWithoutRelatives.d.ts +6 -6
- package/lib/exercises/calcul/addAndSubWithoutRelatives.js +51 -51
- package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.d.ts +3 -3
- package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.js +37 -37
- package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.d.ts +3 -3
- package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.js +34 -34
- package/lib/exercises/calcul/fractions/fractionAndIntegerSum.d.ts +3 -3
- package/lib/exercises/calcul/fractions/fractionAndIntegerSum.js +34 -34
- package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.d.ts +3 -3
- package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.js +69 -69
- package/lib/exercises/calcul/fractions/fractionsDivision.d.ts +3 -3
- package/lib/exercises/calcul/fractions/fractionsDivision.js +31 -31
- package/lib/exercises/calcul/fractions/fractionsProduct.d.ts +3 -3
- package/lib/exercises/calcul/fractions/fractionsProduct.js +30 -30
- package/lib/exercises/calcul/fractions/fractionsSum.d.ts +3 -3
- package/lib/exercises/calcul/fractions/fractionsSum.js +30 -30
- package/lib/exercises/calcul/fractions/simplifyFraction.d.ts +3 -3
- package/lib/exercises/calcul/fractions/simplifyFraction.js +26 -26
- package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.d.ts +3 -3
- package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.js +46 -46
- package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.d.ts +3 -3
- package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.js +64 -64
- package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.d.ts +3 -3
- package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.js +51 -51
- package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.d.ts +3 -3
- package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.js +67 -67
- package/lib/exercises/calcul/operations/operationsPriorities.d.ts +10 -10
- package/lib/exercises/calcul/operations/operationsPriorities.js +100 -100
- package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.d.ts +10 -10
- package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.js +181 -181
- package/lib/exercises/calcul/operationsPriorities.js +88 -0
- package/lib/exercises/calcul/rounding/rounding.d.ts +19 -19
- package/lib/exercises/calcul/rounding/rounding.js +87 -87
- package/lib/exercises/calculLitteral/distributivity/allIdentities.d.ts +3 -3
- package/lib/exercises/calculLitteral/distributivity/allIdentities.js +27 -27
- package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.d.ts +3 -3
- package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.js +32 -32
- package/lib/exercises/calculLitteral/distributivity/firstIdentity.d.ts +3 -3
- package/lib/exercises/calculLitteral/distributivity/firstIdentity.js +33 -33
- package/lib/exercises/calculLitteral/distributivity/secondIdentity.d.ts +3 -3
- package/lib/exercises/calculLitteral/distributivity/secondIdentity.js +34 -34
- package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.d.ts +3 -3
- package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.js +34 -34
- package/lib/exercises/calculLitteral/distributivity/thirdIdentity.d.ts +3 -3
- package/lib/exercises/calculLitteral/distributivity/thirdIdentity.js +33 -33
- package/lib/exercises/calculLitteral/equation/equationSimpleSquare.d.ts +3 -3
- package/lib/exercises/calculLitteral/equation/equationSimpleSquare.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/equationSimpleSquare.js +47 -47
- package/lib/exercises/calculLitteral/equation/equationType1Exercise.d.ts +6 -6
- package/lib/exercises/calculLitteral/equation/equationType1Exercise.js +39 -39
- package/lib/exercises/calculLitteral/equation/equationType2Exercise.d.ts +6 -6
- package/lib/exercises/calculLitteral/equation/equationType2Exercise.js +42 -42
- package/lib/exercises/calculLitteral/equation/equationType3Exercise.d.ts +6 -6
- package/lib/exercises/calculLitteral/equation/equationType3Exercise.js +43 -43
- package/lib/exercises/calculLitteral/equation/equationType4Exercise.d.ts +6 -6
- package/lib/exercises/calculLitteral/equation/equationType4Exercise.js +45 -45
- package/lib/exercises/calculLitteral/equation/firstDegreeEquation.d.ts +3 -3
- package/lib/exercises/calculLitteral/equation/firstDegreeEquation.d.ts.map +1 -1
- package/lib/exercises/calculLitteral/equation/firstDegreeEquation.js +30 -30
- package/lib/exercises/calculLitteral/equation/firstDegreeGeneralEquation.d.ts +3 -3
- package/lib/exercises/calculLitteral/equation/firstDegreeGeneralEquation.js +32 -32
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.d.ts +3 -3
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.js +34 -34
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.d.ts +3 -3
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.js +35 -35
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.d.ts +3 -3
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.js +34 -34
- package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.d.ts +6 -6
- package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.js +40 -40
- package/lib/exercises/conversion/aeraConversion.d.ts +4 -0
- package/lib/exercises/conversion/aeraConversion.d.ts.map +1 -0
- package/lib/exercises/conversion/aeraConversion.js +30 -0
- package/lib/exercises/conversion/capacityConversion.d.ts +4 -0
- package/lib/exercises/conversion/capacityConversion.d.ts.map +1 -0
- package/lib/exercises/conversion/capacityConversion.js +30 -0
- package/lib/exercises/conversion/lengthConversion.d.ts +4 -0
- package/lib/exercises/conversion/lengthConversion.d.ts.map +1 -0
- package/lib/exercises/conversion/lengthConversion.js +30 -0
- package/lib/exercises/conversion/massConversion.d.ts +4 -0
- package/lib/exercises/conversion/massConversion.d.ts.map +1 -0
- package/lib/exercises/conversion/massConversion.js +30 -0
- package/lib/exercises/conversion/volumeCapacityConversion.d.ts +4 -0
- package/lib/exercises/conversion/volumeCapacityConversion.d.ts.map +1 -0
- package/lib/exercises/conversion/volumeCapacityConversion.js +45 -0
- package/lib/exercises/conversion/volumeConversion.d.ts +4 -0
- package/lib/exercises/conversion/volumeConversion.d.ts.map +1 -0
- package/lib/exercises/conversion/volumeConversion.js +30 -0
- package/lib/exercises/derivation/derivative/affineDerivative.d.ts +4 -0
- package/lib/exercises/derivation/derivative/affineDerivative.d.ts.map +1 -0
- package/lib/exercises/derivation/derivative/affineDerivative.js +27 -0
- package/lib/exercises/derivation/derivative/constanteDerivative.d.ts +3 -3
- package/lib/exercises/derivation/derivative/constanteDerivative.js +27 -27
- package/lib/exercises/derivation/derivative/firstDegreeDerivative.d.ts +3 -3
- package/lib/exercises/derivation/derivative/firstDegreeDerivative.js +29 -29
- package/lib/exercises/derivation/derivative/inverseFunctionDerivative.d.ts +3 -3
- package/lib/exercises/derivation/derivative/inverseFunctionDerivative.js +27 -27
- package/lib/exercises/derivation/derivative/powerFunctionDerivative.d.ts +3 -3
- package/lib/exercises/derivation/derivative/powerFunctionDerivative.js +35 -35
- package/lib/exercises/derivation/derivative/rootFunctionDerivative.d.ts +3 -3
- package/lib/exercises/derivation/derivative/rootFunctionDerivative.js +40 -40
- package/lib/exercises/derivation/derivative/secondDegreeDerivative.d.ts +3 -3
- package/lib/exercises/derivation/derivative/secondDegreeDerivative.js +30 -30
- package/lib/exercises/derivation/derivative/thirdDegreeDerivative.d.ts +3 -3
- package/lib/exercises/derivation/derivative/thirdDegreeDerivative.js +33 -33
- package/lib/exercises/derivation/derivative/thridDegreeDerivative.d.ts +1 -0
- package/lib/exercises/derivation/derivative/thridDegreeDerivative.d.ts.map +1 -0
- package/lib/exercises/derivation/derivative/thridDegreeDerivative.js +1 -0
- package/lib/exercises/derivation/derivative/usualderivative.d.ts +3 -3
- package/lib/exercises/derivation/derivative/usualderivative.d.ts.map +1 -1
- package/lib/exercises/derivation/derivative/usualderivative.js +36 -45
- package/lib/exercises/exercise.d.ts +20 -20
- package/lib/exercises/exercise.js +7 -7
- package/lib/exercises/exercises.d.ts +1 -1
- package/lib/exercises/exercises.d.ts.map +1 -1
- package/lib/exercises/exercises.js +198 -183
- package/lib/exercises/geometry/cartesian/derivativeNumberReading.d.ts +3 -3
- package/lib/exercises/geometry/cartesian/derivativeNumberReading.js +51 -51
- package/lib/exercises/geometry/cartesian/derivativeNumberReading2.js +91 -91
- package/lib/exercises/geometry/cartesian/leadingCoefficient.d.ts +3 -3
- package/lib/exercises/geometry/cartesian/leadingCoefficient.js +60 -60
- package/lib/exercises/geometry/cartesian/midpoint.d.ts +3 -3
- package/lib/exercises/geometry/cartesian/midpoint.js +31 -31
- package/lib/exercises/geometry/vectors/scalarProductViaCoords.d.ts +3 -3
- package/lib/exercises/geometry/vectors/scalarProductViaCoords.js +30 -30
- package/lib/exercises/geometry/vectors/scalarProductViaNorms.js +27 -27
- package/lib/exercises/percent/applyPercent.d.ts +3 -3
- package/lib/exercises/percent/applyPercent.d.ts.map +1 -1
- package/lib/exercises/percent/applyPercent.js +41 -41
- package/lib/exercises/percent/averageEvolutionRate.d.ts +3 -3
- package/lib/exercises/percent/averageEvolutionRate.d.ts.map +1 -1
- package/lib/exercises/percent/averageEvolutionRate.js +30 -30
- package/lib/exercises/percent/globalPercent.d.ts +3 -3
- package/lib/exercises/percent/globalPercent.js +44 -44
- package/lib/exercises/percent/reciprocalPercentage.d.ts +3 -3
- package/lib/exercises/percent/reciprocalPercentage.js +32 -32
- package/lib/exercises/powers/powersDivision.d.ts +7 -7
- package/lib/exercises/powers/powersDivision.js +46 -46
- package/lib/exercises/powers/powersOfTenToDecimal.d.ts +6 -6
- package/lib/exercises/powers/powersOfTenToDecimal.js +34 -34
- package/lib/exercises/powers/powersPower.d.ts +7 -7
- package/lib/exercises/powers/powersPower.js +45 -45
- package/lib/exercises/powers/powersProduct.d.ts +7 -7
- package/lib/exercises/powers/powersProduct.js +46 -46
- package/lib/exercises/powers/scientificToDecimal.d.ts +6 -6
- package/lib/exercises/powers/scientificToDecimal.js +39 -39
- package/lib/exercises/proba/conditionalProbability.d.ts +3 -3
- package/lib/exercises/proba/conditionalProbability.d.ts.map +1 -1
- package/lib/exercises/proba/conditionalProbability.js +74 -74
- package/lib/exercises/proba/marginalAndConditionalFrequency.d.ts +3 -3
- package/lib/exercises/proba/marginalAndConditionalFrequency.d.ts.map +1 -1
- package/lib/exercises/proba/marginalAndConditionalFrequency.js +81 -80
- package/lib/exercises/proba/probabilityTree.d.ts +3 -3
- package/lib/exercises/proba/probabilityTree.js +100 -100
- package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.d.ts +3 -3
- package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.js +31 -31
- package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts +3 -3
- package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.js +31 -31
- package/lib/exercises/sequences/arithmetic/arithmeticFindReason.d.ts +3 -3
- package/lib/exercises/sequences/arithmetic/arithmeticFindReason.js +31 -31
- package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.d.ts +3 -3
- package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.js +30 -30
- package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts +3 -3
- package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.js +30 -30
- package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.d.ts +3 -3
- package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.d.ts.map +1 -1
- package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.js +40 -41
- package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.d.ts +3 -3
- package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.js +36 -36
- package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.d.ts +3 -3
- package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.js +35 -35
- package/lib/exercises/sequences/geometric/geometricFindReason.d.ts +3 -3
- package/lib/exercises/sequences/geometric/geometricFindReason.js +31 -31
- package/lib/exercises/sequences/geometric/geometricReasonUsage.d.ts +3 -3
- package/lib/exercises/sequences/geometric/geometricReasonUsage.js +30 -30
- package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts +7 -7
- package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.js +30 -30
- package/lib/exercises/squareRoots/simpifySquareRoot.d.ts +3 -3
- package/lib/exercises/squareRoots/simpifySquareRoot.js +29 -29
- package/lib/exercises/trigonometry/mainRemarkableValues.d.ts +3 -3
- package/lib/exercises/trigonometry/mainRemarkableValues.js +30 -30
- package/lib/exercises/trigonometry/remarkableValues.d.ts +3 -3
- package/lib/exercises/trigonometry/remarkableValues.js +30 -30
- package/lib/exercises/utils/getDistinctQuestions.d.ts +3 -3
- package/lib/exercises/utils/getDistinctQuestions.js +28 -28
- package/lib/geometry/point.js +27 -0
- package/lib/geometry/vector.js +31 -0
- package/lib/index.d.ts +2 -2
- package/lib/index.js +6 -6
- package/lib/math/geometry/droite.d.ts +19 -19
- package/lib/math/geometry/droite.js +61 -61
- package/lib/math/geometry/point.d.ts +25 -12
- package/lib/math/geometry/point.d.ts.map +1 -1
- package/lib/math/geometry/point.js +40 -27
- package/lib/math/geometry/vector.d.ts +15 -15
- package/lib/math/geometry/vector.js +31 -31
- package/lib/math/numbers/decimals/decimal.d.ts +24 -24
- package/lib/math/numbers/decimals/decimal.js +140 -140
- package/lib/math/numbers/epsilon.d.ts +1 -1
- package/lib/math/numbers/epsilon.js +10 -10
- package/lib/math/numbers/integer/integer.d.ts +14 -14
- package/lib/math/numbers/integer/integer.js +68 -68
- package/lib/math/numbers/integer/power.d.ts +13 -13
- package/lib/math/numbers/integer/power.js +52 -52
- package/lib/math/numbers/nombre.d.ts +13 -13
- package/lib/math/numbers/nombre.js +10 -10
- package/lib/math/numbers/rationals/rational.d.ts +25 -25
- package/lib/math/numbers/rationals/rational.js +113 -113
- package/lib/math/numbers/reals/real.d.ts +9 -9
- package/lib/math/numbers/reals/real.js +16 -16
- package/lib/math/numbers/reals/squareRoot.d.ts +18 -18
- package/lib/math/numbers/reals/squareRoot.js +63 -63
- package/lib/math/polynomials/affine.d.ts +15 -15
- package/lib/math/polynomials/affine.js +42 -42
- package/lib/math/polynomials/polynomial.d.ts +25 -25
- package/lib/math/polynomials/polynomial.js +131 -131
- package/lib/math/sequences/arithmeticSequence.js +1 -1
- package/lib/math/sequences/geometricSequence.d.ts +3 -3
- package/lib/math/sequences/geometricSequence.js +8 -8
- package/lib/math/sequences/sequence.d.ts +22 -22
- package/lib/math/sequences/sequence.js +21 -21
- package/lib/math/sets/discreteSet.d.ts +10 -10
- package/lib/math/sets/discreteSet.js +28 -28
- package/lib/math/sets/emptySet.js +6 -6
- package/lib/math/sets/intervals/intervals.d.ts +26 -26
- package/lib/math/sets/intervals/intervals.js +104 -104
- package/lib/math/sets/mathSet.d.ts +7 -7
- package/lib/math/sets/mathSet.js +10 -10
- package/lib/math/sets/mathSetInterface.d.ts +5 -5
- package/lib/math/sets/mathSetInterface.js +2 -2
- package/lib/math/trigonometry/remarkableValue.d.ts +10 -10
- package/lib/math/trigonometry/remarkableValue.js +29 -29
- package/lib/math/trigonometry/remarkableValues.d.ts +2 -2
- package/lib/math/trigonometry/remarkableValues.js +51 -51
- package/lib/math/utils/arithmetic/coprimesOf.d.ts +1 -1
- package/lib/math/utils/arithmetic/coprimesOf.js +13 -13
- package/lib/math/utils/arithmetic/dividersOf.d.ts +1 -1
- package/lib/math/utils/arithmetic/dividersOf.js +12 -12
- package/lib/math/utils/arithmetic/gcd.d.ts +1 -1
- package/lib/math/utils/arithmetic/gcd.js +7 -7
- package/lib/math/utils/arithmetic/isSquare.d.ts +1 -1
- package/lib/math/utils/arithmetic/isSquare.js +7 -7
- package/lib/math/utils/arithmetic/lcd.d.ts +1 -1
- package/lib/math/utils/arithmetic/lcd.js +12 -12
- package/lib/math/utils/arithmetic/nonCoprimesOf.d.ts +1 -1
- package/lib/math/utils/arithmetic/nonCoprimesOf.js +13 -13
- package/lib/math/utils/arithmetic/nonDividersOf.d.ts +1 -1
- package/lib/math/utils/arithmetic/nonDividersOf.js +14 -14
- package/lib/math/utils/arithmetic/primeFactors.d.ts +5 -5
- package/lib/math/utils/arithmetic/primeFactors.js +22 -22
- package/lib/math/utils/decimals/decimalPartLengthOf.d.ts +1 -1
- package/lib/math/utils/decimals/decimalPartLengthOf.js +14 -14
- package/lib/math/utils/random/randTupleInt.d.ts +13 -13
- package/lib/math/utils/random/randTupleInt.js +30 -30
- package/lib/math/utils/random/randint.d.ts +4 -4
- package/lib/math/utils/random/randint.js +18 -18
- package/lib/math/utils/round.d.ts +1 -1
- package/lib/math/utils/round.js +8 -8
- package/lib/mathutils/arithmetic/coprimesOf.js +13 -0
- package/lib/mathutils/arithmetic/dividersOf.js +12 -0
- package/lib/mathutils/arithmetic/gcd.js +7 -0
- package/lib/mathutils/arithmetic/isSquare.js +7 -0
- package/lib/mathutils/arithmetic/lcd.js +12 -0
- package/lib/mathutils/arithmetic/nonCoprimesOf.js +13 -0
- package/lib/mathutils/arithmetic/nonDividersOf.js +14 -0
- package/lib/mathutils/arithmetic/primeFactors.js +22 -0
- package/lib/mathutils/decimals/decimalPartLengthOf.js +14 -0
- package/lib/mathutils/random/randTupleInt.js +30 -0
- package/lib/mathutils/random/randint.js +18 -0
- package/lib/mathutils/round.js +8 -0
- package/lib/numbers/decimals/decimal.js +140 -0
- package/lib/numbers/epsilon.js +10 -0
- package/lib/numbers/integer/integer.js +68 -0
- package/lib/numbers/integer/power.js +52 -0
- package/lib/numbers/nombre.js +10 -0
- package/lib/numbers/rationals/rational.js +113 -0
- package/lib/numbers/reals/real.js +16 -0
- package/lib/numbers/reals/squareRoot.js +63 -0
- package/lib/polynomials/affine.js +42 -0
- package/lib/polynomials/polynomial.js +125 -0
- package/lib/server.d.ts +1 -1
- package/lib/server.js +53 -53
- package/lib/sets/discreteSet.js +28 -0
- package/lib/sets/emptySet.js +6 -0
- package/lib/sets/intervals/intervals.js +108 -0
- package/lib/sets/intervals/union.js +1 -0
- package/lib/sets/mathSet.js +10 -0
- package/lib/sets/mathSetInterface.js +2 -0
- package/lib/tree/nodes/functions/cosNode.d.ts +9 -9
- package/lib/tree/nodes/functions/cosNode.js +21 -21
- package/lib/tree/nodes/functions/functionNode.d.ts +14 -14
- package/lib/tree/nodes/functions/functionNode.js +20 -20
- package/lib/tree/nodes/functions/oppositeNode.d.ts +7 -7
- package/lib/tree/nodes/functions/oppositeNode.js +26 -26
- package/lib/tree/nodes/functions/sinNode.js +1 -1
- package/lib/tree/nodes/functions/sqrtNode.d.ts +8 -8
- package/lib/tree/nodes/functions/sqrtNode.js +18 -18
- package/lib/tree/nodes/node.d.ts +12 -12
- package/lib/tree/nodes/node.js +11 -11
- package/lib/tree/nodes/numbers/constantNode.d.ts +9 -9
- package/lib/tree/nodes/numbers/constantNode.js +18 -18
- package/lib/tree/nodes/numbers/numberNode.d.ts +10 -10
- package/lib/tree/nodes/numbers/numberNode.js +19 -19
- package/lib/tree/nodes/numbers/piNode.d.ts +2 -2
- package/lib/tree/nodes/numbers/piNode.js +5 -5
- package/lib/tree/nodes/operators/addNode.d.ts +7 -7
- package/lib/tree/nodes/operators/addNode.js +19 -19
- package/lib/tree/nodes/operators/divideNode.d.ts +11 -11
- package/lib/tree/nodes/operators/divideNode.js +34 -34
- package/lib/tree/nodes/operators/equalNode.d.ts +7 -7
- package/lib/tree/nodes/operators/equalNode.js +16 -16
- package/lib/tree/nodes/operators/fractionNode.d.ts +11 -11
- package/lib/tree/nodes/operators/fractionNode.js +20 -20
- package/lib/tree/nodes/operators/multiplyNode.d.ts +7 -7
- package/lib/tree/nodes/operators/multiplyNode.js +43 -43
- package/lib/tree/nodes/operators/operatorNode.d.ts +21 -21
- package/lib/tree/nodes/operators/operatorNode.js +35 -35
- package/lib/tree/nodes/operators/powerNode.d.ts +7 -7
- package/lib/tree/nodes/operators/powerNode.js +33 -33
- package/lib/tree/nodes/operators/substractNode.d.ts +7 -7
- package/lib/tree/nodes/operators/substractNode.js +24 -24
- package/lib/tree/nodes/variables/variableNode.d.ts +8 -8
- package/lib/tree/nodes/variables/variableNode.js +19 -19
- package/lib/tree/parsers/derivateParser.js +62 -62
- package/lib/tree/parsers/latexParser.js +110 -0
- package/lib/tree/parsers/simplify.d.ts +2 -2
- package/lib/tree/parsers/simplify.js +52 -52
- package/lib/utils/arrayEqual.d.ts +1 -1
- package/lib/utils/arrayEqual.js +13 -13
- package/lib/utils/coin.js +7 -0
- package/lib/utils/coinFlip.d.ts +1 -1
- package/lib/utils/coinFlip.js +7 -7
- package/lib/utils/random.d.ts +1 -1
- package/lib/utils/random.js +7 -7
- package/lib/utils/shuffle.d.ts +1 -1
- package/lib/utils/shuffle.js +15 -15
- package/package.json +50 -50
|
@@ -1,45 +1,36 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getUsualDerivative = exports.usualDerivative = void 0;
|
|
4
|
-
const randint_1 = require("../../../math/utils/random/randint");
|
|
5
|
-
const getDistinctQuestions_1 = require("../../utils/getDistinctQuestions");
|
|
6
|
-
const constanteDerivative_1 = require("./constanteDerivative");
|
|
7
|
-
const firstDegreeDerivative_1 = require("./firstDegreeDerivative");
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
case 6:
|
|
38
|
-
return (0, rootFunctionDerivative_1.getRootFunctionDerivative)();
|
|
39
|
-
case 7:
|
|
40
|
-
return (0, constanteDerivative_1.getConstanteDerivative)();
|
|
41
|
-
default:
|
|
42
|
-
throw Error('erreur');
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.getUsualDerivative = getUsualDerivative;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getUsualDerivative = exports.usualDerivative = void 0;
|
|
4
|
+
const randint_1 = require("../../../math/utils/random/randint");
|
|
5
|
+
const getDistinctQuestions_1 = require("../../utils/getDistinctQuestions");
|
|
6
|
+
const constanteDerivative_1 = require("./constanteDerivative");
|
|
7
|
+
const firstDegreeDerivative_1 = require("./firstDegreeDerivative");
|
|
8
|
+
const secondDegreeDerivative_1 = require("./secondDegreeDerivative");
|
|
9
|
+
const thirdDegreeDerivative_1 = require("./thirdDegreeDerivative");
|
|
10
|
+
exports.usualDerivative = {
|
|
11
|
+
id: 'usualDerivative',
|
|
12
|
+
connector: '=',
|
|
13
|
+
instruction: '',
|
|
14
|
+
label: 'Dérivées des fonctions de référence',
|
|
15
|
+
levels: ['1', '0'],
|
|
16
|
+
section: 'Dérivation',
|
|
17
|
+
isSingleStep: false,
|
|
18
|
+
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getUsualDerivative, nb),
|
|
19
|
+
keys: ['x'],
|
|
20
|
+
};
|
|
21
|
+
function getUsualDerivative() {
|
|
22
|
+
const rand = (0, randint_1.randint)(1, 5);
|
|
23
|
+
switch (rand) {
|
|
24
|
+
case 1:
|
|
25
|
+
return (0, firstDegreeDerivative_1.getFirstDegreeDerivative)();
|
|
26
|
+
case 2:
|
|
27
|
+
return (0, secondDegreeDerivative_1.getSecondDegreeDerivative)();
|
|
28
|
+
case 3:
|
|
29
|
+
return (0, thirdDegreeDerivative_1.getThirdDegreeDerivative)();
|
|
30
|
+
case 4:
|
|
31
|
+
return (0, constanteDerivative_1.getConstanteDerivative)();
|
|
32
|
+
default:
|
|
33
|
+
throw Error('erreur');
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.getUsualDerivative = getUsualDerivative;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export type GeneratorOptions = {};
|
|
2
|
-
export interface Question {
|
|
3
|
-
instruction?: string;
|
|
4
|
-
startStatement?: string;
|
|
5
|
-
answer: string;
|
|
6
|
-
keys?: string[];
|
|
7
|
-
commands?: string[];
|
|
8
|
-
coords?: number[];
|
|
9
|
-
}
|
|
10
|
-
export interface Exercise {
|
|
11
|
-
id: string;
|
|
12
|
-
instruction: string;
|
|
13
|
-
isSingleStep: boolean;
|
|
14
|
-
label: string;
|
|
15
|
-
section: string;
|
|
16
|
-
levels: string[];
|
|
17
|
-
connector: '=' | '\\iff' | '\\approx';
|
|
18
|
-
keys?: string[];
|
|
19
|
-
generator(nb: number, options?: GeneratorOptions): Question[];
|
|
20
|
-
}
|
|
1
|
+
export type GeneratorOptions = {};
|
|
2
|
+
export interface Question {
|
|
3
|
+
instruction?: string;
|
|
4
|
+
startStatement?: string;
|
|
5
|
+
answer: string;
|
|
6
|
+
keys?: string[];
|
|
7
|
+
commands?: string[];
|
|
8
|
+
coords?: number[];
|
|
9
|
+
}
|
|
10
|
+
export interface Exercise {
|
|
11
|
+
id: string;
|
|
12
|
+
instruction: string;
|
|
13
|
+
isSingleStep: boolean;
|
|
14
|
+
label: string;
|
|
15
|
+
section: string;
|
|
16
|
+
levels: string[];
|
|
17
|
+
connector: '=' | '\\iff' | '\\approx';
|
|
18
|
+
keys?: string[];
|
|
19
|
+
generator(nb: number, options?: GeneratorOptions): Question[];
|
|
20
|
+
}
|
|
21
21
|
//# sourceMappingURL=exercise.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// export enum Connector {
|
|
3
|
-
// equal = "=",
|
|
4
|
-
// equiv = "\\iff",
|
|
5
|
-
// implies = "\\Rightarrow",
|
|
6
|
-
// }
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
// export enum Connector {
|
|
3
|
+
// equal = "=",
|
|
4
|
+
// equiv = "\\iff",
|
|
5
|
+
// implies = "\\Rightarrow",
|
|
6
|
+
// }
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const exercises: import("./exercise").Exercise[];
|
|
1
|
+
export declare const exercises: import("./exercise").Exercise[];
|
|
2
2
|
//# sourceMappingURL=exercises.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exercises.d.ts","sourceRoot":"","sources":["../../src/exercises/exercises.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"exercises.d.ts","sourceRoot":"","sources":["../../src/exercises/exercises.ts"],"names":[],"mappings":"AAqFA,eAAO,MAAM,SAAS,iCAmIrB,CAAC"}
|
|
@@ -1,183 +1,198 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.exercises = void 0;
|
|
4
|
-
const addAndSub_1 = require("./calcul/addAndSub");
|
|
5
|
-
const addAndSubWithoutRelatives_1 = require("./calcul/addAndSubWithoutRelatives");
|
|
6
|
-
const fractionAndIntegerDivision_1 = require("./calcul/fractions/fractionAndIntegerDivision");
|
|
7
|
-
const fractionAndIntegerProduct_1 = require("./calcul/fractions/fractionAndIntegerProduct");
|
|
8
|
-
const fractionAndIntegerSum_1 = require("./calcul/fractions/fractionAndIntegerSum");
|
|
9
|
-
const fractionToPercentToDecimal_1 = require("./calcul/fractions/fractionToPercentToDecimal");
|
|
10
|
-
const fractionsDivision_1 = require("./calcul/fractions/fractionsDivision");
|
|
11
|
-
const fractionsProduct_1 = require("./calcul/fractions/fractionsProduct");
|
|
12
|
-
const fractionsSum_1 = require("./calcul/fractions/fractionsSum");
|
|
13
|
-
const simplifyFraction_1 = require("./calcul/fractions/simplifyFraction");
|
|
14
|
-
const mentalAddAndSub_1 = require("./calcul/mentalCaluls.ts/mentalAddAndSub");
|
|
15
|
-
const mentalDivisions_1 = require("./calcul/mentalCaluls.ts/mentalDivisions");
|
|
16
|
-
const mentalMultiplications_1 = require("./calcul/mentalCaluls.ts/mentalMultiplications");
|
|
17
|
-
const mentalPercentage_1 = require("./calcul/mentalCaluls.ts/mentalPercentage");
|
|
18
|
-
const operationsPriorities_1 = require("./calcul/operations/operationsPriorities");
|
|
19
|
-
const operationsPrioritiesWithoutRelative_1 = require("./calcul/operations/operationsPrioritiesWithoutRelative");
|
|
20
|
-
const rounding_1 = require("./calcul/rounding/rounding");
|
|
21
|
-
const allIdentities_1 = require("./calculLitteral/distributivity/allIdentities");
|
|
22
|
-
const doubleDistributivity_1 = require("./calculLitteral/distributivity/doubleDistributivity");
|
|
23
|
-
const firstIdentity_1 = require("./calculLitteral/distributivity/firstIdentity");
|
|
24
|
-
const secondIdentity_1 = require("./calculLitteral/distributivity/secondIdentity");
|
|
25
|
-
const simpleDistributivity_1 = require("./calculLitteral/distributivity/simpleDistributivity");
|
|
26
|
-
const thirdIdentity_1 = require("./calculLitteral/distributivity/thirdIdentity");
|
|
27
|
-
const equationSimpleSquare_1 = require("./calculLitteral/equation/equationSimpleSquare");
|
|
28
|
-
const equationType1Exercise_1 = require("./calculLitteral/equation/equationType1Exercise");
|
|
29
|
-
const equationType2Exercise_1 = require("./calculLitteral/equation/equationType2Exercise");
|
|
30
|
-
const equationType3Exercise_1 = require("./calculLitteral/equation/equationType3Exercise");
|
|
31
|
-
const equationType4Exercise_1 = require("./calculLitteral/equation/equationType4Exercise");
|
|
32
|
-
const firstDegreeEquation_1 = require("./calculLitteral/equation/firstDegreeEquation");
|
|
33
|
-
const factoIdRmq1_1 = require("./calculLitteral/factorisation/factoIdRmq1");
|
|
34
|
-
const factoIdRmq2_1 = require("./calculLitteral/factorisation/factoIdRmq2");
|
|
35
|
-
const factoIdRmq3_1 = require("./calculLitteral/factorisation/factoIdRmq3");
|
|
36
|
-
const factoType1Exercise_1 = require("./calculLitteral/factorisation/factoType1Exercise");
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
53
|
-
const
|
|
54
|
-
const
|
|
55
|
-
const
|
|
56
|
-
const
|
|
57
|
-
const
|
|
58
|
-
const
|
|
59
|
-
const
|
|
60
|
-
const
|
|
61
|
-
const
|
|
62
|
-
const
|
|
63
|
-
const
|
|
64
|
-
const
|
|
65
|
-
const
|
|
66
|
-
const
|
|
67
|
-
const
|
|
68
|
-
const
|
|
69
|
-
const
|
|
70
|
-
const
|
|
71
|
-
const
|
|
72
|
-
const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.exercises = void 0;
|
|
4
|
+
const addAndSub_1 = require("./calcul/addAndSub");
|
|
5
|
+
const addAndSubWithoutRelatives_1 = require("./calcul/addAndSubWithoutRelatives");
|
|
6
|
+
const fractionAndIntegerDivision_1 = require("./calcul/fractions/fractionAndIntegerDivision");
|
|
7
|
+
const fractionAndIntegerProduct_1 = require("./calcul/fractions/fractionAndIntegerProduct");
|
|
8
|
+
const fractionAndIntegerSum_1 = require("./calcul/fractions/fractionAndIntegerSum");
|
|
9
|
+
const fractionToPercentToDecimal_1 = require("./calcul/fractions/fractionToPercentToDecimal");
|
|
10
|
+
const fractionsDivision_1 = require("./calcul/fractions/fractionsDivision");
|
|
11
|
+
const fractionsProduct_1 = require("./calcul/fractions/fractionsProduct");
|
|
12
|
+
const fractionsSum_1 = require("./calcul/fractions/fractionsSum");
|
|
13
|
+
const simplifyFraction_1 = require("./calcul/fractions/simplifyFraction");
|
|
14
|
+
const mentalAddAndSub_1 = require("./calcul/mentalCaluls.ts/mentalAddAndSub");
|
|
15
|
+
const mentalDivisions_1 = require("./calcul/mentalCaluls.ts/mentalDivisions");
|
|
16
|
+
const mentalMultiplications_1 = require("./calcul/mentalCaluls.ts/mentalMultiplications");
|
|
17
|
+
const mentalPercentage_1 = require("./calcul/mentalCaluls.ts/mentalPercentage");
|
|
18
|
+
const operationsPriorities_1 = require("./calcul/operations/operationsPriorities");
|
|
19
|
+
const operationsPrioritiesWithoutRelative_1 = require("./calcul/operations/operationsPrioritiesWithoutRelative");
|
|
20
|
+
const rounding_1 = require("./calcul/rounding/rounding");
|
|
21
|
+
const allIdentities_1 = require("./calculLitteral/distributivity/allIdentities");
|
|
22
|
+
const doubleDistributivity_1 = require("./calculLitteral/distributivity/doubleDistributivity");
|
|
23
|
+
const firstIdentity_1 = require("./calculLitteral/distributivity/firstIdentity");
|
|
24
|
+
const secondIdentity_1 = require("./calculLitteral/distributivity/secondIdentity");
|
|
25
|
+
const simpleDistributivity_1 = require("./calculLitteral/distributivity/simpleDistributivity");
|
|
26
|
+
const thirdIdentity_1 = require("./calculLitteral/distributivity/thirdIdentity");
|
|
27
|
+
const equationSimpleSquare_1 = require("./calculLitteral/equation/equationSimpleSquare");
|
|
28
|
+
const equationType1Exercise_1 = require("./calculLitteral/equation/equationType1Exercise");
|
|
29
|
+
const equationType2Exercise_1 = require("./calculLitteral/equation/equationType2Exercise");
|
|
30
|
+
const equationType3Exercise_1 = require("./calculLitteral/equation/equationType3Exercise");
|
|
31
|
+
const equationType4Exercise_1 = require("./calculLitteral/equation/equationType4Exercise");
|
|
32
|
+
const firstDegreeEquation_1 = require("./calculLitteral/equation/firstDegreeEquation");
|
|
33
|
+
const factoIdRmq1_1 = require("./calculLitteral/factorisation/factoIdRmq1");
|
|
34
|
+
const factoIdRmq2_1 = require("./calculLitteral/factorisation/factoIdRmq2");
|
|
35
|
+
const factoIdRmq3_1 = require("./calculLitteral/factorisation/factoIdRmq3");
|
|
36
|
+
const factoType1Exercise_1 = require("./calculLitteral/factorisation/factoType1Exercise");
|
|
37
|
+
const aeraConversion_1 = require("./conversion/aeraConversion");
|
|
38
|
+
const capacityConversion_1 = require("./conversion/capacityConversion");
|
|
39
|
+
const lengthConversion_1 = require("./conversion/lengthConversion");
|
|
40
|
+
const massConversion_1 = require("./conversion/massConversion");
|
|
41
|
+
const volumeCapacityConversion_1 = require("./conversion/volumeCapacityConversion");
|
|
42
|
+
const volumeConversion_1 = require("./conversion/volumeConversion");
|
|
43
|
+
const constanteDerivative_1 = require("./derivation/derivative/constanteDerivative");
|
|
44
|
+
const firstDegreeDerivative_1 = require("./derivation/derivative/firstDegreeDerivative");
|
|
45
|
+
const inverseFunctionDerivative_1 = require("./derivation/derivative/inverseFunctionDerivative");
|
|
46
|
+
const powerFunctionDerivative_1 = require("./derivation/derivative/powerFunctionDerivative");
|
|
47
|
+
const rootFunctionDerivative_1 = require("./derivation/derivative/rootFunctionDerivative");
|
|
48
|
+
const secondDegreeDerivative_1 = require("./derivation/derivative/secondDegreeDerivative");
|
|
49
|
+
const thirdDegreeDerivative_1 = require("./derivation/derivative/thirdDegreeDerivative");
|
|
50
|
+
const usualderivative_1 = require("./derivation/derivative/usualderivative");
|
|
51
|
+
const derivativeNumberReading_1 = require("./geometry/cartesian/derivativeNumberReading");
|
|
52
|
+
const leadingCoefficient_1 = require("./geometry/cartesian/leadingCoefficient");
|
|
53
|
+
const midpoint_1 = require("./geometry/cartesian/midpoint");
|
|
54
|
+
const scalarProductViaCoords_1 = require("./geometry/vectors/scalarProductViaCoords");
|
|
55
|
+
const applyPercent_1 = require("./percent/applyPercent");
|
|
56
|
+
const averageEvolutionRate_1 = require("./percent/averageEvolutionRate");
|
|
57
|
+
const globalPercent_1 = require("./percent/globalPercent");
|
|
58
|
+
const reciprocalPercentage_1 = require("./percent/reciprocalPercentage");
|
|
59
|
+
const powersDivision_1 = require("./powers/powersDivision");
|
|
60
|
+
const powersOfTenToDecimal_1 = require("./powers/powersOfTenToDecimal");
|
|
61
|
+
const powersPower_1 = require("./powers/powersPower");
|
|
62
|
+
const powersProduct_1 = require("./powers/powersProduct");
|
|
63
|
+
const scientificToDecimal_1 = require("./powers/scientificToDecimal");
|
|
64
|
+
const conditionalProbability_1 = require("./proba/conditionalProbability");
|
|
65
|
+
const marginalAndConditionalFrequency_1 = require("./proba/marginalAndConditionalFrequency");
|
|
66
|
+
const probabilityTree_1 = require("./proba/probabilityTree");
|
|
67
|
+
const arithmeticExplicitFormulaUsage_1 = require("./sequences/arithmetic/arithmeticExplicitFormulaUsage");
|
|
68
|
+
const arithmeticFindExplicitFormula_1 = require("./sequences/arithmetic/arithmeticFindExplicitFormula");
|
|
69
|
+
const arithmeticFindReason_1 = require("./sequences/arithmetic/arithmeticFindReason");
|
|
70
|
+
const arithmeticReasonUsage_1 = require("./sequences/arithmetic/arithmeticReasonUsage");
|
|
71
|
+
const arithmeticRecurrenceFormulaUsage_1 = require("./sequences/arithmetic/arithmeticRecurrenceFormulaUsage");
|
|
72
|
+
const arithmeticThresholdFind_1 = require("./sequences/arithmetic/arithmeticThresholdFind");
|
|
73
|
+
const geometricExplicitFormulaUsage_1 = require("./sequences/geometric/geometricExplicitFormulaUsage");
|
|
74
|
+
const geometricFindExplicitFormula_1 = require("./sequences/geometric/geometricFindExplicitFormula");
|
|
75
|
+
const geometricFindReason_1 = require("./sequences/geometric/geometricFindReason");
|
|
76
|
+
const geometricReasonUsage_1 = require("./sequences/geometric/geometricReasonUsage");
|
|
77
|
+
const geometricRecurrenceFormulaUsage_1 = require("./sequences/geometric/geometricRecurrenceFormulaUsage");
|
|
78
|
+
const simpifySquareRoot_1 = require("./squareRoots/simpifySquareRoot");
|
|
79
|
+
exports.exercises = [
|
|
80
|
+
/**
|
|
81
|
+
* calcul litteral
|
|
82
|
+
*/
|
|
83
|
+
factoType1Exercise_1.factoType1Exercise,
|
|
84
|
+
factoIdRmq1_1.factoIdRmq1,
|
|
85
|
+
factoIdRmq2_1.factoIdRmq2,
|
|
86
|
+
factoIdRmq3_1.factoIdRmq3,
|
|
87
|
+
simpleDistributivity_1.simpleDistributivity,
|
|
88
|
+
doubleDistributivity_1.doubleDistributivity,
|
|
89
|
+
firstIdentity_1.firstIdentity,
|
|
90
|
+
secondIdentity_1.secondIdentity,
|
|
91
|
+
thirdIdentity_1.thirdIdentity,
|
|
92
|
+
allIdentities_1.allIdentities,
|
|
93
|
+
/**
|
|
94
|
+
* equations
|
|
95
|
+
*/
|
|
96
|
+
equationType1Exercise_1.equationType1Exercise,
|
|
97
|
+
equationType2Exercise_1.equationType2Exercise,
|
|
98
|
+
equationType3Exercise_1.equationType3Exercise,
|
|
99
|
+
equationType4Exercise_1.equationType4Exercise,
|
|
100
|
+
firstDegreeEquation_1.firstDegreeEquation,
|
|
101
|
+
equationSimpleSquare_1.equationSimpleSquare,
|
|
102
|
+
/**
|
|
103
|
+
* square roots
|
|
104
|
+
*/
|
|
105
|
+
simpifySquareRoot_1.simplifySquareRoot,
|
|
106
|
+
/**
|
|
107
|
+
* fractions
|
|
108
|
+
*/
|
|
109
|
+
fractionAndIntegerDivision_1.fractionAndIntegerDivision,
|
|
110
|
+
fractionAndIntegerProduct_1.fractionAndIntegerProduct,
|
|
111
|
+
fractionAndIntegerSum_1.fractionAndIntegerSum,
|
|
112
|
+
fractionsDivision_1.fractionsDivision,
|
|
113
|
+
fractionsProduct_1.fractionsProduct,
|
|
114
|
+
fractionsSum_1.fractionsSum,
|
|
115
|
+
simplifyFraction_1.simplifyFraction,
|
|
116
|
+
/**
|
|
117
|
+
* calcul
|
|
118
|
+
*/
|
|
119
|
+
addAndSub_1.addAndSubExercise,
|
|
120
|
+
addAndSubWithoutRelatives_1.addAndSubWithoutRelatives,
|
|
121
|
+
operationsPriorities_1.operationsPriorities,
|
|
122
|
+
operationsPrioritiesWithoutRelative_1.operationsPrioritiesWithoutRelative,
|
|
123
|
+
/**
|
|
124
|
+
* rounding
|
|
125
|
+
*/
|
|
126
|
+
rounding_1.roundToCentieme,
|
|
127
|
+
rounding_1.roundToDixieme,
|
|
128
|
+
rounding_1.roundToMillieme,
|
|
129
|
+
rounding_1.roundToUnit,
|
|
130
|
+
rounding_1.allRoundings,
|
|
131
|
+
/**
|
|
132
|
+
* geometry
|
|
133
|
+
*/
|
|
134
|
+
midpoint_1.midpoint,
|
|
135
|
+
/**
|
|
136
|
+
* vectors
|
|
137
|
+
*/
|
|
138
|
+
scalarProductViaCoords_1.scalarProductViaCoords,
|
|
139
|
+
/**
|
|
140
|
+
* puissances
|
|
141
|
+
*/
|
|
142
|
+
powersDivision_1.powersDivision,
|
|
143
|
+
powersPower_1.powersPower,
|
|
144
|
+
powersProduct_1.powersProduct,
|
|
145
|
+
powersDivision_1.powersOfTenDivision,
|
|
146
|
+
powersPower_1.powersOfTenPower,
|
|
147
|
+
powersProduct_1.powersOfTenProduct,
|
|
148
|
+
scientificToDecimal_1.scientificToDecimal,
|
|
149
|
+
powersOfTenToDecimal_1.powersOfTenToDecimal,
|
|
150
|
+
/**
|
|
151
|
+
* suites
|
|
152
|
+
*/
|
|
153
|
+
geometricExplicitFormulaUsage_1.geometricExplicitFormulaUsage,
|
|
154
|
+
geometricFindReason_1.geometricFindReason,
|
|
155
|
+
geometricFindExplicitFormula_1.geometricFindExplicitFormula,
|
|
156
|
+
geometricReasonUsage_1.geometricReasonUsage,
|
|
157
|
+
geometricRecurrenceFormulaUsage_1.geometricRecurrenceFormulaUsage,
|
|
158
|
+
arithmeticExplicitFormulaUsage_1.arithmeticExplicitFormulaUsage,
|
|
159
|
+
arithmeticFindExplicitFormula_1.arithmeticFindExplicitFormula,
|
|
160
|
+
arithmeticFindReason_1.arithmeticFindReason,
|
|
161
|
+
arithmeticReasonUsage_1.arithmeticReasonUsage,
|
|
162
|
+
arithmeticRecurrenceFormulaUsage_1.arithmeticRecurrenceFormulaUsage,
|
|
163
|
+
arithmeticThresholdFind_1.arithmeticThresholdFind,
|
|
164
|
+
/**
|
|
165
|
+
* islam
|
|
166
|
+
*/
|
|
167
|
+
applyPercent_1.applyPercent,
|
|
168
|
+
globalPercent_1.globalPercent,
|
|
169
|
+
reciprocalPercentage_1.reciprocalPercentage,
|
|
170
|
+
averageEvolutionRate_1.averageEvolutionRate,
|
|
171
|
+
usualderivative_1.usualDerivative,
|
|
172
|
+
constanteDerivative_1.constanteDerivative,
|
|
173
|
+
firstDegreeDerivative_1.firstDegreeDerivative,
|
|
174
|
+
secondDegreeDerivative_1.secondDegreeDerivative,
|
|
175
|
+
thirdDegreeDerivative_1.thirdDegreeDerivative,
|
|
176
|
+
inverseFunctionDerivative_1.inverseFunctionDerivative,
|
|
177
|
+
rootFunctionDerivative_1.rootFunctionDerivative,
|
|
178
|
+
powerFunctionDerivative_1.powerFunctionDerivative,
|
|
179
|
+
conditionalProbability_1.conditionalProbability,
|
|
180
|
+
leadingCoefficient_1.leadingCoefficient,
|
|
181
|
+
derivativeNumberReading_1.derivativeNumberReading,
|
|
182
|
+
probabilityTree_1.probabilityTree,
|
|
183
|
+
fractionToPercentToDecimal_1.fractionToPercentToDecimal,
|
|
184
|
+
marginalAndConditionalFrequency_1.marginalAndConditionalFrequency,
|
|
185
|
+
mentalAddAndSub_1.mentalAddAndSub,
|
|
186
|
+
mentalMultiplications_1.mentalMultiplications,
|
|
187
|
+
mentalDivisions_1.mentalDivisions,
|
|
188
|
+
mentalPercentage_1.mentalPercentage,
|
|
189
|
+
/**
|
|
190
|
+
* nv generateurs
|
|
191
|
+
*/
|
|
192
|
+
capacityConversion_1.capacityConversion,
|
|
193
|
+
lengthConversion_1.lengthConversion,
|
|
194
|
+
massConversion_1.massConversion,
|
|
195
|
+
aeraConversion_1.aeraConversion,
|
|
196
|
+
volumeConversion_1.volumeConversion,
|
|
197
|
+
volumeCapacityConversion_1.volumeCapacityConversion,
|
|
198
|
+
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Exercise, Question } from '../../../exercises/exercise';
|
|
2
|
-
export declare const derivativeNumberReading: Exercise;
|
|
3
|
-
export declare function getDerivativeNumberReading(): Question;
|
|
1
|
+
import { Exercise, Question } from '../../../exercises/exercise';
|
|
2
|
+
export declare const derivativeNumberReading: Exercise;
|
|
3
|
+
export declare function getDerivativeNumberReading(): Question;
|
|
4
4
|
//# sourceMappingURL=derivativeNumberReading.d.ts.map
|