math-exercises 2.2.98 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/exercises/exercise.d.ts +2 -2
- package/lib/exercises/exercise.d.ts.map +1 -1
- package/lib/exercises/exercise.js +14 -21
- package/lib/exercises/math/calcul/addAndSub.d.ts +1 -1
- package/lib/exercises/math/calcul/addAndSub.d.ts.map +1 -1
- package/lib/exercises/math/calcul/addAndSub.js +18 -21
- package/lib/exercises/math/calcul/addAndSubWithoutRelatives.d.ts +1 -1
- package/lib/exercises/math/calcul/addAndSubWithoutRelatives.d.ts.map +1 -1
- package/lib/exercises/math/calcul/addAndSubWithoutRelatives.js +19 -22
- package/lib/exercises/math/calcul/arithmetics/commonDivisorsList.d.ts +1 -1
- package/lib/exercises/math/calcul/arithmetics/commonDivisorsList.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/commonDivisorsList.js +20 -23
- package/lib/exercises/math/calcul/arithmetics/divisibiltyCriteria.d.ts +1 -1
- package/lib/exercises/math/calcul/arithmetics/divisibiltyCriteria.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/divisibiltyCriteria.js +16 -19
- package/lib/exercises/math/calcul/arithmetics/divisorsList.d.ts +1 -1
- package/lib/exercises/math/calcul/arithmetics/divisorsList.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/divisorsList.js +16 -19
- package/lib/exercises/math/calcul/arithmetics/euclideanDivision.d.ts +1 -1
- package/lib/exercises/math/calcul/arithmetics/euclideanDivision.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/euclideanDivision.js +22 -25
- package/lib/exercises/math/calcul/arithmetics/index.d.ts +7 -7
- package/lib/exercises/math/calcul/arithmetics/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/index.js +7 -23
- package/lib/exercises/math/calcul/arithmetics/paritySumsAndProducts.d.ts +1 -1
- package/lib/exercises/math/calcul/arithmetics/paritySumsAndProducts.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/paritySumsAndProducts.js +12 -15
- package/lib/exercises/math/calcul/arithmetics/pgcdCalcul.d.ts +1 -1
- package/lib/exercises/math/calcul/arithmetics/pgcdCalcul.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/pgcdCalcul.js +15 -18
- package/lib/exercises/math/calcul/arithmetics/primeNumbers.d.ts +1 -1
- package/lib/exercises/math/calcul/arithmetics/primeNumbers.d.ts.map +1 -1
- package/lib/exercises/math/calcul/arithmetics/primeNumbers.js +23 -26
- package/lib/exercises/math/calcul/decimals/index.d.ts +2 -2
- package/lib/exercises/math/calcul/decimals/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/decimals/index.js +2 -18
- package/lib/exercises/math/calcul/decimals/multiplyDecimalByNegativeTens.d.ts +1 -1
- package/lib/exercises/math/calcul/decimals/multiplyDecimalByNegativeTens.d.ts.map +1 -1
- package/lib/exercises/math/calcul/decimals/multiplyDecimalByNegativeTens.js +19 -22
- package/lib/exercises/math/calcul/decimals/multiplyDecimalByTens.d.ts +1 -1
- package/lib/exercises/math/calcul/decimals/multiplyDecimalByTens.d.ts.map +1 -1
- package/lib/exercises/math/calcul/decimals/multiplyDecimalByTens.js +22 -25
- package/lib/exercises/math/calcul/digitDecimalRank.d.ts +1 -1
- package/lib/exercises/math/calcul/digitDecimalRank.d.ts.map +1 -1
- package/lib/exercises/math/calcul/digitDecimalRank.js +17 -20
- package/lib/exercises/math/calcul/digitDecimalRankNumber.d.ts +1 -1
- package/lib/exercises/math/calcul/digitDecimalRankNumber.d.ts.map +1 -1
- package/lib/exercises/math/calcul/digitDecimalRankNumber.js +17 -20
- package/lib/exercises/math/calcul/digitRank.d.ts +1 -1
- package/lib/exercises/math/calcul/digitRank.d.ts.map +1 -1
- package/lib/exercises/math/calcul/digitRank.js +16 -19
- package/lib/exercises/math/calcul/digitRankNumber.d.ts +1 -1
- package/lib/exercises/math/calcul/digitRankNumber.d.ts.map +1 -1
- package/lib/exercises/math/calcul/digitRankNumber.js +17 -20
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerDivision.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerDivision.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerDivision.js +35 -38
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerProduct.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerProduct.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerProduct.js +28 -31
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerSum.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerSum.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionAndIntegerSum.js +30 -33
- package/lib/exercises/math/calcul/fractions/fractionSquare.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionSquare.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionSquare.js +24 -27
- package/lib/exercises/math/calcul/fractions/fractionToPercentToDecimal.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionToPercentToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionToPercentToDecimal.js +36 -39
- package/lib/exercises/math/calcul/fractions/fractionsDivision.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsDivision.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsDivision.js +24 -27
- package/lib/exercises/math/calcul/fractions/fractionsOperations.d.ts +2 -2
- package/lib/exercises/math/calcul/fractions/fractionsOperations.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsOperations.js +24 -27
- package/lib/exercises/math/calcul/fractions/fractionsProduct.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsProduct.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsProduct.js +22 -25
- package/lib/exercises/math/calcul/fractions/fractionsSum.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSum.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSum.js +27 -30
- package/lib/exercises/math/calcul/fractions/fractionsSumsMultiplesDenominators.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSumsMultiplesDenominators.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSumsMultiplesDenominators.js +28 -31
- package/lib/exercises/math/calcul/fractions/fractionsSumsPrimeDenominators.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSumsPrimeDenominators.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSumsPrimeDenominators.js +28 -31
- package/lib/exercises/math/calcul/fractions/fractionsSumsSameDenominators.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSumsSameDenominators.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/fractionsSumsSameDenominators.js +35 -38
- package/lib/exercises/math/calcul/fractions/index.d.ts +14 -14
- package/lib/exercises/math/calcul/fractions/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/index.js +14 -30
- package/lib/exercises/math/calcul/fractions/periodicWritingToFraction.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/periodicWritingToFraction.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/periodicWritingToFraction.js +17 -20
- package/lib/exercises/math/calcul/fractions/simplifyFraction.d.ts +1 -1
- package/lib/exercises/math/calcul/fractions/simplifyFraction.d.ts.map +1 -1
- package/lib/exercises/math/calcul/fractions/simplifyFraction.js +14 -17
- package/lib/exercises/math/calcul/index.d.ts +14 -14
- package/lib/exercises/math/calcul/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/index.js +14 -30
- package/lib/exercises/math/calcul/mentalCaluls/index.d.ts +6 -6
- package/lib/exercises/math/calcul/mentalCaluls/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/index.js +6 -22
- package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSub.d.ts +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSub.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSub.js +29 -32
- package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSubNoRelative.d.ts +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSubNoRelative.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSubNoRelative.js +22 -25
- package/lib/exercises/math/calcul/mentalCaluls/mentalDivisions.d.ts +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalDivisions.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalDivisions.js +37 -40
- package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplications.d.ts +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplications.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplications.js +30 -33
- package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplicationsNoRelative.d.ts +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplicationsNoRelative.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplicationsNoRelative.js +29 -32
- package/lib/exercises/math/calcul/mentalCaluls/mentalPercentage.d.ts +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalPercentage.d.ts.map +1 -1
- package/lib/exercises/math/calcul/mentalCaluls/mentalPercentage.js +47 -50
- package/lib/exercises/math/calcul/operations/expressionNature.d.ts +1 -1
- package/lib/exercises/math/calcul/operations/expressionNature.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/expressionNature.js +45 -48
- package/lib/exercises/math/calcul/operations/index.d.ts +5 -5
- package/lib/exercises/math/calcul/operations/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/index.js +5 -21
- package/lib/exercises/math/calcul/operations/operationsPriorities.d.ts +1 -1
- package/lib/exercises/math/calcul/operations/operationsPriorities.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/operationsPriorities.js +46 -49
- package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesis.d.ts +1 -1
- package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesis.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesis.js +43 -46
- package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesisNoRelatives.d.ts +1 -1
- package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesisNoRelatives.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesisNoRelatives.js +48 -51
- package/lib/exercises/math/calcul/operations/operationsPrioritiesWithoutRelative.d.ts +1 -1
- package/lib/exercises/math/calcul/operations/operationsPrioritiesWithoutRelative.d.ts.map +1 -1
- package/lib/exercises/math/calcul/operations/operationsPrioritiesWithoutRelative.js +81 -84
- package/lib/exercises/math/calcul/ordering/decimalOrdering.d.ts +1 -1
- package/lib/exercises/math/calcul/ordering/decimalOrdering.d.ts.map +1 -1
- package/lib/exercises/math/calcul/ordering/decimalOrdering.js +22 -25
- package/lib/exercises/math/calcul/ordering/decimalOrderingNoRelatives.d.ts +1 -1
- package/lib/exercises/math/calcul/ordering/decimalOrderingNoRelatives.d.ts.map +1 -1
- package/lib/exercises/math/calcul/ordering/decimalOrderingNoRelatives.js +22 -25
- package/lib/exercises/math/calcul/ordering/framing.d.ts +1 -1
- package/lib/exercises/math/calcul/ordering/framing.d.ts.map +1 -1
- package/lib/exercises/math/calcul/ordering/framing.js +37 -40
- package/lib/exercises/math/calcul/ordering/index.d.ts +4 -4
- package/lib/exercises/math/calcul/ordering/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/ordering/index.js +4 -20
- package/lib/exercises/math/calcul/ordering/integerOrdering.d.ts +1 -1
- package/lib/exercises/math/calcul/ordering/integerOrdering.d.ts.map +1 -1
- package/lib/exercises/math/calcul/ordering/integerOrdering.js +20 -23
- package/lib/exercises/math/calcul/proportionality/findCoeffInProportionalTableNonIntegers.d.ts +1 -1
- package/lib/exercises/math/calcul/proportionality/findCoeffInProportionalTableNonIntegers.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/findCoeffInProportionalTableNonIntegers.js +40 -43
- package/lib/exercises/math/calcul/proportionality/index.d.ts +7 -7
- package/lib/exercises/math/calcul/proportionality/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/index.js +7 -23
- package/lib/exercises/math/calcul/proportionality/isTableProportional.d.ts +1 -1
- package/lib/exercises/math/calcul/proportionality/isTableProportional.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/isTableProportional.js +20 -23
- package/lib/exercises/math/calcul/proportionality/isTableProportionalNonInteger.d.ts +1 -1
- package/lib/exercises/math/calcul/proportionality/isTableProportionalNonInteger.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/isTableProportionalNonInteger.js +39 -42
- package/lib/exercises/math/calcul/proportionality/proportionalityTable.d.ts +1 -1
- package/lib/exercises/math/calcul/proportionality/proportionalityTable.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/proportionalityTable.js +18 -21
- package/lib/exercises/math/calcul/proportionality/proportionalityTableCoefficient.d.ts +1 -1
- package/lib/exercises/math/calcul/proportionality/proportionalityTableCoefficient.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/proportionalityTableCoefficient.js +17 -20
- package/lib/exercises/math/calcul/proportionality/scaleCalculation.d.ts +1 -1
- package/lib/exercises/math/calcul/proportionality/scaleCalculation.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/scaleCalculation.js +20 -23
- package/lib/exercises/math/calcul/proportionality/scaleUsage.d.ts +1 -1
- package/lib/exercises/math/calcul/proportionality/scaleUsage.d.ts.map +1 -1
- package/lib/exercises/math/calcul/proportionality/scaleUsage.js +23 -26
- package/lib/exercises/math/calcul/rounding/index.d.ts +1 -1
- package/lib/exercises/math/calcul/rounding/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/rounding/index.js +1 -17
- package/lib/exercises/math/calcul/rounding/rounding.d.ts +1 -1
- package/lib/exercises/math/calcul/rounding/rounding.d.ts.map +1 -1
- package/lib/exercises/math/calcul/rounding/rounding.js +30 -33
- package/lib/exercises/math/calcul/sign/index.d.ts +1 -0
- package/lib/exercises/math/calcul/sign/index.js +1 -1
- package/lib/exercises/math/calcul/sign/signFromAx.d.ts +1 -0
- package/lib/exercises/math/calcul/sign/signFromAx.js +4 -4
- package/lib/exercises/math/calcul/writing/index.d.ts +1 -1
- package/lib/exercises/math/calcul/writing/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/writing/index.js +1 -17
- package/lib/exercises/math/calcul/writing/numberToFrenchWriting.d.ts +1 -1
- package/lib/exercises/math/calcul/writing/numberToFrenchWriting.d.ts.map +1 -1
- package/lib/exercises/math/calcul/writing/numberToFrenchWriting.js +13 -16
- package/lib/exercises/math/calculLitteral/distributivity/allIdentities.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/allIdentities.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/allIdentities.js +17 -20
- package/lib/exercises/math/calculLitteral/distributivity/canonicalFormDevelopment.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/canonicalFormDevelopment.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/canonicalFormDevelopment.js +16 -19
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivity.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivity.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivity.js +43 -46
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivitySubstract.d.ts +2 -2
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivitySubstract.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivitySubstract.js +32 -35
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivityWithCoeff.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivityWithCoeff.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivityWithCoeff.js +30 -33
- package/lib/exercises/math/calculLitteral/distributivity/firstIdentity.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/firstIdentity.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/firstIdentity.js +41 -47
- package/lib/exercises/math/calculLitteral/distributivity/identitiesWithNonIntegers.d.ts +2 -2
- package/lib/exercises/math/calculLitteral/distributivity/identitiesWithNonIntegers.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/identitiesWithNonIntegers.js +33 -36
- package/lib/exercises/math/calculLitteral/distributivity/index.d.ts +11 -11
- package/lib/exercises/math/calculLitteral/distributivity/index.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/index.js +11 -31
- package/lib/exercises/math/calculLitteral/distributivity/secondIdentity.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/secondIdentity.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/secondIdentity.js +41 -47
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistriXCoeff.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistriXCoeff.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistriXCoeff.js +36 -39
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistributivity.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistributivity.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/simpleDistributivity.js +31 -35
- package/lib/exercises/math/calculLitteral/distributivity/thirdIdentity.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/thirdIdentity.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/distributivity/thirdIdentity.js +44 -50
- package/lib/exercises/math/calculLitteral/equation/binomialsTrinomialsProposedSolutions.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/binomialsTrinomialsProposedSolutions.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/binomialsTrinomialsProposedSolutions.js +33 -36
- package/lib/exercises/math/calculLitteral/equation/choseOperationToSolveEquation.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/choseOperationToSolveEquation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/choseOperationToSolveEquation.js +37 -40
- package/lib/exercises/math/calculLitteral/equation/equationFromSentenceExercise.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationFromSentenceExercise.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationFromSentenceExercise.js +73 -76
- package/lib/exercises/math/calculLitteral/equation/equationSimpleSquare.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationSimpleSquare.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationSimpleSquare.js +47 -50
- package/lib/exercises/math/calculLitteral/equation/equationType1Exercise.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationType1Exercise.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationType1Exercise.js +30 -33
- package/lib/exercises/math/calculLitteral/equation/equationType2Exercise.d.ts +2 -2
- package/lib/exercises/math/calculLitteral/equation/equationType2Exercise.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationType2Exercise.js +57 -60
- package/lib/exercises/math/calculLitteral/equation/equationType3Exercise.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationType3Exercise.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationType3Exercise.js +32 -35
- package/lib/exercises/math/calculLitteral/equation/equationType4Exercise.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationType4Exercise.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationType4Exercise.js +28 -31
- package/lib/exercises/math/calculLitteral/equation/equationWithDistributivity.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationWithDistributivity.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/equationWithDistributivity.js +35 -38
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquation.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquation.js +30 -33
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType1.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType1.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType1.js +34 -37
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType2.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType2.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType2.js +35 -38
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType3.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType3.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType3.js +33 -36
- package/lib/exercises/math/calculLitteral/equation/fractionEquation.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/fractionEquation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/fractionEquation.js +33 -36
- package/lib/exercises/math/calculLitteral/equation/index.d.ts +15 -15
- package/lib/exercises/math/calculLitteral/equation/index.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/index.js +15 -31
- package/lib/exercises/math/calculLitteral/equation/multiplicationEquation.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/equation/multiplicationEquation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/multiplicationEquation.js +36 -39
- package/lib/exercises/math/calculLitteral/factorisation/factoByX.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoByX.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoByX.js +43 -46
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq1.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq1.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq1.js +32 -35
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq2.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq2.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq2.js +34 -37
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq3.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq3.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq3.js +39 -42
- package/lib/exercises/math/calculLitteral/factorisation/factoType1Exercise.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoType1Exercise.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoType1Exercise.js +40 -45
- package/lib/exercises/math/calculLitteral/factorisation/factoType2.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoType2.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoType2.js +35 -38
- package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalForm.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalForm.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalForm.js +25 -28
- package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalFormWithSqrt.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalFormWithSqrt.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalFormWithSqrt.js +27 -30
- package/lib/exercises/math/calculLitteral/factorisation/index.d.ts +8 -8
- package/lib/exercises/math/calculLitteral/factorisation/index.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/index.js +8 -24
- package/lib/exercises/math/calculLitteral/index.d.ts +6 -6
- package/lib/exercises/math/calculLitteral/index.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/index.js +6 -22
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType0.d.ts +2 -2
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType0.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType0.js +39 -42
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType1.d.ts +2 -2
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType1.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType1.js +41 -44
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType2.d.ts +2 -2
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType2.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType2.js +40 -43
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType3.d.ts +2 -2
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType3.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType3.js +43 -46
- package/lib/exercises/math/calculLitteral/inequations/index.d.ts +5 -5
- package/lib/exercises/math/calculLitteral/inequations/index.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/index.js +5 -21
- package/lib/exercises/math/calculLitteral/inequations/squareFunctionInequation.d.ts +2 -2
- package/lib/exercises/math/calculLitteral/inequations/squareFunctionInequation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/squareFunctionInequation.js +28 -31
- package/lib/exercises/math/calculLitteral/simplifying/distributeAndSimplify.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/distributeAndSimplify.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/distributeAndSimplify.js +29 -32
- package/lib/exercises/math/calculLitteral/simplifying/evaluateExpression.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/evaluateExpression.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/evaluateExpression.js +29 -32
- package/lib/exercises/math/calculLitteral/simplifying/index.d.ts +3 -3
- package/lib/exercises/math/calculLitteral/simplifying/index.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/index.js +3 -19
- package/lib/exercises/math/calculLitteral/simplifying/reduceExpression.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/reduceExpression.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/simplifying/reduceExpression.js +34 -37
- package/lib/exercises/math/calculLitteral/systems/basicNiceValuesSystemResolution.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/systems/basicNiceValuesSystemResolution.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/systems/basicNiceValuesSystemResolution.js +14 -17
- package/lib/exercises/math/calculLitteral/systems/basicSystemResolution.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/systems/basicSystemResolution.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/systems/basicSystemResolution.js +15 -18
- package/lib/exercises/math/calculLitteral/systems/index.d.ts +3 -3
- package/lib/exercises/math/calculLitteral/systems/index.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/systems/index.js +3 -19
- package/lib/exercises/math/calculLitteral/systems/verifySystemSolution.d.ts +1 -1
- package/lib/exercises/math/calculLitteral/systems/verifySystemSolution.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/systems/verifySystemSolution.js +17 -20
- package/lib/exercises/math/combinatory/anagrams.d.ts +1 -1
- package/lib/exercises/math/combinatory/anagrams.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/anagrams.js +13 -16
- package/lib/exercises/math/combinatory/ballsCounting.d.ts +1 -1
- package/lib/exercises/math/combinatory/ballsCounting.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/ballsCounting.js +26 -29
- package/lib/exercises/math/combinatory/diceCounting.d.ts +1 -1
- package/lib/exercises/math/combinatory/diceCounting.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/diceCounting.js +37 -40
- package/lib/exercises/math/combinatory/index.d.ts +3 -3
- package/lib/exercises/math/combinatory/index.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/index.js +3 -19
- package/lib/exercises/math/complex/addComplex.d.ts +1 -1
- package/lib/exercises/math/complex/addComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/addComplex.js +17 -20
- package/lib/exercises/math/complex/argumentFromAlgebraicComplex.d.ts +1 -1
- package/lib/exercises/math/complex/argumentFromAlgebraicComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/argumentFromAlgebraicComplex.js +26 -29
- package/lib/exercises/math/complex/{conjugateComplex.ts.d.ts → conjugateComplex.d.ts} +2 -2
- package/lib/exercises/math/complex/conjugateComplex.d.ts.map +1 -0
- package/lib/exercises/math/complex/{conjugateComplex.ts.js → conjugateComplex.js} +15 -18
- package/lib/exercises/math/complex/conjugateDivideComplex.d.ts +1 -1
- package/lib/exercises/math/complex/conjugateDivideComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/conjugateDivideComplex.js +14 -17
- package/lib/exercises/math/complex/conjugateMultiplyComplex.d.ts +1 -1
- package/lib/exercises/math/complex/conjugateMultiplyComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/conjugateMultiplyComplex.js +17 -20
- package/lib/exercises/math/complex/divideComplex.d.ts +1 -1
- package/lib/exercises/math/complex/divideComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/divideComplex.js +14 -17
- package/lib/exercises/math/complex/index.d.ts +11 -11
- package/lib/exercises/math/complex/index.d.ts.map +1 -1
- package/lib/exercises/math/complex/index.js +11 -27
- package/lib/exercises/math/complex/inverseComplex.d.ts +1 -1
- package/lib/exercises/math/complex/inverseComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/inverseComplex.js +15 -18
- package/lib/exercises/math/complex/linearCombinaisonComplex.d.ts +1 -1
- package/lib/exercises/math/complex/linearCombinaisonComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/linearCombinaisonComplex.js +22 -25
- package/lib/exercises/math/complex/moduloFromAlgebraicComplex.d.ts +1 -1
- package/lib/exercises/math/complex/moduloFromAlgebraicComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/moduloFromAlgebraicComplex.js +17 -20
- package/lib/exercises/math/complex/mutiplyComplex.d.ts +1 -1
- package/lib/exercises/math/complex/mutiplyComplex.d.ts.map +1 -1
- package/lib/exercises/math/complex/mutiplyComplex.js +16 -19
- package/lib/exercises/math/complex/reAndIm.d.ts +1 -1
- package/lib/exercises/math/complex/reAndIm.d.ts.map +1 -1
- package/lib/exercises/math/complex/reAndIm.js +17 -20
- package/lib/exercises/math/conversion/aeraConversion.d.ts +1 -1
- package/lib/exercises/math/conversion/aeraConversion.d.ts.map +1 -1
- package/lib/exercises/math/conversion/aeraConversion.js +26 -29
- package/lib/exercises/math/conversion/capacityConversion.d.ts +1 -1
- package/lib/exercises/math/conversion/capacityConversion.d.ts.map +1 -1
- package/lib/exercises/math/conversion/capacityConversion.js +16 -19
- package/lib/exercises/math/conversion/hoursToDecimal.d.ts +1 -1
- package/lib/exercises/math/conversion/hoursToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/conversion/hoursToDecimal.js +19 -22
- package/lib/exercises/math/conversion/index.d.ts +7 -7
- package/lib/exercises/math/conversion/index.d.ts.map +1 -1
- package/lib/exercises/math/conversion/index.js +7 -23
- package/lib/exercises/math/conversion/lengthConversion.d.ts +1 -1
- package/lib/exercises/math/conversion/lengthConversion.d.ts.map +1 -1
- package/lib/exercises/math/conversion/lengthConversion.js +32 -35
- package/lib/exercises/math/conversion/massConversion.d.ts +1 -1
- package/lib/exercises/math/conversion/massConversion.d.ts.map +1 -1
- package/lib/exercises/math/conversion/massConversion.js +18 -21
- package/lib/exercises/math/conversion/volumeCapacityConversion.d.ts +1 -1
- package/lib/exercises/math/conversion/volumeCapacityConversion.d.ts.map +1 -1
- package/lib/exercises/math/conversion/volumeCapacityConversion.js +18 -21
- package/lib/exercises/math/conversion/volumeConversion.d.ts +1 -1
- package/lib/exercises/math/conversion/volumeConversion.d.ts.map +1 -1
- package/lib/exercises/math/conversion/volumeConversion.js +16 -19
- package/lib/exercises/math/dataRepresentations/barChartReading.d.ts +7 -0
- package/lib/exercises/math/dataRepresentations/barChartReading.d.ts.map +1 -0
- package/lib/exercises/math/dataRepresentations/barChartReading.js +76 -0
- package/lib/exercises/math/dataRepresentations/index.d.ts +1 -1
- package/lib/exercises/math/dataRepresentations/index.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/index.js +2 -17
- package/lib/exercises/math/dataRepresentations/tableReading.d.ts +1 -1
- package/lib/exercises/math/dataRepresentations/tableReading.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/tableReading.js +24 -27
- package/lib/exercises/math/derivation/derivative/constanteDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/constanteDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/constanteDerivative.js +20 -26
- package/lib/exercises/math/derivation/derivative/convexityQuadrinomials.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/convexityQuadrinomials.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/convexityQuadrinomials.js +36 -39
- package/lib/exercises/math/derivation/derivative/convexityTrinomials.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/convexityTrinomials.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/convexityTrinomials.js +12 -15
- package/lib/exercises/math/derivation/derivative/cosCompositionDerivation.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/cosCompositionDerivation.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/cosCompositionDerivation.js +24 -27
- package/lib/exercises/math/derivation/derivative/cosSecondDegreeDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/cosSecondDegreeDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/cosSecondDegreeDerivative.js +32 -35
- package/lib/exercises/math/derivation/derivative/expDerivativeFour.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/expDerivativeFour.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/expDerivativeFour.js +24 -27
- package/lib/exercises/math/derivation/derivative/expDerivativeOne.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/expDerivativeOne.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/expDerivativeOne.js +27 -30
- package/lib/exercises/math/derivation/derivative/expDerivativeThree.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/expDerivativeThree.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/expDerivativeThree.js +24 -27
- package/lib/exercises/math/derivation/derivative/expDerivativeTwo.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/expDerivativeTwo.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/expDerivativeTwo.js +22 -25
- package/lib/exercises/math/derivation/derivative/firstDegreeDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/firstDegreeDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/firstDegreeDerivative.js +23 -29
- package/lib/exercises/math/derivation/derivative/index.d.ts +30 -30
- package/lib/exercises/math/derivation/derivative/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/index.js +30 -51
- package/lib/exercises/math/derivation/derivative/inflexionPointQuadrinomials.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/inflexionPointQuadrinomials.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/inflexionPointQuadrinomials.js +24 -27
- package/lib/exercises/math/derivation/derivative/inverseFunctionDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/inverseFunctionDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/inverseFunctionDerivative.js +19 -22
- package/lib/exercises/math/derivation/derivative/lnDerivativeOne.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/lnDerivativeOne.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/lnDerivativeOne.js +28 -31
- package/lib/exercises/math/derivation/derivative/lnDerivativeThree.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/lnDerivativeThree.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/lnDerivativeThree.js +33 -36
- package/lib/exercises/math/derivation/derivative/lnDerivativeTwo.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/lnDerivativeTwo.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/lnDerivativeTwo.js +25 -28
- package/lib/exercises/math/derivation/derivative/powerCompositionDerivation.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/powerCompositionDerivation.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/powerCompositionDerivation.js +33 -36
- package/lib/exercises/math/derivation/derivative/powerFunctionDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/powerFunctionDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/powerFunctionDerivative.js +25 -28
- package/lib/exercises/math/derivation/derivative/productDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/productDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/productDerivative.js +19 -22
- package/lib/exercises/math/derivation/derivative/quotientDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/quotientDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/quotientDerivative.js +29 -32
- package/lib/exercises/math/derivation/derivative/rootFunctionDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/rootFunctionDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/rootFunctionDerivative.js +29 -32
- package/lib/exercises/math/derivation/derivative/secondDegreeDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/secondDegreeDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/secondDegreeDerivative.js +28 -34
- package/lib/exercises/math/derivation/derivative/secondDerivativeOfExpoFunction.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/secondDerivativeOfExpoFunction.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/secondDerivativeOfExpoFunction.js +24 -27
- package/lib/exercises/math/derivation/derivative/secondDerivativeOfThirdDegreeFunction.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/secondDerivativeOfThirdDegreeFunction.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/secondDerivativeOfThirdDegreeFunction.js +14 -17
- package/lib/exercises/math/derivation/derivative/secondDerivativeOfTrinom.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/secondDerivativeOfTrinom.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/secondDerivativeOfTrinom.js +16 -19
- package/lib/exercises/math/derivation/derivative/sinCompositionDerivation.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/sinCompositionDerivation.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/sinCompositionDerivation.js +25 -28
- package/lib/exercises/math/derivation/derivative/sinSecondDegreeDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/sinSecondDegreeDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/sinSecondDegreeDerivative.js +32 -35
- package/lib/exercises/math/derivation/derivative/sqrtCompositionDerivation.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/sqrtCompositionDerivation.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/sqrtCompositionDerivation.js +24 -27
- package/lib/exercises/math/derivation/derivative/thirdDegreeDerivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/thirdDegreeDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/thirdDegreeDerivative.js +30 -36
- package/lib/exercises/math/derivation/derivative/thirdDegreeFunctionVariation.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/thirdDegreeFunctionVariation.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/thirdDegreeFunctionVariation.js +48 -51
- package/lib/exercises/math/derivation/derivative/usualderivative.d.ts +1 -1
- package/lib/exercises/math/derivation/derivative/usualderivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/usualderivative.js +21 -24
- package/lib/exercises/math/derivation/derivativeNumberCalcul.d.ts +1 -1
- package/lib/exercises/math/derivation/derivativeNumberCalcul.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivativeNumberCalcul.js +12 -15
- package/lib/exercises/math/derivation/index.d.ts +3 -3
- package/lib/exercises/math/derivation/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/index.js +3 -19
- package/lib/exercises/math/derivation/tangent/derivativeNumberReading.d.ts +1 -1
- package/lib/exercises/math/derivation/tangent/derivativeNumberReading.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/derivativeNumberReading.js +30 -33
- package/lib/exercises/math/derivation/tangent/derivativeTangentEquationReading.d.ts +1 -1
- package/lib/exercises/math/derivation/tangent/derivativeTangentEquationReading.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/derivativeTangentEquationReading.js +56 -59
- package/lib/exercises/math/derivation/tangent/index.d.ts +3 -3
- package/lib/exercises/math/derivation/tangent/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/index.js +3 -19
- package/lib/exercises/math/derivation/tangent/tangentEquations.d.ts +1 -1
- package/lib/exercises/math/derivation/tangent/tangentEquations.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/tangentEquations.js +21 -24
- package/lib/exercises/math/equaDiff/equaDiffAyPlusB.d.ts +1 -1
- package/lib/exercises/math/equaDiff/equaDiffAyPlusB.d.ts.map +1 -1
- package/lib/exercises/math/equaDiff/equaDiffAyPlusB.js +44 -47
- package/lib/exercises/math/equaDiff/equaDiffCheckSolutionFirstOrder.d.ts +1 -1
- package/lib/exercises/math/equaDiff/equaDiffCheckSolutionFirstOrder.d.ts.map +1 -1
- package/lib/exercises/math/equaDiff/equaDiffCheckSolutionFirstOrder.js +36 -39
- package/lib/exercises/math/equaDiff/equaDiffGeneralForme.d.ts +1 -1
- package/lib/exercises/math/equaDiff/equaDiffGeneralForme.d.ts.map +1 -1
- package/lib/exercises/math/equaDiff/equaDiffGeneralForme.js +25 -28
- package/lib/exercises/math/equaDiff/equaDiffGeneralFormeWithIC.d.ts +1 -1
- package/lib/exercises/math/equaDiff/equaDiffGeneralFormeWithIC.d.ts.map +1 -1
- package/lib/exercises/math/equaDiff/equaDiffGeneralFormeWithIC.js +28 -31
- package/lib/exercises/math/equaDiff/index.d.ts +4 -4
- package/lib/exercises/math/equaDiff/index.d.ts.map +1 -1
- package/lib/exercises/math/equaDiff/index.js +4 -20
- package/lib/exercises/math/functions/absolute/absolueValueAffineEquation.d.ts +2 -2
- package/lib/exercises/math/functions/absolute/absolueValueAffineEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/absolueValueAffineEquation.js +32 -35
- package/lib/exercises/math/functions/absolute/absolueValueInequationsSup.d.ts +1 -1
- package/lib/exercises/math/functions/absolute/absolueValueInequationsSup.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/absolueValueInequationsSup.js +36 -39
- package/lib/exercises/math/functions/absolute/absoluteValueEquations.d.ts +1 -1
- package/lib/exercises/math/functions/absolute/absoluteValueEquations.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/absoluteValueEquations.js +25 -28
- package/lib/exercises/math/functions/absolute/absoluteValueInequations.d.ts +1 -1
- package/lib/exercises/math/functions/absolute/absoluteValueInequations.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/absoluteValueInequations.js +29 -32
- package/lib/exercises/math/functions/absolute/index.d.ts +4 -4
- package/lib/exercises/math/functions/absolute/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/absolute/index.js +4 -20
- package/lib/exercises/math/functions/affines/affineAdjustment.d.ts +1 -1
- package/lib/exercises/math/functions/affines/affineAdjustment.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineAdjustment.js +51 -54
- package/lib/exercises/math/functions/affines/affineAdjustmentComplete.d.ts +1 -1
- package/lib/exercises/math/functions/affines/affineAdjustmentComplete.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineAdjustmentComplete.js +51 -54
- package/lib/exercises/math/functions/affines/affineAdjustmentRsquared.d.ts +1 -1
- package/lib/exercises/math/functions/affines/affineAdjustmentRsquared.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineAdjustmentRsquared.js +34 -37
- package/lib/exercises/math/functions/affines/affineExpressionFromTwoImages.d.ts +1 -1
- package/lib/exercises/math/functions/affines/affineExpressionFromTwoImages.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineExpressionFromTwoImages.js +33 -36
- package/lib/exercises/math/functions/affines/affineExpressionReading.d.ts +1 -1
- package/lib/exercises/math/functions/affines/affineExpressionReading.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineExpressionReading.js +34 -37
- package/lib/exercises/math/functions/affines/affineMeanValue.d.ts +1 -1
- package/lib/exercises/math/functions/affines/affineMeanValue.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/affineMeanValue.js +30 -33
- package/lib/exercises/math/functions/affines/algebricExpressionOfAffine.d.ts +1 -1
- package/lib/exercises/math/functions/affines/algebricExpressionOfAffine.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/algebricExpressionOfAffine.js +15 -18
- package/lib/exercises/math/functions/affines/index.d.ts +14 -14
- package/lib/exercises/math/functions/affines/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/index.js +14 -30
- package/lib/exercises/math/functions/affines/interceptReading.d.ts +1 -1
- package/lib/exercises/math/functions/affines/interceptReading.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/interceptReading.js +17 -20
- package/lib/exercises/math/functions/affines/isPointOnLine.d.ts +1 -1
- package/lib/exercises/math/functions/affines/isPointOnLine.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/isPointOnLine.js +23 -26
- package/lib/exercises/math/functions/affines/leadingCoeffAndOriginOrdinate.d.ts +1 -1
- package/lib/exercises/math/functions/affines/leadingCoeffAndOriginOrdinate.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/leadingCoeffAndOriginOrdinate.js +15 -18
- package/lib/exercises/math/functions/affines/leadingCoefficient.d.ts +1 -1
- package/lib/exercises/math/functions/affines/leadingCoefficient.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/leadingCoefficient.js +24 -27
- package/lib/exercises/math/functions/affines/leadingCoefficientCalculV1.d.ts +1 -1
- package/lib/exercises/math/functions/affines/leadingCoefficientCalculV1.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/leadingCoefficientCalculV1.js +16 -19
- package/lib/exercises/math/functions/affines/leadingCoefficientCalculV2.d.ts +1 -1
- package/lib/exercises/math/functions/affines/leadingCoefficientCalculV2.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/leadingCoefficientCalculV2.js +16 -19
- package/lib/exercises/math/functions/affines/signFunction.d.ts +1 -1
- package/lib/exercises/math/functions/affines/signFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/signFunction.js +37 -40
- package/lib/exercises/math/functions/basics/graphicEquation.d.ts +1 -1
- package/lib/exercises/math/functions/basics/graphicEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/graphicEquation.js +36 -39
- package/lib/exercises/math/functions/basics/graphicInequation.d.ts +2 -2
- package/lib/exercises/math/functions/basics/graphicInequation.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/graphicInequation.js +51 -54
- package/lib/exercises/math/functions/basics/graphicInequationAffine.d.ts +2 -2
- package/lib/exercises/math/functions/basics/graphicInequationAffine.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/graphicInequationAffine.js +38 -41
- package/lib/exercises/math/functions/basics/imageAntecedentFromSentence.d.ts +1 -1
- package/lib/exercises/math/functions/basics/imageAntecedentFromSentence.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/imageAntecedentFromSentence.js +14 -17
- package/lib/exercises/math/functions/basics/imageFunction.d.ts +1 -1
- package/lib/exercises/math/functions/basics/imageFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/imageFunction.js +32 -35
- package/lib/exercises/math/functions/basics/imageFunctionGeogebra.d.ts +1 -1
- package/lib/exercises/math/functions/basics/imageFunctionGeogebra.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/imageFunctionGeogebra.js +29 -32
- package/lib/exercises/math/functions/basics/index.d.ts +11 -11
- package/lib/exercises/math/functions/basics/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/index.js +11 -27
- package/lib/exercises/math/functions/basics/inverseImageFunction.d.ts +1 -1
- package/lib/exercises/math/functions/basics/inverseImageFunction.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/inverseImageFunction.js +15 -18
- package/lib/exercises/math/functions/basics/inverseImageFunctionGeogebra.d.ts +1 -1
- package/lib/exercises/math/functions/basics/inverseImageFunctionGeogebra.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/inverseImageFunctionGeogebra.js +34 -37
- package/lib/exercises/math/functions/basics/inverseImageFunctionTable.d.ts +1 -1
- package/lib/exercises/math/functions/basics/inverseImageFunctionTable.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/inverseImageFunctionTable.js +25 -28
- package/lib/exercises/math/functions/basics/twoFunctionsEquation.d.ts +1 -1
- package/lib/exercises/math/functions/basics/twoFunctionsEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/twoFunctionsEquation.js +36 -39
- package/lib/exercises/math/functions/basics/twoFunctionsInequation.d.ts +3 -3
- package/lib/exercises/math/functions/basics/twoFunctionsInequation.d.ts.map +1 -1
- package/lib/exercises/math/functions/basics/twoFunctionsInequation.js +56 -59
- package/lib/exercises/math/functions/cube/cubicEquation.d.ts +1 -1
- package/lib/exercises/math/functions/cube/cubicEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/cube/cubicEquation.js +18 -21
- package/lib/exercises/math/functions/cube/index.d.ts +1 -1
- package/lib/exercises/math/functions/cube/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/cube/index.js +1 -17
- package/lib/exercises/math/functions/exponential/expEquation.d.ts +1 -1
- package/lib/exercises/math/functions/exponential/expEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/exponential/expEquation.js +32 -35
- package/lib/exercises/math/functions/exponential/expSimplifiying.d.ts +1 -1
- package/lib/exercises/math/functions/exponential/expSimplifiying.d.ts.map +1 -1
- package/lib/exercises/math/functions/exponential/expSimplifiying.js +39 -42
- package/lib/exercises/math/functions/exponential/index.d.ts +2 -2
- package/lib/exercises/math/functions/exponential/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/exponential/index.js +2 -18
- package/lib/exercises/math/functions/exponentials/exponentialsVariations.d.ts +2 -2
- package/lib/exercises/math/functions/exponentials/exponentialsVariations.d.ts.map +1 -1
- package/lib/exercises/math/functions/exponentials/exponentialsVariations.js +31 -34
- package/lib/exercises/math/functions/exponentials/index.d.ts +1 -1
- package/lib/exercises/math/functions/exponentials/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/exponentials/index.js +1 -17
- package/lib/exercises/math/functions/index.d.ts +13 -13
- package/lib/exercises/math/functions/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/index.js +13 -29
- package/lib/exercises/math/functions/integral/index.d.ts +9 -9
- package/lib/exercises/math/functions/integral/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/index.js +9 -25
- package/lib/exercises/math/functions/integral/integralAffines.d.ts +1 -1
- package/lib/exercises/math/functions/integral/integralAffines.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralAffines.js +20 -23
- package/lib/exercises/math/functions/integral/integralDerivatedUCosU.d.ts +1 -1
- package/lib/exercises/math/functions/integral/integralDerivatedUCosU.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralDerivatedUCosU.js +33 -36
- package/lib/exercises/math/functions/integral/integralDerivatedUSinU.d.ts +1 -1
- package/lib/exercises/math/functions/integral/integralDerivatedUSinU.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralDerivatedUSinU.js +34 -37
- package/lib/exercises/math/functions/integral/integralExpAxPlusB.d.ts +1 -1
- package/lib/exercises/math/functions/integral/integralExpAxPlusB.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralExpAxPlusB.js +35 -38
- package/lib/exercises/math/functions/integral/integralExpU.d.ts +1 -1
- package/lib/exercises/math/functions/integral/integralExpU.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralExpU.js +34 -37
- package/lib/exercises/math/functions/integral/integralFractions.d.ts +1 -1
- package/lib/exercises/math/functions/integral/integralFractions.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralFractions.js +42 -45
- package/lib/exercises/math/functions/integral/integralKCosinus.d.ts +1 -1
- package/lib/exercises/math/functions/integral/integralKCosinus.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralKCosinus.js +40 -43
- package/lib/exercises/math/functions/integral/integralKSinus.d.ts +1 -1
- package/lib/exercises/math/functions/integral/integralKSinus.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralKSinus.js +40 -43
- package/lib/exercises/math/functions/integral/integralTrinomials.d.ts +1 -1
- package/lib/exercises/math/functions/integral/integralTrinomials.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/integralTrinomials.js +24 -27
- package/lib/exercises/math/functions/logarithm/index.d.ts +5 -5
- package/lib/exercises/math/functions/logarithm/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/index.js +5 -21
- package/lib/exercises/math/functions/logarithm/log10PowerSimplifying.d.ts +1 -1
- package/lib/exercises/math/functions/logarithm/log10PowerSimplifying.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/log10PowerSimplifying.js +22 -25
- package/lib/exercises/math/functions/logarithm/log10Simplifying.d.ts +1 -1
- package/lib/exercises/math/functions/logarithm/log10Simplifying.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/log10Simplifying.js +38 -41
- package/lib/exercises/math/functions/logarithm/logEquation.d.ts +1 -1
- package/lib/exercises/math/functions/logarithm/logEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/logEquation.js +27 -30
- package/lib/exercises/math/functions/logarithm/logPowerEquation.d.ts +1 -1
- package/lib/exercises/math/functions/logarithm/logPowerEquation.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/logPowerEquation.js +43 -46
- package/lib/exercises/math/functions/logarithm/logSimplifiying.d.ts +1 -1
- package/lib/exercises/math/functions/logarithm/logSimplifiying.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/logSimplifiying.js +30 -33
- package/lib/exercises/math/functions/parity/index.d.ts +2 -2
- package/lib/exercises/math/functions/parity/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/parity/index.js +2 -18
- package/lib/exercises/math/functions/parity/parityFromAlgebra.d.ts +1 -1
- package/lib/exercises/math/functions/parity/parityFromAlgebra.d.ts.map +1 -1
- package/lib/exercises/math/functions/parity/parityFromAlgebra.js +41 -44
- package/lib/exercises/math/functions/parity/parityFromGraph.d.ts +1 -1
- package/lib/exercises/math/functions/parity/parityFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/functions/parity/parityFromGraph.js +45 -48
- package/lib/exercises/math/functions/rationalFraction/index.d.ts +1 -1
- package/lib/exercises/math/functions/rationalFraction/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/rationalFraction/index.js +1 -17
- package/lib/exercises/math/functions/rationalFraction/rationalFractionForbiddenValue.d.ts +1 -1
- package/lib/exercises/math/functions/rationalFraction/rationalFractionForbiddenValue.d.ts.map +1 -1
- package/lib/exercises/math/functions/rationalFraction/rationalFractionForbiddenValue.js +23 -26
- package/lib/exercises/math/functions/sign/affineProductSign.d.ts +2 -2
- package/lib/exercises/math/functions/sign/affineProductSign.d.ts.map +1 -1
- package/lib/exercises/math/functions/sign/affineProductSign.js +49 -52
- package/lib/exercises/math/functions/sign/index.d.ts +1 -1
- package/lib/exercises/math/functions/sign/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/sign/index.js +1 -17
- package/lib/exercises/math/functions/square/index.d.ts +1 -1
- package/lib/exercises/math/functions/square/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/square/index.js +1 -17
- package/lib/exercises/math/functions/square/squareImageInterval.d.ts +2 -2
- package/lib/exercises/math/functions/square/squareImageInterval.d.ts.map +1 -1
- package/lib/exercises/math/functions/square/squareImageInterval.js +36 -39
- package/lib/exercises/math/functions/trinoms/alphaBetaFromDevForm.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/alphaBetaFromDevForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/alphaBetaFromDevForm.js +13 -16
- package/lib/exercises/math/functions/trinoms/alphaBetaInCanonicalForm.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/alphaBetaInCanonicalForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/alphaBetaInCanonicalForm.js +20 -23
- package/lib/exercises/math/functions/trinoms/canonicalFromDevForm.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/canonicalFromDevForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/canonicalFromDevForm.js +11 -14
- package/lib/exercises/math/functions/trinoms/coefficientsIdentification.d.ts +2 -2
- package/lib/exercises/math/functions/trinoms/coefficientsIdentification.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/coefficientsIdentification.js +42 -45
- package/lib/exercises/math/functions/trinoms/deltaTrinom.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/deltaTrinom.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/deltaTrinom.js +14 -17
- package/lib/exercises/math/functions/trinoms/extremumFromCanonicalForm.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/extremumFromCanonicalForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/extremumFromCanonicalForm.js +18 -21
- package/lib/exercises/math/functions/trinoms/extremumTypeFromAlgebricForm.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/extremumTypeFromAlgebricForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/extremumTypeFromAlgebricForm.js +15 -18
- package/lib/exercises/math/functions/trinoms/factorizedFormFromRoots.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/factorizedFormFromRoots.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/factorizedFormFromRoots.js +21 -24
- package/lib/exercises/math/functions/trinoms/findSecondRoot.d.ts +3 -3
- package/lib/exercises/math/functions/trinoms/findSecondRoot.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/findSecondRoot.js +30 -33
- package/lib/exercises/math/functions/trinoms/index.d.ts +24 -24
- package/lib/exercises/math/functions/trinoms/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/index.js +24 -40
- package/lib/exercises/math/functions/trinoms/niceRootsFromDevForm.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/niceRootsFromDevForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/niceRootsFromDevForm.js +18 -21
- package/lib/exercises/math/functions/trinoms/rootsFromDevForm.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/rootsFromDevForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/rootsFromDevForm.js +18 -21
- package/lib/exercises/math/functions/trinoms/rootsFromFactorizedForm.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/rootsFromFactorizedForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/rootsFromFactorizedForm.js +23 -26
- package/lib/exercises/math/functions/trinoms/rootsProduct.d.ts +2 -2
- package/lib/exercises/math/functions/trinoms/rootsProduct.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/rootsProduct.js +27 -30
- package/lib/exercises/math/functions/trinoms/rootsReading.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/rootsReading.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/rootsReading.js +17 -20
- package/lib/exercises/math/functions/trinoms/rootsSum.d.ts +2 -2
- package/lib/exercises/math/functions/trinoms/rootsSum.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/rootsSum.js +27 -30
- package/lib/exercises/math/functions/trinoms/secondDegreeInequation.d.ts +2 -2
- package/lib/exercises/math/functions/trinoms/secondDegreeInequation.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/secondDegreeInequation.js +36 -39
- package/lib/exercises/math/functions/trinoms/solveSecondDegreeEquationByFactorisation.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/solveSecondDegreeEquationByFactorisation.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/solveSecondDegreeEquationByFactorisation.js +35 -38
- package/lib/exercises/math/functions/trinoms/solveSecondDegreeEquationFromCano.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/solveSecondDegreeEquationFromCano.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/solveSecondDegreeEquationFromCano.js +17 -20
- package/lib/exercises/math/functions/trinoms/summitAbscissFromDevForm.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/summitAbscissFromDevForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/summitAbscissFromDevForm.js +20 -23
- package/lib/exercises/math/functions/trinoms/summitAbscissFromRoots.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/summitAbscissFromRoots.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/summitAbscissFromRoots.js +16 -19
- package/lib/exercises/math/functions/trinoms/summitReading.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/summitReading.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/summitReading.js +17 -20
- package/lib/exercises/math/functions/trinoms/trinomSignFromRoots.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/trinomSignFromRoots.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/trinomSignFromRoots.js +31 -34
- package/lib/exercises/math/functions/trinoms/trinomialMeanValue.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/trinomialMeanValue.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/trinomialMeanValue.js +30 -33
- package/lib/exercises/math/functions/trinoms/variationsFromAlgebricForm.d.ts +1 -1
- package/lib/exercises/math/functions/trinoms/variationsFromAlgebricForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/variationsFromAlgebricForm.js +15 -18
- package/lib/exercises/math/geometry/angles/index.d.ts +1 -1
- package/lib/exercises/math/geometry/angles/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/angles/index.js +1 -17
- package/lib/exercises/math/geometry/angles/recognizeAngleType.d.ts +2 -2
- package/lib/exercises/math/geometry/angles/recognizeAngleType.d.ts.map +1 -1
- package/lib/exercises/math/geometry/angles/recognizeAngleType.js +40 -43
- package/lib/exercises/math/geometry/areas/circleArea.d.ts +1 -1
- package/lib/exercises/math/geometry/areas/circleArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/circleArea.js +16 -19
- package/lib/exercises/math/geometry/areas/circleRadiusFromArea.d.ts +1 -1
- package/lib/exercises/math/geometry/areas/circleRadiusFromArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/circleRadiusFromArea.js +25 -28
- package/lib/exercises/math/geometry/areas/index.d.ts +9 -9
- package/lib/exercises/math/geometry/areas/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/index.js +9 -25
- package/lib/exercises/math/geometry/areas/rectangleArea.d.ts +1 -1
- package/lib/exercises/math/geometry/areas/rectangleArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/rectangleArea.js +11 -14
- package/lib/exercises/math/geometry/areas/rectangleSideFromArea.d.ts +1 -1
- package/lib/exercises/math/geometry/areas/rectangleSideFromArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/rectangleSideFromArea.js +22 -25
- package/lib/exercises/math/geometry/areas/rightTriangleArea.d.ts +2 -2
- package/lib/exercises/math/geometry/areas/rightTriangleArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/rightTriangleArea.js +15 -18
- package/lib/exercises/math/geometry/areas/squareArea.d.ts +1 -1
- package/lib/exercises/math/geometry/areas/squareArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/squareArea.js +10 -13
- package/lib/exercises/math/geometry/areas/squareSideFromArea.d.ts +1 -1
- package/lib/exercises/math/geometry/areas/squareSideFromArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/squareSideFromArea.js +21 -24
- package/lib/exercises/math/geometry/areas/triangleArea.d.ts +2 -2
- package/lib/exercises/math/geometry/areas/triangleArea.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/triangleArea.js +33 -36
- package/lib/exercises/math/geometry/areas/triangleAreaV2.d.ts +1 -1
- package/lib/exercises/math/geometry/areas/triangleAreaV2.d.ts.map +1 -1
- package/lib/exercises/math/geometry/areas/triangleAreaV2.js +11 -14
- package/lib/exercises/math/geometry/cartesian/cartesianEquationOfLine.d.ts +1 -1
- package/lib/exercises/math/geometry/cartesian/cartesianEquationOfLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/cartesianEquationOfLine.js +38 -41
- package/lib/exercises/math/geometry/cartesian/directionVector.d.ts +1 -1
- package/lib/exercises/math/geometry/cartesian/directionVector.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/directionVector.js +32 -35
- package/lib/exercises/math/geometry/cartesian/directionVectorEquation.d.ts +1 -1
- package/lib/exercises/math/geometry/cartesian/directionVectorEquation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/directionVectorEquation.js +33 -36
- package/lib/exercises/math/geometry/cartesian/distanceBetweenTwoPoints.d.ts +1 -1
- package/lib/exercises/math/geometry/cartesian/distanceBetweenTwoPoints.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/distanceBetweenTwoPoints.js +39 -42
- package/lib/exercises/math/geometry/cartesian/drawAlineInGGB.d.ts +1 -1
- package/lib/exercises/math/geometry/cartesian/drawAlineInGGB.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/drawAlineInGGB.js +20 -23
- package/lib/exercises/math/geometry/cartesian/index.d.ts +13 -13
- package/lib/exercises/math/geometry/cartesian/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/index.js +14 -30
- package/lib/exercises/math/geometry/cartesian/midpoint.d.ts +1 -1
- package/lib/exercises/math/geometry/cartesian/midpoint.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/midpoint.js +21 -24
- package/lib/exercises/math/geometry/cartesian/placeAPoint.d.ts +1 -1
- package/lib/exercises/math/geometry/cartesian/placeAPoint.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/placeAPoint.js +11 -14
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnLine.d.ts +2 -2
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnLine.js +38 -41
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnSemiLine.d.ts +2 -2
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnSemiLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnSemiLine.js +37 -40
- package/lib/exercises/math/geometry/cartesian/pointCoordinates.d.ts +1 -1
- package/lib/exercises/math/geometry/cartesian/pointCoordinates.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/pointCoordinates.js +21 -24
- package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoAxisNumbers.d.ts +1 -1
- package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoAxisNumbers.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoAxisNumbers.js +21 -24
- package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoOrthonorm.d.ts +1 -1
- package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoOrthonorm.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoOrthonorm.js +23 -26
- package/lib/exercises/math/geometry/cartesian/readAbscissOnLine.d.ts +2 -2
- package/lib/exercises/math/geometry/cartesian/readAbscissOnLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/readAbscissOnLine.js +44 -47
- package/lib/exercises/math/geometry/cartesian/readAbscissOnSemiLine.d.ts +2 -2
- package/lib/exercises/math/geometry/cartesian/readAbscissOnSemiLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/readAbscissOnSemiLine.js +44 -47
- package/lib/exercises/math/geometry/convexity/convexityQuadrinomialsGeo.d.ts +1 -1
- package/lib/exercises/math/geometry/convexity/convexityQuadrinomialsGeo.d.ts.map +1 -1
- package/lib/exercises/math/geometry/convexity/convexityQuadrinomialsGeo.js +39 -42
- package/lib/exercises/math/geometry/convexity/convexityTrinomialsGeo.d.ts +1 -1
- package/lib/exercises/math/geometry/convexity/convexityTrinomialsGeo.d.ts.map +1 -1
- package/lib/exercises/math/geometry/convexity/convexityTrinomialsGeo.js +17 -20
- package/lib/exercises/math/geometry/convexity/index.d.ts +2 -2
- package/lib/exercises/math/geometry/convexity/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/convexity/index.js +2 -18
- package/lib/exercises/math/geometry/euclidian/choseMethodToCalculateLength.d.ts +1 -0
- package/lib/exercises/math/geometry/euclidian/choseMethodToCalculateLength.js +3 -3
- package/lib/exercises/math/geometry/euclidian/index.d.ts +1 -0
- package/lib/exercises/math/geometry/euclidian/index.js +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/buildMediatriceWithCompass.d.ts +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/buildMediatriceWithCompass.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/buildMediatriceWithCompass.js +25 -28
- package/lib/exercises/math/geometry/euclidianConstructions/buildPointFromAxialSymetry.d.ts +3 -3
- package/lib/exercises/math/geometry/euclidianConstructions/buildPointFromAxialSymetry.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/buildPointFromAxialSymetry.js +25 -28
- package/lib/exercises/math/geometry/euclidianConstructions/buildTriangleWithSizes.d.ts +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/buildTriangleWithSizes.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/buildTriangleWithSizes.js +23 -26
- package/lib/exercises/math/geometry/euclidianConstructions/index.d.ts +4 -4
- package/lib/exercises/math/geometry/euclidianConstructions/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/index.js +4 -20
- package/lib/exercises/math/geometry/euclidianConstructions/pointImageFromTranslation.d.ts +2 -2
- package/lib/exercises/math/geometry/euclidianConstructions/pointImageFromTranslation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/euclidianConstructions/pointImageFromTranslation.js +29 -32
- package/lib/exercises/math/geometry/index.d.ts +13 -13
- package/lib/exercises/math/geometry/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/index.js +15 -31
- package/lib/exercises/math/geometry/parametric/extractPointFromParametricLine.d.ts +1 -1
- package/lib/exercises/math/geometry/parametric/extractPointFromParametricLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/parametric/extractPointFromParametricLine.js +27 -30
- package/lib/exercises/math/geometry/parametric/extractVectorFromParametricLine.d.ts +1 -1
- package/lib/exercises/math/geometry/parametric/extractVectorFromParametricLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/parametric/extractVectorFromParametricLine.js +22 -25
- package/lib/exercises/math/geometry/parametric/index.d.ts +3 -3
- package/lib/exercises/math/geometry/parametric/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/parametric/index.js +3 -19
- package/lib/exercises/math/geometry/parametric/pointFromParametricLine.d.ts +1 -1
- package/lib/exercises/math/geometry/parametric/pointFromParametricLine.d.ts.map +1 -1
- package/lib/exercises/math/geometry/parametric/pointFromParametricLine.js +23 -26
- package/lib/exercises/math/geometry/perimeters/circleCircumference.d.ts +1 -1
- package/lib/exercises/math/geometry/perimeters/circleCircumference.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/circleCircumference.js +16 -19
- package/lib/exercises/math/geometry/perimeters/circleRadiusFromPerimeter.d.ts +1 -1
- package/lib/exercises/math/geometry/perimeters/circleRadiusFromPerimeter.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/circleRadiusFromPerimeter.js +22 -25
- package/lib/exercises/math/geometry/perimeters/index.d.ts +7 -7
- package/lib/exercises/math/geometry/perimeters/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/index.js +7 -23
- package/lib/exercises/math/geometry/perimeters/rectanglePerimeter.d.ts +1 -1
- package/lib/exercises/math/geometry/perimeters/rectanglePerimeter.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/rectanglePerimeter.js +11 -14
- package/lib/exercises/math/geometry/perimeters/rectangleSideFromPerimeter.d.ts +1 -1
- package/lib/exercises/math/geometry/perimeters/rectangleSideFromPerimeter.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/rectangleSideFromPerimeter.js +23 -26
- package/lib/exercises/math/geometry/perimeters/squarePerimeter.d.ts +1 -1
- package/lib/exercises/math/geometry/perimeters/squarePerimeter.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/squarePerimeter.js +10 -13
- package/lib/exercises/math/geometry/perimeters/squareSideFromPerimeter.d.ts +1 -1
- package/lib/exercises/math/geometry/perimeters/squareSideFromPerimeter.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/squareSideFromPerimeter.js +19 -22
- package/lib/exercises/math/geometry/perimeters/trianglePerimeter.d.ts +1 -1
- package/lib/exercises/math/geometry/perimeters/trianglePerimeter.d.ts.map +1 -1
- package/lib/exercises/math/geometry/perimeters/trianglePerimeter.js +10 -13
- package/lib/exercises/math/geometry/pythagore/index.d.ts +3 -3
- package/lib/exercises/math/geometry/pythagore/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/pythagore/index.js +3 -19
- package/lib/exercises/math/geometry/pythagore/isTriangleRight.d.ts +1 -1
- package/lib/exercises/math/geometry/pythagore/isTriangleRight.d.ts.map +1 -1
- package/lib/exercises/math/geometry/pythagore/isTriangleRight.js +30 -33
- package/lib/exercises/math/geometry/pythagore/pythagore.d.ts +2 -2
- package/lib/exercises/math/geometry/pythagore/pythagore.d.ts.map +1 -1
- package/lib/exercises/math/geometry/pythagore/pythagore.js +23 -26
- package/lib/exercises/math/geometry/pythagore/pythagoreCalcul.d.ts +2 -2
- package/lib/exercises/math/geometry/pythagore/pythagoreCalcul.d.ts.map +1 -1
- package/lib/exercises/math/geometry/pythagore/pythagoreCalcul.js +22 -25
- package/lib/exercises/math/geometry/quadrilaterals/index.d.ts +1 -1
- package/lib/exercises/math/geometry/quadrilaterals/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/quadrilaterals/index.js +1 -17
- package/lib/exercises/math/geometry/quadrilaterals/quadrilateralRecognition.d.ts +5 -5
- package/lib/exercises/math/geometry/quadrilaterals/quadrilateralRecognition.d.ts.map +1 -1
- package/lib/exercises/math/geometry/quadrilaterals/quadrilateralRecognition.js +29 -32
- package/lib/exercises/math/geometry/shapes/basicShapesNaming.d.ts +1 -1
- package/lib/exercises/math/geometry/shapes/basicShapesNaming.d.ts.map +1 -1
- package/lib/exercises/math/geometry/shapes/basicShapesNaming.js +20 -23
- package/lib/exercises/math/geometry/shapes/basicShapesRecognition.d.ts +1 -1
- package/lib/exercises/math/geometry/shapes/basicShapesRecognition.d.ts.map +1 -1
- package/lib/exercises/math/geometry/shapes/basicShapesRecognition.js +23 -26
- package/lib/exercises/math/geometry/shapes/index.d.ts +2 -2
- package/lib/exercises/math/geometry/shapes/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/shapes/index.js +2 -18
- package/lib/exercises/math/geometry/thales/index.d.ts +2 -2
- package/lib/exercises/math/geometry/thales/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/thales/index.js +2 -18
- package/lib/exercises/math/geometry/thales/thales.d.ts +1 -1
- package/lib/exercises/math/geometry/thales/thales.d.ts.map +1 -1
- package/lib/exercises/math/geometry/thales/thales.js +33 -36
- package/lib/exercises/math/geometry/thales/thalesCalcul.d.ts +2 -2
- package/lib/exercises/math/geometry/thales/thalesCalcul.d.ts.map +1 -1
- package/lib/exercises/math/geometry/thales/thalesCalcul.js +36 -39
- package/lib/exercises/math/geometry/triangles/index.d.ts +1 -0
- package/lib/exercises/math/geometry/triangles/index.js +1 -1
- package/lib/exercises/math/geometry/triangles/traceMedianInTriangle.d.ts +1 -0
- package/lib/exercises/math/geometry/triangles/traceMedianInTriangle.js +3 -3
- package/lib/exercises/math/geometry/vectors/alignementViaColinearity.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/alignementViaColinearity.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/alignementViaColinearity.js +21 -24
- package/lib/exercises/math/geometry/vectors/chasles.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/chasles.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/chasles.js +15 -18
- package/lib/exercises/math/geometry/vectors/colinearity.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/colinearity.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/colinearity.js +18 -21
- package/lib/exercises/math/geometry/vectors/coordinatesReading.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/coordinatesReading.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/coordinatesReading.js +19 -22
- package/lib/exercises/math/geometry/vectors/determinant.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/determinant.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/determinant.js +17 -20
- package/lib/exercises/math/geometry/vectors/drawAVectorInGGB.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/drawAVectorInGGB.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/drawAVectorInGGB.js +16 -19
- package/lib/exercises/math/geometry/vectors/equalCaracteristicFromGraph.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/equalCaracteristicFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/equalCaracteristicFromGraph.js +40 -43
- package/lib/exercises/math/geometry/vectors/fourthParallelogramPoint.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/fourthParallelogramPoint.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/fourthParallelogramPoint.js +21 -24
- package/lib/exercises/math/geometry/vectors/index.d.ts +19 -19
- package/lib/exercises/math/geometry/vectors/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/index.js +19 -35
- package/lib/exercises/math/geometry/vectors/lineFromDirectorVector.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/lineFromDirectorVector.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/lineFromDirectorVector.js +49 -52
- package/lib/exercises/math/geometry/vectors/paralellismViaColinearity.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/paralellismViaColinearity.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/paralellismViaColinearity.js +23 -26
- package/lib/exercises/math/geometry/vectors/parallelogramViaEqualVectors.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/parallelogramViaEqualVectors.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/parallelogramViaEqualVectors.js +20 -23
- package/lib/exercises/math/geometry/vectors/scalarProduct/index.d.ts +2 -2
- package/lib/exercises/math/geometry/vectors/scalarProduct/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/index.js +3 -19
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductOrthoInSquare.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductOrthoInSquare.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductOrthoInSquare.js +18 -21
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCoords.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCoords.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCoords.js +15 -18
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCos.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCos.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCos.js +25 -28
- package/lib/exercises/math/geometry/vectors/traceOppositeVector.d.ts +2 -2
- package/lib/exercises/math/geometry/vectors/traceOppositeVector.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/traceOppositeVector.js +24 -27
- package/lib/exercises/math/geometry/vectors/traceVectorDifference.d.ts +2 -2
- package/lib/exercises/math/geometry/vectors/traceVectorDifference.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/traceVectorDifference.js +28 -31
- package/lib/exercises/math/geometry/vectors/traceVectorMultiple.d.ts +2 -2
- package/lib/exercises/math/geometry/vectors/traceVectorMultiple.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/traceVectorMultiple.js +25 -28
- package/lib/exercises/math/geometry/vectors/traceVectorSum.d.ts +2 -2
- package/lib/exercises/math/geometry/vectors/traceVectorSum.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/traceVectorSum.js +28 -31
- package/lib/exercises/math/geometry/vectors/vectorCoordinatesFromTwoPoints.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/vectorCoordinatesFromTwoPoints.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/vectorCoordinatesFromTwoPoints.js +21 -24
- package/lib/exercises/math/geometry/vectors/vectorLinearCombination.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/vectorLinearCombination.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/vectorLinearCombination.js +37 -40
- package/lib/exercises/math/geometry/vectors/vectorNormCalculation.d.ts +1 -1
- package/lib/exercises/math/geometry/vectors/vectorNormCalculation.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/vectorNormCalculation.js +25 -28
- package/lib/exercises/math/geometry/volumes/coneVolume.d.ts +1 -1
- package/lib/exercises/math/geometry/volumes/coneVolume.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/coneVolume.js +25 -28
- package/lib/exercises/math/geometry/volumes/index.d.ts +7 -7
- package/lib/exercises/math/geometry/volumes/index.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/index.js +7 -23
- package/lib/exercises/math/geometry/volumes/parallelepipedVolume.d.ts +1 -1
- package/lib/exercises/math/geometry/volumes/parallelepipedVolume.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/parallelepipedVolume.js +34 -37
- package/lib/exercises/math/geometry/volumes/sphereVolume.d.ts +1 -1
- package/lib/exercises/math/geometry/volumes/sphereVolume.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/sphereVolume.js +22 -25
- package/lib/exercises/math/geometry/volumes/volumeOfCube.d.ts +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfCube.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfCube.js +14 -17
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithSquareOrRectBase.d.ts +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithSquareOrRectBase.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithSquareOrRectBase.js +26 -29
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleBase.d.ts +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleBase.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleBase.js +25 -28
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleRectBase.d.ts +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleRectBase.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleRectBase.js +24 -27
- package/lib/exercises/math/index.d.ts +23 -23
- package/lib/exercises/math/index.d.ts.map +1 -1
- package/lib/exercises/math/index.js +23 -39
- package/lib/exercises/math/limits/index.d.ts +10 -10
- package/lib/exercises/math/limits/index.d.ts.map +1 -1
- package/lib/exercises/math/limits/index.js +10 -26
- package/lib/exercises/math/limits/limitReading.d.ts +1 -1
- package/lib/exercises/math/limits/limitReading.d.ts.map +1 -1
- package/lib/exercises/math/limits/limitReading.js +44 -47
- package/lib/exercises/math/limits/polynomLimit.d.ts +1 -1
- package/lib/exercises/math/limits/polynomLimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/polynomLimit.js +18 -21
- package/lib/exercises/math/limits/polynomLimitNoFI.d.ts +1 -1
- package/lib/exercises/math/limits/polynomLimitNoFI.d.ts.map +1 -1
- package/lib/exercises/math/limits/polynomLimitNoFI.js +18 -21
- package/lib/exercises/math/limits/rationalFracForbiddenValueLimit.d.ts +1 -1
- package/lib/exercises/math/limits/rationalFracForbiddenValueLimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/rationalFracForbiddenValueLimit.js +18 -21
- package/lib/exercises/math/limits/rationalFracLimit.d.ts +1 -1
- package/lib/exercises/math/limits/rationalFracLimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/rationalFracLimit.js +27 -30
- package/lib/exercises/math/limits/sequenceGeometricLimit.d.ts +1 -1
- package/lib/exercises/math/limits/sequenceGeometricLimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/sequenceGeometricLimit.js +13 -16
- package/lib/exercises/math/limits/sequencePolynomLimit.d.ts +1 -1
- package/lib/exercises/math/limits/sequencePolynomLimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/sequencePolynomLimit.js +16 -19
- package/lib/exercises/math/limits/sequencePolynomNoFILimit.d.ts +1 -1
- package/lib/exercises/math/limits/sequencePolynomNoFILimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/sequencePolynomNoFILimit.js +16 -19
- package/lib/exercises/math/limits/sequencePolynomProductLimit.d.ts +1 -1
- package/lib/exercises/math/limits/sequencePolynomProductLimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/sequencePolynomProductLimit.js +21 -24
- package/lib/exercises/math/limits/sequenceRationalFracLimit.d.ts +1 -1
- package/lib/exercises/math/limits/sequenceRationalFracLimit.d.ts.map +1 -1
- package/lib/exercises/math/limits/sequenceRationalFracLimit.js +25 -28
- package/lib/exercises/math/matrices/index.d.ts +2 -2
- package/lib/exercises/math/matrices/index.d.ts.map +1 -1
- package/lib/exercises/math/matrices/index.js +3 -19
- package/lib/exercises/math/matrices/matrixGeneralTerm.d.ts +1 -1
- package/lib/exercises/math/matrices/matrixGeneralTerm.d.ts.map +1 -1
- package/lib/exercises/math/matrices/matrixGeneralTerm.js +21 -24
- package/lib/exercises/math/matrices/matrixInversibilityDomain.d.ts +1 -1
- package/lib/exercises/math/matrices/matrixInversibilityDomain.d.ts.map +1 -1
- package/lib/exercises/math/matrices/matrixInversibilityDomain.js +43 -46
- package/lib/exercises/math/matrices/productCell.d.ts +1 -1
- package/lib/exercises/math/matrices/productCell.d.ts.map +1 -1
- package/lib/exercises/math/matrices/productCell.js +22 -25
- package/lib/exercises/math/percent/applyPercent.d.ts +1 -1
- package/lib/exercises/math/percent/applyPercent.d.ts.map +1 -1
- package/lib/exercises/math/percent/applyPercent.js +24 -27
- package/lib/exercises/math/percent/averageEvolutionRate.d.ts +1 -1
- package/lib/exercises/math/percent/averageEvolutionRate.d.ts.map +1 -1
- package/lib/exercises/math/percent/averageEvolutionRate.js +17 -20
- package/lib/exercises/math/percent/cmToEvolution.d.ts +1 -1
- package/lib/exercises/math/percent/cmToEvolution.d.ts.map +1 -1
- package/lib/exercises/math/percent/cmToEvolution.js +16 -19
- package/lib/exercises/math/percent/evolutionRateFromValues.d.ts +1 -1
- package/lib/exercises/math/percent/evolutionRateFromValues.d.ts.map +1 -1
- package/lib/exercises/math/percent/evolutionRateFromValues.js +21 -24
- package/lib/exercises/math/percent/evolutionToCM.d.ts +1 -1
- package/lib/exercises/math/percent/evolutionToCM.d.ts.map +1 -1
- package/lib/exercises/math/percent/evolutionToCM.js +17 -20
- package/lib/exercises/math/percent/findEndValueAfterEvolution.d.ts +1 -1
- package/lib/exercises/math/percent/findEndValueAfterEvolution.d.ts.map +1 -1
- package/lib/exercises/math/percent/findEndValueAfterEvolution.js +24 -27
- package/lib/exercises/math/percent/findProportion.d.ts +1 -1
- package/lib/exercises/math/percent/findProportion.d.ts.map +1 -1
- package/lib/exercises/math/percent/findProportion.js +14 -17
- package/lib/exercises/math/percent/findRightCalcul.d.ts +1 -1
- package/lib/exercises/math/percent/findRightCalcul.d.ts.map +1 -1
- package/lib/exercises/math/percent/findRightCalcul.js +31 -34
- package/lib/exercises/math/percent/findStartValueAfterEvolution.d.ts +1 -1
- package/lib/exercises/math/percent/findStartValueAfterEvolution.d.ts.map +1 -1
- package/lib/exercises/math/percent/findStartValueAfterEvolution.js +19 -22
- package/lib/exercises/math/percent/findTVA.d.ts +1 -1
- package/lib/exercises/math/percent/findTVA.d.ts.map +1 -1
- package/lib/exercises/math/percent/findTVA.js +22 -25
- package/lib/exercises/math/percent/globalPercent.d.ts +1 -1
- package/lib/exercises/math/percent/globalPercent.d.ts.map +1 -1
- package/lib/exercises/math/percent/globalPercent.js +20 -23
- package/lib/exercises/math/percent/htToTTC.d.ts +1 -1
- package/lib/exercises/math/percent/htToTTC.d.ts.map +1 -1
- package/lib/exercises/math/percent/htToTTC.js +21 -24
- package/lib/exercises/math/percent/index.d.ts +19 -19
- package/lib/exercises/math/percent/index.d.ts.map +1 -1
- package/lib/exercises/math/percent/index.js +19 -35
- package/lib/exercises/math/percent/percentToDecimal.d.ts +1 -1
- package/lib/exercises/math/percent/percentToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/percent/percentToDecimal.js +34 -37
- package/lib/exercises/math/percent/percentWritings.d.ts +1 -1
- package/lib/exercises/math/percent/percentWritings.d.ts.map +1 -1
- package/lib/exercises/math/percent/percentWritings.js +39 -42
- package/lib/exercises/math/percent/populationEffectifFromSubPopulation.d.ts +1 -1
- package/lib/exercises/math/percent/populationEffectifFromSubPopulation.d.ts.map +1 -1
- package/lib/exercises/math/percent/populationEffectifFromSubPopulation.js +31 -34
- package/lib/exercises/math/percent/reciprocalPercentage.d.ts +1 -1
- package/lib/exercises/math/percent/reciprocalPercentage.d.ts.map +1 -1
- package/lib/exercises/math/percent/reciprocalPercentage.js +25 -28
- package/lib/exercises/math/percent/subPopulationEffectifFromPercent.d.ts +1 -1
- package/lib/exercises/math/percent/subPopulationEffectifFromPercent.d.ts.map +1 -1
- package/lib/exercises/math/percent/subPopulationEffectifFromPercent.js +21 -24
- package/lib/exercises/math/percent/ttcToHT.d.ts +1 -1
- package/lib/exercises/math/percent/ttcToHT.d.ts.map +1 -1
- package/lib/exercises/math/percent/ttcToHT.js +21 -24
- package/lib/exercises/math/percent/valuePercent.d.ts +1 -1
- package/lib/exercises/math/percent/valuePercent.d.ts.map +1 -1
- package/lib/exercises/math/percent/valuePercent.js +13 -16
- package/lib/exercises/math/powers/calculateNegativePower.d.ts +1 -1
- package/lib/exercises/math/powers/calculateNegativePower.d.ts.map +1 -1
- package/lib/exercises/math/powers/calculateNegativePower.js +29 -32
- package/lib/exercises/math/powers/calculatePower.d.ts +1 -1
- package/lib/exercises/math/powers/calculatePower.d.ts.map +1 -1
- package/lib/exercises/math/powers/calculatePower.js +27 -30
- package/lib/exercises/math/powers/decimalToScientific.d.ts +1 -1
- package/lib/exercises/math/powers/decimalToScientific.d.ts.map +1 -1
- package/lib/exercises/math/powers/decimalToScientific.js +21 -24
- package/lib/exercises/math/powers/index.d.ts +10 -10
- package/lib/exercises/math/powers/index.d.ts.map +1 -1
- package/lib/exercises/math/powers/index.js +10 -26
- package/lib/exercises/math/powers/powerDefinition.d.ts +1 -1
- package/lib/exercises/math/powers/powerDefinition.d.ts.map +1 -1
- package/lib/exercises/math/powers/powerDefinition.js +17 -20
- package/lib/exercises/math/powers/powersDivision.d.ts +1 -1
- package/lib/exercises/math/powers/powersDivision.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersDivision.js +31 -34
- package/lib/exercises/math/powers/powersMixOperations.d.ts +1 -1
- package/lib/exercises/math/powers/powersMixOperations.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersMixOperations.js +24 -27
- package/lib/exercises/math/powers/powersOfTenToDecimal.d.ts +1 -1
- package/lib/exercises/math/powers/powersOfTenToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersOfTenToDecimal.js +17 -20
- package/lib/exercises/math/powers/powersPower.d.ts +1 -1
- package/lib/exercises/math/powers/powersPower.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersPower.js +27 -30
- package/lib/exercises/math/powers/powersProduct.d.ts +3 -2
- package/lib/exercises/math/powers/powersProduct.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersProduct.js +42 -34
- package/lib/exercises/math/powers/scientificToDecimal.d.ts +1 -1
- package/lib/exercises/math/powers/scientificToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/powers/scientificToDecimal.js +18 -21
- package/lib/exercises/math/primitive/constantPrimitive.d.ts +1 -1
- package/lib/exercises/math/primitive/constantPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/constantPrimitive.js +24 -30
- package/lib/exercises/math/primitive/expUPrimitive.d.ts +1 -1
- package/lib/exercises/math/primitive/expUPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/expUPrimitive.js +40 -46
- package/lib/exercises/math/primitive/exponentialPrimitive.d.ts +1 -1
- package/lib/exercises/math/primitive/exponentialPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/exponentialPrimitive.js +36 -42
- package/lib/exercises/math/primitive/index.d.ts +8 -8
- package/lib/exercises/math/primitive/index.d.ts.map +1 -1
- package/lib/exercises/math/primitive/index.js +8 -32
- package/lib/exercises/math/primitive/logarithmePrimitive.d.ts +1 -1
- package/lib/exercises/math/primitive/logarithmePrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/logarithmePrimitive.js +32 -37
- package/lib/exercises/math/primitive/polynomialPrimitive.d.ts +1 -1
- package/lib/exercises/math/primitive/polynomialPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/polynomialPrimitive.js +19 -25
- package/lib/exercises/math/primitive/sinCosPrimitive.d.ts +1 -1
- package/lib/exercises/math/primitive/sinCosPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/sinCosPrimitive.js +39 -45
- package/lib/exercises/math/primitive/sinUCosUPrimitive.d.ts +1 -1
- package/lib/exercises/math/primitive/sinUCosUPrimitive.d.ts.map +1 -1
- package/lib/exercises/math/primitive/sinUCosUPrimitive.js +45 -51
- package/lib/exercises/math/primitive/usualPrimitives.d.ts +1 -1
- package/lib/exercises/math/primitive/usualPrimitives.d.ts.map +1 -1
- package/lib/exercises/math/primitive/usualPrimitives.js +21 -24
- package/lib/exercises/math/probaStat/ballsBasicProbas.d.ts +1 -1
- package/lib/exercises/math/probaStat/ballsBasicProbas.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/ballsBasicProbas.js +17 -20
- package/lib/exercises/math/probaStat/basicStats/calculateFrequency.d.ts +10 -0
- package/lib/exercises/math/probaStat/basicStats/calculateFrequency.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicStats/calculateFrequency.js +100 -0
- package/lib/exercises/math/probaStat/basicStats/index.d.ts +2 -0
- package/lib/exercises/math/probaStat/basicStats/index.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicStats/index.js +1 -0
- package/lib/exercises/math/probaStat/binomial/binomialInequation.d.ts +3 -3
- package/lib/exercises/math/probaStat/binomial/binomialInequation.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/binomial/binomialInequation.js +42 -45
- package/lib/exercises/math/probaStat/binomial/calculateProbaOfBinomialDistribution.d.ts +1 -1
- package/lib/exercises/math/probaStat/binomial/calculateProbaOfBinomialDistribution.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/binomial/calculateProbaOfBinomialDistribution.js +30 -33
- package/lib/exercises/math/probaStat/binomial/expectedValueOfBinomialProba.d.ts +1 -1
- package/lib/exercises/math/probaStat/binomial/expectedValueOfBinomialProba.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/binomial/expectedValueOfBinomialProba.js +29 -32
- package/lib/exercises/math/probaStat/binomial/index.d.ts +4 -4
- package/lib/exercises/math/probaStat/binomial/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/binomial/index.js +4 -20
- package/lib/exercises/math/probaStat/binomial/varianceOfBinomialProba.d.ts +1 -1
- package/lib/exercises/math/probaStat/binomial/varianceOfBinomialProba.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/binomial/varianceOfBinomialProba.js +30 -33
- package/lib/exercises/math/probaStat/cardBasicProbas.d.ts +2 -2
- package/lib/exercises/math/probaStat/cardBasicProbas.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/cardBasicProbas.js +24 -27
- package/lib/exercises/math/probaStat/conditionalProbability.d.ts +1 -1
- package/lib/exercises/math/probaStat/conditionalProbability.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/conditionalProbability.js +36 -39
- package/lib/exercises/math/probaStat/diceBasicProbas.d.ts +1 -1
- package/lib/exercises/math/probaStat/diceBasicProbas.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/diceBasicProbas.js +28 -31
- package/lib/exercises/math/probaStat/independancy.d.ts +1 -1
- package/lib/exercises/math/probaStat/independancy.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/independancy.js +21 -24
- package/lib/exercises/math/probaStat/index.d.ts +13 -12
- package/lib/exercises/math/probaStat/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/index.js +13 -28
- package/lib/exercises/math/probaStat/issuesCountingForCards.d.ts +1 -1
- package/lib/exercises/math/probaStat/issuesCountingForCards.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/issuesCountingForCards.js +19 -22
- package/lib/exercises/math/probaStat/probaFromTableNoContext.d.ts +1 -1
- package/lib/exercises/math/probaStat/probaFromTableNoContext.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/probaFromTableNoContext.js +35 -38
- package/lib/exercises/math/probaStat/probaFromTableWithContext.d.ts +1 -1
- package/lib/exercises/math/probaStat/probaFromTableWithContext.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/probaFromTableWithContext.js +38 -41
- package/lib/exercises/math/probaStat/probabilityTree.d.ts +2 -2
- package/lib/exercises/math/probaStat/probabilityTree.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/probabilityTree.js +58 -61
- package/lib/exercises/math/probaStat/stats1var/averageList.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/averageList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/averageList.js +21 -24
- package/lib/exercises/math/probaStat/stats1var/averageWithTable.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/averageWithTable.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/averageWithTable.js +20 -23
- package/lib/exercises/math/probaStat/stats1var/etendueList.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/etendueList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/etendueList.js +11 -14
- package/lib/exercises/math/probaStat/stats1var/index.d.ts +14 -14
- package/lib/exercises/math/probaStat/stats1var/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/index.js +14 -30
- package/lib/exercises/math/probaStat/stats1var/interquartilesList.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/interquartilesList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/interquartilesList.js +20 -23
- package/lib/exercises/math/probaStat/stats1var/interquartilesTable.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/interquartilesTable.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/interquartilesTable.js +23 -26
- package/lib/exercises/math/probaStat/stats1var/marginalAndConditionalFrequency.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/marginalAndConditionalFrequency.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/marginalAndConditionalFrequency.js +32 -35
- package/lib/exercises/math/probaStat/stats1var/median.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/median.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/median.js +16 -19
- package/lib/exercises/math/probaStat/stats1var/medianList.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/medianList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/medianList.js +11 -14
- package/lib/exercises/math/probaStat/stats1var/quartiles.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/quartiles.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/quartiles.js +17 -20
- package/lib/exercises/math/probaStat/stats1var/quartilesList.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/quartilesList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/quartilesList.js +13 -16
- package/lib/exercises/math/probaStat/stats1var/standardDeviationList.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/standardDeviationList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/standardDeviationList.js +30 -33
- package/lib/exercises/math/probaStat/stats1var/standardDeviationTable.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/standardDeviationTable.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/standardDeviationTable.js +33 -36
- package/lib/exercises/math/probaStat/stats1var/varianceList.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/varianceList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/varianceList.js +28 -31
- package/lib/exercises/math/probaStat/stats1var/varianceTable.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats1var/varianceTable.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/varianceTable.js +30 -33
- package/lib/exercises/math/probaStat/stats2var/averagePoint.d.ts +1 -1
- package/lib/exercises/math/probaStat/stats2var/averagePoint.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats2var/averagePoint.js +26 -29
- package/lib/exercises/math/probaStat/stats2var/fineAdjustementExercise.d.ts +2 -2
- package/lib/exercises/math/probaStat/stats2var/fineAdjustementExercise.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats2var/fineAdjustementExercise.js +27 -30
- package/lib/exercises/math/probaStat/stats2var/index.d.ts +2 -2
- package/lib/exercises/math/probaStat/stats2var/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats2var/index.js +2 -18
- package/lib/exercises/math/python/conditionIf.d.ts +1 -1
- package/lib/exercises/math/python/conditionIf.d.ts.map +1 -1
- package/lib/exercises/math/python/conditionIf.js +15 -18
- package/lib/exercises/math/python/forLoop.d.ts +1 -1
- package/lib/exercises/math/python/forLoop.d.ts.map +1 -1
- package/lib/exercises/math/python/forLoop.js +16 -19
- package/lib/exercises/math/python/inOutCalcul.d.ts +1 -1
- package/lib/exercises/math/python/inOutCalcul.d.ts.map +1 -1
- package/lib/exercises/math/python/inOutCalcul.js +15 -18
- package/lib/exercises/math/python/index.d.ts +8 -8
- package/lib/exercises/math/python/index.d.ts.map +1 -1
- package/lib/exercises/math/python/index.js +8 -24
- package/lib/exercises/math/python/pyForLoop1Exercise.d.ts +1 -1
- package/lib/exercises/math/python/pyForLoop1Exercise.d.ts.map +1 -1
- package/lib/exercises/math/python/pyForLoop1Exercise.js +26 -29
- package/lib/exercises/math/python/pyNestedForLoopExercise.d.ts +1 -1
- package/lib/exercises/math/python/pyNestedForLoopExercise.d.ts.map +1 -1
- package/lib/exercises/math/python/pyNestedForLoopExercise.js +13 -16
- package/lib/exercises/math/python/pyWhileLoop1Exercise.d.ts +1 -1
- package/lib/exercises/math/python/pyWhileLoop1Exercise.d.ts.map +1 -1
- package/lib/exercises/math/python/pyWhileLoop1Exercise.js +16 -19
- package/lib/exercises/math/python/pythonFunctionTrinom.d.ts +1 -1
- package/lib/exercises/math/python/pythonFunctionTrinom.d.ts.map +1 -1
- package/lib/exercises/math/python/pythonFunctionTrinom.js +18 -21
- package/lib/exercises/math/python/whileLoop.d.ts +1 -1
- package/lib/exercises/math/python/whileLoop.d.ts.map +1 -1
- package/lib/exercises/math/python/whileLoop.js +16 -19
- package/lib/exercises/math/sampling/confidenceInterval.d.ts +1 -1
- package/lib/exercises/math/sampling/confidenceInterval.d.ts.map +1 -1
- package/lib/exercises/math/sampling/confidenceInterval.js +36 -39
- package/lib/exercises/math/sampling/fluctuationInterval.d.ts +1 -1
- package/lib/exercises/math/sampling/fluctuationInterval.d.ts.map +1 -1
- package/lib/exercises/math/sampling/fluctuationInterval.js +35 -38
- package/lib/exercises/math/sampling/index.d.ts +3 -3
- package/lib/exercises/math/sampling/index.d.ts.map +1 -1
- package/lib/exercises/math/sampling/index.js +3 -19
- package/lib/exercises/math/sampling/isSamplingRepresentative.d.ts +1 -1
- package/lib/exercises/math/sampling/isSamplingRepresentative.d.ts.map +1 -1
- package/lib/exercises/math/sampling/isSamplingRepresentative.js +23 -26
- package/lib/exercises/math/sequences/arithmetic/arithmeticExplicitFormulaUsage.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticExplicitFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticExplicitFormulaUsage.js +19 -22
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormula.js +22 -25
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplictFormulaFirstTermRandom.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplictFormulaFirstTermRandom.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplictFormulaFirstTermRandom.js +19 -22
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindRandomTermFromTwoTerms.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindRandomTermFromTwoTerms.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindRandomTermFromTwoTerms.js +13 -16
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReason.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReason.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReason.js +12 -15
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReasonRandomRange.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReasonRandomRange.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReasonRandomRange.js +13 -16
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindTerm.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindTerm.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindTerm.js +25 -28
- package/lib/exercises/math/sequences/arithmetic/arithmeticFirstTermsSum.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFirstTermsSum.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFirstTermsSum.js +28 -20
- package/lib/exercises/math/sequences/arithmetic/arithmeticReasonUsage.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticReasonUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticReasonUsage.js +12 -15
- package/lib/exercises/math/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.js +12 -15
- package/lib/exercises/math/sequences/arithmetic/arithmeticThresholdFind.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticThresholdFind.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticThresholdFind.js +15 -18
- package/lib/exercises/math/sequences/arithmetic/firstIntegersSum.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/firstIntegersSum.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/firstIntegersSum.js +65 -20
- package/lib/exercises/math/sequences/arithmetic/index.d.ts +16 -16
- package/lib/exercises/math/sequences/arithmetic/index.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/index.js +16 -32
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromFirstTerms.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromFirstTerms.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromFirstTerms.js +22 -25
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.js +27 -30
- package/lib/exercises/math/sequences/arithmetic/recognizeReasonFromFirstTerms.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeReasonFromFirstTerms.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeReasonFromFirstTerms.js +12 -15
- package/lib/exercises/math/sequences/arithmetic/recognizeReasonFromGraph.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeReasonFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeReasonFromGraph.js +14 -17
- package/lib/exercises/math/sequences/explicitFormulaUsage.d.ts +1 -1
- package/lib/exercises/math/sequences/explicitFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/explicitFormulaUsage.js +15 -18
- package/lib/exercises/math/sequences/genericSequenceVariations.d.ts +1 -1
- package/lib/exercises/math/sequences/genericSequenceVariations.d.ts.map +1 -1
- package/lib/exercises/math/sequences/genericSequenceVariations.js +14 -17
- package/lib/exercises/math/sequences/geometric/geometricExplicitFormulaUsage.d.ts +1 -1
- package/lib/exercises/math/sequences/geometric/geometricExplicitFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricExplicitFormulaUsage.js +24 -27
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormula.d.ts +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormula.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormula.js +22 -25
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormulaFirstTermRandom.d.ts +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormulaFirstTermRandom.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormulaFirstTermRandom.js +24 -27
- package/lib/exercises/math/sequences/geometric/geometricFindReason.d.ts +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindReason.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindReason.js +13 -16
- package/lib/exercises/math/sequences/geometric/geometricFindTerm.d.ts +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindTerm.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindTerm.js +25 -28
- package/lib/exercises/math/sequences/geometric/geometricFirstTermsGeneralSum.d.ts +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFirstTermsGeneralSum.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFirstTermsGeneralSum.js +34 -26
- package/lib/exercises/math/sequences/geometric/geometricFirstTermsSum.d.ts +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFirstTermsSum.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFirstTermsSum.js +33 -31
- package/lib/exercises/math/sequences/geometric/geometricReasonUsage.d.ts +1 -1
- package/lib/exercises/math/sequences/geometric/geometricReasonUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricReasonUsage.js +13 -16
- package/lib/exercises/math/sequences/geometric/geometricRecognizeReasonFromFirstTerms.d.ts +1 -1
- package/lib/exercises/math/sequences/geometric/geometricRecognizeReasonFromFirstTerms.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricRecognizeReasonFromFirstTerms.js +10 -13
- package/lib/exercises/math/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts +1 -1
- package/lib/exercises/math/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricRecurrenceFormulaUsage.js +13 -16
- package/lib/exercises/math/sequences/geometric/geometricVariations.d.ts +2 -2
- package/lib/exercises/math/sequences/geometric/geometricVariations.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricVariations.js +31 -34
- package/lib/exercises/math/sequences/geometric/index.d.ts +11 -11
- package/lib/exercises/math/sequences/geometric/index.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/index.js +11 -27
- package/lib/exercises/math/sequences/index.d.ts +7 -7
- package/lib/exercises/math/sequences/index.d.ts.map +1 -1
- package/lib/exercises/math/sequences/index.js +7 -23
- package/lib/exercises/math/sequences/recurrenceFormulaUsage.d.ts +1 -1
- package/lib/exercises/math/sequences/recurrenceFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/recurrenceFormulaUsage.js +16 -19
- package/lib/exercises/math/sequences/sequenceEvaluation.d.ts +1 -1
- package/lib/exercises/math/sequences/sequenceEvaluation.d.ts.map +1 -1
- package/lib/exercises/math/sequences/sequenceEvaluation.js +46 -49
- package/lib/exercises/math/sequences/sequencePlot.d.ts +1 -1
- package/lib/exercises/math/sequences/sequencePlot.d.ts.map +1 -1
- package/lib/exercises/math/sequences/sequencePlot.js +19 -22
- package/lib/exercises/math/sets/index.d.ts +2 -2
- package/lib/exercises/math/sets/index.d.ts.map +1 -1
- package/lib/exercises/math/sets/index.js +2 -18
- package/lib/exercises/math/sets/intervals/index.d.ts +4 -4
- package/lib/exercises/math/sets/intervals/index.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/index.js +4 -20
- package/lib/exercises/math/sets/intervals/inequalityToInterval.d.ts +2 -2
- package/lib/exercises/math/sets/intervals/inequalityToInterval.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/inequalityToInterval.js +23 -26
- package/lib/exercises/math/sets/intervals/intervalToInequality.d.ts +2 -2
- package/lib/exercises/math/sets/intervals/intervalToInequality.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/intervalToInequality.js +20 -23
- package/lib/exercises/math/sets/intervals/intervalsIntersection.d.ts +2 -2
- package/lib/exercises/math/sets/intervals/intervalsIntersection.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/intervalsIntersection.js +37 -40
- package/lib/exercises/math/sets/intervals/intervalsUnion.d.ts +2 -2
- package/lib/exercises/math/sets/intervals/intervalsUnion.d.ts.map +1 -1
- package/lib/exercises/math/sets/intervals/intervalsUnion.js +29 -32
- package/lib/exercises/math/sets/setBelonging.d.ts +1 -1
- package/lib/exercises/math/sets/setBelonging.d.ts.map +1 -1
- package/lib/exercises/math/sets/setBelonging.js +19 -22
- package/lib/exercises/math/spaceGeometry/index.d.ts +1 -1
- package/lib/exercises/math/spaceGeometry/index.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/index.js +1 -17
- package/lib/exercises/math/spaceGeometry/lineAndPlaneRelativePosition.d.ts +1 -0
- package/lib/exercises/math/spaceGeometry/lineAndPlaneRelativePosition.js +3 -3
- package/lib/exercises/math/spaceGeometry/vectors/index.d.ts +3 -3
- package/lib/exercises/math/spaceGeometry/vectors/index.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/index.js +3 -19
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorCoordinatesFromPoints.d.ts +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorCoordinatesFromPoints.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorCoordinatesFromPoints.js +15 -18
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorLinearCombinationCoords.d.ts +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorLinearCombinationCoords.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorLinearCombinationCoords.js +16 -19
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorNormCalculation.d.ts +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorNormCalculation.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/spaceVectorNormCalculation.js +22 -25
- package/lib/exercises/math/squareRoots/index.d.ts +8 -8
- package/lib/exercises/math/squareRoots/index.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/index.js +8 -24
- package/lib/exercises/math/squareRoots/simpifySquareRoot.d.ts +1 -1
- package/lib/exercises/math/squareRoots/simpifySquareRoot.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/simpifySquareRoot.js +12 -15
- package/lib/exercises/math/squareRoots/squareRootEquation.d.ts +1 -1
- package/lib/exercises/math/squareRoots/squareRootEquation.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootEquation.js +18 -21
- package/lib/exercises/math/squareRoots/squareRootIdentities.d.ts +1 -1
- package/lib/exercises/math/squareRoots/squareRootIdentities.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootIdentities.js +43 -46
- package/lib/exercises/math/squareRoots/squareRootsDistributivity.d.ts +1 -1
- package/lib/exercises/math/squareRoots/squareRootsDistributivity.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootsDistributivity.js +28 -31
- package/lib/exercises/math/squareRoots/squareRootsFractions.d.ts +1 -1
- package/lib/exercises/math/squareRoots/squareRootsFractions.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootsFractions.js +23 -26
- package/lib/exercises/math/squareRoots/squareRootsProducts.d.ts +1 -1
- package/lib/exercises/math/squareRoots/squareRootsProducts.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootsProducts.js +22 -25
- package/lib/exercises/math/squareRoots/squareRootsSum.d.ts +1 -1
- package/lib/exercises/math/squareRoots/squareRootsSum.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootsSum.js +31 -34
- package/lib/exercises/math/squareRoots/squareRootsToSquare.d.ts +2 -2
- package/lib/exercises/math/squareRoots/squareRootsToSquare.d.ts.map +1 -1
- package/lib/exercises/math/squareRoots/squareRootsToSquare.js +36 -39
- package/lib/exercises/math/trigonometry/arcLength.d.ts +1 -1
- package/lib/exercises/math/trigonometry/arcLength.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/arcLength.js +25 -28
- package/lib/exercises/math/trigonometry/arcValue.d.ts +1 -1
- package/lib/exercises/math/trigonometry/arcValue.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/arcValue.js +32 -35
- package/lib/exercises/math/trigonometry/associatePoint.d.ts +2 -2
- package/lib/exercises/math/trigonometry/associatePoint.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/associatePoint.js +11 -14
- package/lib/exercises/math/trigonometry/basicEquationCos.d.ts +1 -1
- package/lib/exercises/math/trigonometry/basicEquationCos.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/basicEquationCos.js +22 -25
- package/lib/exercises/math/trigonometry/basicEquationSin.d.ts +1 -1
- package/lib/exercises/math/trigonometry/basicEquationSin.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/basicEquationSin.js +24 -27
- package/lib/exercises/math/trigonometry/basicTrigoSystemEquation.d.ts +1 -1
- package/lib/exercises/math/trigonometry/basicTrigoSystemEquation.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/basicTrigoSystemEquation.js +22 -25
- package/lib/exercises/math/trigonometry/calculateCosSinAndTan.d.ts +1 -1
- package/lib/exercises/math/trigonometry/calculateCosSinAndTan.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/calculateCosSinAndTan.js +21 -24
- package/lib/exercises/math/trigonometry/degreeToRadians.d.ts +1 -1
- package/lib/exercises/math/trigonometry/degreeToRadians.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/degreeToRadians.js +35 -38
- package/lib/exercises/math/trigonometry/equationCosOnRandomInterval.d.ts +1 -1
- package/lib/exercises/math/trigonometry/equationCosOnRandomInterval.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/equationCosOnRandomInterval.js +33 -36
- package/lib/exercises/math/trigonometry/equationSinOnRandomInterval.d.ts +1 -1
- package/lib/exercises/math/trigonometry/equationSinOnRandomInterval.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/equationSinOnRandomInterval.js +30 -33
- package/lib/exercises/math/trigonometry/index.d.ts +15 -15
- package/lib/exercises/math/trigonometry/index.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/index.js +15 -31
- package/lib/exercises/math/trigonometry/mainAngleMeasure.d.ts +1 -1
- package/lib/exercises/math/trigonometry/mainAngleMeasure.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/mainAngleMeasure.js +28 -31
- package/lib/exercises/math/trigonometry/mainRemarkableValues.d.ts +1 -1
- package/lib/exercises/math/trigonometry/mainRemarkableValues.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/mainRemarkableValues.js +16 -19
- package/lib/exercises/math/trigonometry/remarkableValues.d.ts +1 -1
- package/lib/exercises/math/trigonometry/remarkableValues.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/remarkableValues.js +20 -23
- package/lib/exercises/math/trigonometry/trigonometry.d.ts +2 -2
- package/lib/exercises/math/trigonometry/trigonometry.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/trigonometry.js +21 -24
- package/lib/exercises/math/trigonometry/trigonometryAngleCalcul.d.ts +2 -2
- package/lib/exercises/math/trigonometry/trigonometryAngleCalcul.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/trigonometryAngleCalcul.js +17 -20
- package/lib/exercises/math/trigonometry/trigonometrySideCalcul.d.ts +2 -2
- package/lib/exercises/math/trigonometry/trigonometrySideCalcul.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/trigonometrySideCalcul.js +22 -25
- package/lib/exercises/options/allowNonIrreductibleFractions.d.ts +1 -1
- package/lib/exercises/options/allowNonIrreductibleFractions.d.ts.map +1 -1
- package/lib/exercises/options/allowNonIrreductibleFractions.js +4 -7
- package/lib/exercises/options/inequationSolutionFormat.d.ts +1 -1
- package/lib/exercises/options/inequationSolutionFormat.d.ts.map +1 -1
- package/lib/exercises/options/inequationSolutionFormat.js +4 -7
- package/lib/exercises/pc/calibrationCurveOfSolution.d.ts +1 -1
- package/lib/exercises/pc/calibrationCurveOfSolution.d.ts.map +1 -1
- package/lib/exercises/pc/calibrationCurveOfSolution.js +21 -24
- package/lib/exercises/pc/chemicalElements/atomicStructureOfNucleus.d.ts +2 -2
- package/lib/exercises/pc/chemicalElements/atomicStructureOfNucleus.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/atomicStructureOfNucleus.js +21 -24
- package/lib/exercises/pc/chemicalElements/calculateProtonsNumberFromMass.d.ts +2 -2
- package/lib/exercises/pc/chemicalElements/calculateProtonsNumberFromMass.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/calculateProtonsNumberFromMass.js +24 -27
- package/lib/exercises/pc/chemicalElements/calculateVolumetricMass.d.ts +1 -1
- package/lib/exercises/pc/chemicalElements/calculateVolumetricMass.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/calculateVolumetricMass.js +33 -36
- package/lib/exercises/pc/chemicalElements/findAtomEntitiesNumberFromMass.d.ts +2 -2
- package/lib/exercises/pc/chemicalElements/findAtomEntitiesNumberFromMass.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/findAtomEntitiesNumberFromMass.js +28 -31
- package/lib/exercises/pc/chemicalElements/findAtomicStructureElement.d.ts +2 -2
- package/lib/exercises/pc/chemicalElements/findAtomicStructureElement.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/findAtomicStructureElement.js +24 -27
- package/lib/exercises/pc/chemicalElements/findValenceElectronsNumberFromElectronicConfiguration.d.ts +2 -2
- package/lib/exercises/pc/chemicalElements/findValenceElectronsNumberFromElectronicConfiguration.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/findValenceElectronsNumberFromElectronicConfiguration.js +21 -24
- package/lib/exercises/pc/chemicalElements/findValenceElectronsNumberFromTable.d.ts +2 -2
- package/lib/exercises/pc/chemicalElements/findValenceElectronsNumberFromTable.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/findValenceElectronsNumberFromTable.js +20 -23
- package/lib/exercises/pc/chemicalElements/identifyRightElectronicConfiguration.d.ts +2 -2
- package/lib/exercises/pc/chemicalElements/identifyRightElectronicConfiguration.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/identifyRightElectronicConfiguration.js +26 -29
- package/lib/exercises/pc/chemicalElements/index.d.ts +10 -10
- package/lib/exercises/pc/chemicalElements/index.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/index.js +10 -26
- package/lib/exercises/pc/chemicalElements/massOrVolumeProportion.d.ts +1 -1
- package/lib/exercises/pc/chemicalElements/massOrVolumeProportion.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/massOrVolumeProportion.js +33 -36
- package/lib/exercises/pc/chemicalElements/weightPercent.d.ts +1 -1
- package/lib/exercises/pc/chemicalElements/weightPercent.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalElements/weightPercent.js +23 -26
- package/lib/exercises/pc/chemicalEquations.d.ts +2 -2
- package/lib/exercises/pc/chemicalEquations.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalEquations.js +11 -14
- package/lib/exercises/pc/chemicalReactions/calculateCombustionEnergy.d.ts +1 -1
- package/lib/exercises/pc/chemicalReactions/calculateCombustionEnergy.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalReactions/calculateCombustionEnergy.js +21 -24
- package/lib/exercises/pc/chemicalReactions/calculateSynthesisEfficiency.d.ts +1 -1
- package/lib/exercises/pc/chemicalReactions/calculateSynthesisEfficiency.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalReactions/calculateSynthesisEfficiency.js +20 -23
- package/lib/exercises/pc/chemicalReactions/identifyLimitingReagent.d.ts +1 -1
- package/lib/exercises/pc/chemicalReactions/identifyLimitingReagent.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalReactions/identifyLimitingReagent.js +17 -20
- package/lib/exercises/pc/chemicalReactions/identifyStoichiometricMixture.d.ts +1 -1
- package/lib/exercises/pc/chemicalReactions/identifyStoichiometricMixture.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalReactions/identifyStoichiometricMixture.js +22 -25
- package/lib/exercises/pc/chemicalReactions/index.d.ts +6 -6
- package/lib/exercises/pc/chemicalReactions/index.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalReactions/index.js +6 -22
- package/lib/exercises/pc/chemicalReactions/stoichiometricReaction.d.ts +1 -1
- package/lib/exercises/pc/chemicalReactions/stoichiometricReaction.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalReactions/stoichiometricReaction.js +24 -27
- package/lib/exercises/pc/chemicalReactions/titrationEquivalenceRelation.d.ts +1 -1
- package/lib/exercises/pc/chemicalReactions/titrationEquivalenceRelation.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalReactions/titrationEquivalenceRelation.js +26 -29
- package/lib/exercises/pc/chemicalReactionsProduct.d.ts +2 -2
- package/lib/exercises/pc/chemicalReactionsProduct.d.ts.map +1 -1
- package/lib/exercises/pc/chemicalReactionsProduct.js +12 -15
- package/lib/exercises/pc/delution.d.ts +1 -1
- package/lib/exercises/pc/delution.d.ts.map +1 -1
- package/lib/exercises/pc/delution.js +20 -23
- package/lib/exercises/pc/dosage/beerLambertRandomValue.d.ts +1 -1
- package/lib/exercises/pc/dosage/beerLambertRandomValue.d.ts.map +1 -1
- package/lib/exercises/pc/dosage/beerLambertRandomValue.js +30 -33
- package/lib/exercises/pc/dosage/concentrationCalculation.d.ts +1 -1
- package/lib/exercises/pc/dosage/concentrationCalculation.d.ts.map +1 -1
- package/lib/exercises/pc/dosage/concentrationCalculation.js +34 -37
- package/lib/exercises/pc/dosage/concentrationFromMassCalculation.d.ts +1 -1
- package/lib/exercises/pc/dosage/concentrationFromMassCalculation.d.ts.map +1 -1
- package/lib/exercises/pc/dosage/concentrationFromMassCalculation.js +33 -36
- package/lib/exercises/pc/dosage/index.d.ts +3 -3
- package/lib/exercises/pc/dosage/index.d.ts.map +1 -1
- package/lib/exercises/pc/dosage/index.js +3 -19
- package/lib/exercises/pc/electricity/calculateIntensity.d.ts +1 -1
- package/lib/exercises/pc/electricity/calculateIntensity.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/calculateIntensity.js +12 -15
- package/lib/exercises/pc/electricity/calculateIntensityInSerieOrParallel.d.ts +1 -1
- package/lib/exercises/pc/electricity/calculateIntensityInSerieOrParallel.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/calculateIntensityInSerieOrParallel.js +15 -18
- package/lib/exercises/pc/electricity/calculateVoltage.d.ts +1 -1
- package/lib/exercises/pc/electricity/calculateVoltage.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/calculateVoltage.js +17 -20
- package/lib/exercises/pc/electricity/electricChargeFromIntensity.d.ts +1 -1
- package/lib/exercises/pc/electricity/electricChargeFromIntensity.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/electricChargeFromIntensity.js +17 -20
- package/lib/exercises/pc/electricity/electricEnergyFromPower.d.ts +1 -1
- package/lib/exercises/pc/electricity/electricEnergyFromPower.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/electricEnergyFromPower.js +13 -16
- package/lib/exercises/pc/electricity/electricPowerOrEnergyCalculation.d.ts +1 -1
- package/lib/exercises/pc/electricity/electricPowerOrEnergyCalculation.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/electricPowerOrEnergyCalculation.js +25 -28
- package/lib/exercises/pc/electricity/index.d.ts +9 -9
- package/lib/exercises/pc/electricity/index.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/index.js +9 -25
- package/lib/exercises/pc/electricity/kirchhoffVoltageLaw.d.ts +1 -1
- package/lib/exercises/pc/electricity/kirchhoffVoltageLaw.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/kirchhoffVoltageLaw.js +14 -17
- package/lib/exercises/pc/electricity/ohmLaw.d.ts +1 -1
- package/lib/exercises/pc/electricity/ohmLaw.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/ohmLaw.js +28 -31
- package/lib/exercises/pc/electricity/ohmicConductorOrGenerator.d.ts +1 -1
- package/lib/exercises/pc/electricity/ohmicConductorOrGenerator.d.ts.map +1 -1
- package/lib/exercises/pc/electricity/ohmicConductorOrGenerator.js +17 -20
- package/lib/exercises/pc/energy/calorificValue.d.ts +1 -1
- package/lib/exercises/pc/energy/calorificValue.d.ts.map +1 -1
- package/lib/exercises/pc/energy/calorificValue.js +23 -26
- package/lib/exercises/pc/energy/combustionTransferEnergy.d.ts +1 -1
- package/lib/exercises/pc/energy/combustionTransferEnergy.d.ts.map +1 -1
- package/lib/exercises/pc/energy/combustionTransferEnergy.js +23 -26
- package/lib/exercises/pc/energy/combustionTransferEnergy2.d.ts +1 -1
- package/lib/exercises/pc/energy/combustionTransferEnergy2.d.ts.map +1 -1
- package/lib/exercises/pc/energy/combustionTransferEnergy2.js +34 -37
- package/lib/exercises/pc/energy/efficencyOfConverter.d.ts +1 -1
- package/lib/exercises/pc/energy/efficencyOfConverter.d.ts.map +1 -1
- package/lib/exercises/pc/energy/efficencyOfConverter.js +16 -19
- package/lib/exercises/pc/energy/efficiencyCalculation.d.ts +1 -1
- package/lib/exercises/pc/energy/efficiencyCalculation.d.ts.map +1 -1
- package/lib/exercises/pc/energy/efficiencyCalculation.js +35 -38
- package/lib/exercises/pc/energy/energyTransfer.d.ts +1 -1
- package/lib/exercises/pc/energy/energyTransfer.d.ts.map +1 -1
- package/lib/exercises/pc/energy/energyTransfer.js +15 -18
- package/lib/exercises/pc/energy/index.d.ts +8 -8
- package/lib/exercises/pc/energy/index.d.ts.map +1 -1
- package/lib/exercises/pc/energy/index.js +8 -24
- package/lib/exercises/pc/energy/kineticEnergyOrMassOrSpeed.d.ts +1 -1
- package/lib/exercises/pc/energy/kineticEnergyOrMassOrSpeed.d.ts.map +1 -1
- package/lib/exercises/pc/energy/kineticEnergyOrMassOrSpeed.js +37 -40
- package/lib/exercises/pc/energy/thermalEnergyTransferCalculation.d.ts +1 -1
- package/lib/exercises/pc/energy/thermalEnergyTransferCalculation.d.ts.map +1 -1
- package/lib/exercises/pc/energy/thermalEnergyTransferCalculation.js +41 -44
- package/lib/exercises/pc/fluids/index.d.ts +1 -1
- package/lib/exercises/pc/fluids/index.d.ts.map +1 -1
- package/lib/exercises/pc/fluids/index.js +1 -17
- package/lib/exercises/pc/fluids/mariotte.d.ts +1 -1
- package/lib/exercises/pc/fluids/mariotte.d.ts.map +1 -1
- package/lib/exercises/pc/fluids/mariotte.js +21 -24
- package/lib/exercises/pc/forces/calculateNormalOrFrictionForce.d.ts +1 -1
- package/lib/exercises/pc/forces/calculateNormalOrFrictionForce.d.ts.map +1 -1
- package/lib/exercises/pc/forces/calculateNormalOrFrictionForce.js +16 -19
- package/lib/exercises/pc/forces/electroStaticForce.d.ts +1 -1
- package/lib/exercises/pc/forces/electroStaticForce.d.ts.map +1 -1
- package/lib/exercises/pc/forces/electroStaticForce.js +30 -33
- package/lib/exercises/pc/forces/forceWork.d.ts +1 -1
- package/lib/exercises/pc/forces/forceWork.d.ts.map +1 -1
- package/lib/exercises/pc/forces/forceWork.js +19 -22
- package/lib/exercises/pc/forces/gravitationalAttractionObjectHeight.d.ts +1 -1
- package/lib/exercises/pc/forces/gravitationalAttractionObjectHeight.d.ts.map +1 -1
- package/lib/exercises/pc/forces/gravitationalAttractionObjectHeight.js +27 -30
- package/lib/exercises/pc/forces/gravitationalAttractionValue.d.ts +1 -1
- package/lib/exercises/pc/forces/gravitationalAttractionValue.d.ts.map +1 -1
- package/lib/exercises/pc/forces/gravitationalAttractionValue.js +23 -26
- package/lib/exercises/pc/forces/gravitationalForcePlanets.d.ts +2 -2
- package/lib/exercises/pc/forces/gravitationalForcePlanets.d.ts.map +1 -1
- package/lib/exercises/pc/forces/gravitationalForcePlanets.js +20 -23
- package/lib/exercises/pc/forces/index.d.ts +8 -8
- package/lib/exercises/pc/forces/index.d.ts.map +1 -1
- package/lib/exercises/pc/forces/index.js +9 -25
- package/lib/exercises/pc/forces/massWeight.d.ts +1 -1
- package/lib/exercises/pc/forces/massWeight.d.ts.map +1 -1
- package/lib/exercises/pc/forces/massWeight.js +17 -20
- package/lib/exercises/pc/forces/pressingForce.d.ts +1 -1
- package/lib/exercises/pc/forces/pressingForce.d.ts.map +1 -1
- package/lib/exercises/pc/forces/pressingForce.js +19 -22
- package/lib/exercises/pc/forces/pressureDifferenceCalculation.d.ts +1 -0
- package/lib/exercises/pc/forces/pressureDifferenceCalculation.js +7 -7
- package/lib/exercises/pc/formulaFromComposition.d.ts +1 -1
- package/lib/exercises/pc/formulaFromComposition.d.ts.map +1 -1
- package/lib/exercises/pc/formulaFromComposition.js +20 -23
- package/lib/exercises/pc/identifyAtomicMassOrAtomicNb.d.ts +1 -1
- package/lib/exercises/pc/identifyAtomicMassOrAtomicNb.d.ts.map +1 -1
- package/lib/exercises/pc/identifyAtomicMassOrAtomicNb.js +20 -23
- package/lib/exercises/pc/index.d.ts +60 -60
- package/lib/exercises/pc/index.d.ts.map +1 -1
- package/lib/exercises/pc/index.js +60 -84
- package/lib/exercises/pc/kineticEnergy.d.ts +1 -1
- package/lib/exercises/pc/kineticEnergy.d.ts.map +1 -1
- package/lib/exercises/pc/kineticEnergy.js +11 -14
- package/lib/exercises/pc/math/index.d.ts +1 -1
- package/lib/exercises/pc/math/index.d.ts.map +1 -1
- package/lib/exercises/pc/math/index.js +2 -18
- package/lib/exercises/pc/math/isolateVariables.d.ts +1 -1
- package/lib/exercises/pc/math/isolateVariables.d.ts.map +1 -1
- package/lib/exercises/pc/math/isolateVariables.js +89 -92
- package/lib/exercises/pc/math/proportionnalityCoeffFromLine.d.ts +1 -1
- package/lib/exercises/pc/math/proportionnalityCoeffFromLine.d.ts.map +1 -1
- package/lib/exercises/pc/math/proportionnalityCoeffFromLine.js +24 -27
- package/lib/exercises/pc/mecanicalWaves/elongationReading.d.ts +1 -1
- package/lib/exercises/pc/mecanicalWaves/elongationReading.d.ts.map +1 -1
- package/lib/exercises/pc/mecanicalWaves/elongationReading.js +29 -32
- package/lib/exercises/pc/mecanicalWaves/index.d.ts +1 -1
- package/lib/exercises/pc/mecanicalWaves/index.d.ts.map +1 -1
- package/lib/exercises/pc/mecanicalWaves/index.js +1 -17
- package/lib/exercises/pc/molarQuantity.d.ts +1 -1
- package/lib/exercises/pc/molarQuantity.d.ts.map +1 -1
- package/lib/exercises/pc/molarQuantity.js +17 -20
- package/lib/exercises/pc/mole/concentrationReading.d.ts +1 -1
- package/lib/exercises/pc/mole/concentrationReading.d.ts.map +1 -1
- package/lib/exercises/pc/mole/concentrationReading.js +13 -16
- package/lib/exercises/pc/mole/index.d.ts +5 -5
- package/lib/exercises/pc/mole/index.d.ts.map +1 -1
- package/lib/exercises/pc/mole/index.js +6 -22
- package/lib/exercises/pc/mole/molFromMass.d.ts +1 -1
- package/lib/exercises/pc/mole/molFromMass.d.ts.map +1 -1
- package/lib/exercises/pc/mole/molFromMass.js +13 -16
- package/lib/exercises/pc/mole/molFromMolarMass.d.ts +1 -1
- package/lib/exercises/pc/mole/molFromMolarMass.d.ts.map +1 -1
- package/lib/exercises/pc/mole/molFromMolarMass.js +13 -16
- package/lib/exercises/pc/mole/molarMass.d.ts +1 -1
- package/lib/exercises/pc/mole/molarMass.d.ts.map +1 -1
- package/lib/exercises/pc/mole/molarMass.js +16 -19
- package/lib/exercises/pc/mole/moleculeCountFromMassAndAvogadro.d.ts +1 -1
- package/lib/exercises/pc/mole/moleculeCountFromMassAndAvogadro.d.ts.map +1 -1
- package/lib/exercises/pc/mole/moleculeCountFromMassAndAvogadro.js +25 -28
- package/lib/exercises/pc/mole/moleculeCountFromMol.d.ts +1 -1
- package/lib/exercises/pc/mole/moleculeCountFromMol.d.ts.map +1 -1
- package/lib/exercises/pc/mole/moleculeCountFromMol.js +18 -21
- package/lib/exercises/pc/moleculeFormula.d.ts +1 -1
- package/lib/exercises/pc/moleculeFormula.d.ts.map +1 -1
- package/lib/exercises/pc/moleculeFormula.js +11 -14
- package/lib/exercises/pc/moleculeNomenclature.d.ts +1 -1
- package/lib/exercises/pc/moleculeNomenclature.d.ts.map +1 -1
- package/lib/exercises/pc/moleculeNomenclature.js +11 -14
- package/lib/exercises/pc/motion/averageSpeed.d.ts +1 -1
- package/lib/exercises/pc/motion/averageSpeed.d.ts.map +1 -1
- package/lib/exercises/pc/motion/averageSpeed.js +30 -33
- package/lib/exercises/pc/motion/averageSpeedCalculation.d.ts +1 -1
- package/lib/exercises/pc/motion/averageSpeedCalculation.d.ts.map +1 -1
- package/lib/exercises/pc/motion/averageSpeedCalculation.js +38 -41
- package/lib/exercises/pc/motion/characteristicsOfVelocityVector.d.ts +1 -1
- package/lib/exercises/pc/motion/characteristicsOfVelocityVector.d.ts.map +1 -1
- package/lib/exercises/pc/motion/characteristicsOfVelocityVector.js +17 -20
- package/lib/exercises/pc/motion/index.d.ts +6 -6
- package/lib/exercises/pc/motion/index.d.ts.map +1 -1
- package/lib/exercises/pc/motion/index.js +6 -22
- package/lib/exercises/pc/motion/motionReference.d.ts +1 -1
- package/lib/exercises/pc/motion/motionReference.d.ts.map +1 -1
- package/lib/exercises/pc/motion/motionReference.js +16 -19
- package/lib/exercises/pc/motion/recognizeFreeFall.d.ts +1 -0
- package/lib/exercises/pc/motion/recognizeFreeFall.js +3 -3
- package/lib/exercises/pc/motion/typeOfAcceleration.d.ts +1 -1
- package/lib/exercises/pc/motion/typeOfAcceleration.d.ts.map +1 -1
- package/lib/exercises/pc/motion/typeOfAcceleration.js +17 -20
- package/lib/exercises/pc/motion/typeOfMovement.d.ts +1 -1
- package/lib/exercises/pc/motion/typeOfMovement.d.ts.map +1 -1
- package/lib/exercises/pc/motion/typeOfMovement.js +21 -24
- package/lib/exercises/pc/orderOfMagnitude.d.ts +1 -1
- package/lib/exercises/pc/orderOfMagnitude.d.ts.map +1 -1
- package/lib/exercises/pc/orderOfMagnitude.js +22 -25
- package/lib/exercises/pc/pH.d.ts +1 -1
- package/lib/exercises/pc/pH.d.ts.map +1 -1
- package/lib/exercises/pc/pH.js +17 -20
- package/lib/exercises/pc/perceivedFrequency.d.ts +1 -1
- package/lib/exercises/pc/perceivedFrequency.d.ts.map +1 -1
- package/lib/exercises/pc/perceivedFrequency.js +13 -16
- package/lib/exercises/pc/potentialEnergy.d.ts +1 -1
- package/lib/exercises/pc/potentialEnergy.d.ts.map +1 -1
- package/lib/exercises/pc/potentialEnergy.js +20 -23
- package/lib/exercises/pc/power/calculatePowerOfLight.d.ts +1 -1
- package/lib/exercises/pc/power/calculatePowerOfLight.d.ts.map +1 -1
- package/lib/exercises/pc/power/calculatePowerOfLight.js +21 -24
- package/lib/exercises/pc/power/index.d.ts +1 -1
- package/lib/exercises/pc/power/index.d.ts.map +1 -1
- package/lib/exercises/pc/power/index.js +1 -17
- package/lib/exercises/pc/recognizeRefractionOrReflectionAngles.d.ts +1 -1
- package/lib/exercises/pc/recognizeRefractionOrReflectionAngles.d.ts.map +1 -1
- package/lib/exercises/pc/recognizeRefractionOrReflectionAngles.js +19 -22
- package/lib/exercises/pc/snellDescartes.d.ts +1 -1
- package/lib/exercises/pc/snellDescartes.d.ts.map +1 -1
- package/lib/exercises/pc/snellDescartes.js +15 -18
- package/lib/exercises/pc/sound/findPeriodFromGraph.d.ts +1 -1
- package/lib/exercises/pc/sound/findPeriodFromGraph.d.ts.map +1 -1
- package/lib/exercises/pc/sound/findPeriodFromGraph.js +19 -22
- package/lib/exercises/pc/sound/findPeriodOrFrequencyFromGraph.d.ts +1 -1
- package/lib/exercises/pc/sound/findPeriodOrFrequencyFromGraph.d.ts.map +1 -1
- package/lib/exercises/pc/sound/findPeriodOrFrequencyFromGraph.js +24 -27
- package/lib/exercises/pc/sound/findSoundFrequencyFromPeriod.d.ts +1 -1
- package/lib/exercises/pc/sound/findSoundFrequencyFromPeriod.d.ts.map +1 -1
- package/lib/exercises/pc/sound/findSoundFrequencyFromPeriod.js +18 -21
- package/lib/exercises/pc/sound/findSoundPeriodFromFrequency.d.ts +1 -1
- package/lib/exercises/pc/sound/findSoundPeriodFromFrequency.d.ts.map +1 -1
- package/lib/exercises/pc/sound/findSoundPeriodFromFrequency.js +17 -20
- package/lib/exercises/pc/sound/frequencyComparison.d.ts +1 -1
- package/lib/exercises/pc/sound/frequencyComparison.d.ts.map +1 -1
- package/lib/exercises/pc/sound/frequencyComparison.js +14 -17
- package/lib/exercises/pc/sound/index.d.ts +5 -5
- package/lib/exercises/pc/sound/index.d.ts.map +1 -1
- package/lib/exercises/pc/sound/index.js +5 -21
- package/lib/exercises/pc/spectral/index.d.ts +1 -1
- package/lib/exercises/pc/spectral/index.d.ts.map +1 -1
- package/lib/exercises/pc/spectral/index.js +1 -17
- package/lib/exercises/pc/spectral/spectralEnergy.d.ts +2 -2
- package/lib/exercises/pc/spectral/spectralEnergy.d.ts.map +1 -1
- package/lib/exercises/pc/spectral/spectralEnergy.js +25 -28
- package/lib/exercises/pc/waves/findDistanceFromEarth.d.ts +1 -1
- package/lib/exercises/pc/waves/findDistanceFromEarth.d.ts.map +1 -1
- package/lib/exercises/pc/waves/findDistanceFromEarth.js +17 -20
- package/lib/exercises/pc/waves/index.d.ts +3 -3
- package/lib/exercises/pc/waves/index.d.ts.map +1 -1
- package/lib/exercises/pc/waves/index.js +3 -19
- package/lib/exercises/pc/waves/lightDistanceConversion.d.ts +2 -2
- package/lib/exercises/pc/waves/lightDistanceConversion.d.ts.map +1 -1
- package/lib/exercises/pc/waves/lightDistanceConversion.js +21 -24
- package/lib/exercises/pc/waves/periodicWaveCelerity.d.ts +1 -1
- package/lib/exercises/pc/waves/periodicWaveCelerity.d.ts.map +1 -1
- package/lib/exercises/pc/waves/periodicWaveCelerity.js +29 -32
- package/lib/exercises/pc/weight/calculateWeight.d.ts +1 -1
- package/lib/exercises/pc/weight/calculateWeight.d.ts.map +1 -1
- package/lib/exercises/pc/weight/calculateWeight.js +15 -18
- package/lib/exercises/pc/weight/index.d.ts +2 -2
- package/lib/exercises/pc/weight/index.d.ts.map +1 -1
- package/lib/exercises/pc/weight/index.js +2 -18
- package/lib/exercises/pc/weight/weightOnTheMoon.d.ts +1 -1
- package/lib/exercises/pc/weight/weightOnTheMoon.d.ts.map +1 -1
- package/lib/exercises/pc/weight/weightOnTheMoon.js +25 -28
- package/lib/exercises/utils/cardsData.js +4 -7
- package/lib/exercises/utils/geogebra/getAdaptedCoords.d.ts +1 -0
- package/lib/exercises/utils/geogebra/getAdaptedCoords.js +1 -1
- package/lib/exercises/utils/geogebra/getPointFromGGB.d.ts +1 -1
- package/lib/exercises/utils/geogebra/getPointFromGGB.d.ts.map +1 -1
- package/lib/exercises/utils/geogebra/getPointFromGGB.js +3 -7
- package/lib/exercises/utils/geogebra/getVectorFromGGB.d.ts +1 -1
- package/lib/exercises/utils/geogebra/getVectorFromGGB.d.ts.map +1 -1
- package/lib/exercises/utils/geogebra/getVectorFromGGB.js +3 -7
- package/lib/exercises/utils/geogebra/isGGBLine.js +1 -5
- package/lib/exercises/utils/geogebra/isGGBPoint.js +1 -5
- package/lib/exercises/utils/geogebra/toGGBCommandsProps.js +1 -2
- package/lib/exercises/utils/geogebra/toolBarConstructor.js +1 -5
- package/lib/exercises/utils/geometry/randomSegmentName.js +4 -8
- package/lib/exercises/utils/getAtoms.d.ts +1 -1
- package/lib/exercises/utils/getAtoms.d.ts.map +1 -1
- package/lib/exercises/utils/getAtoms.js +4 -8
- package/lib/exercises/utils/getDistinctQuestions.d.ts +2 -2
- package/lib/exercises/utils/getDistinctQuestions.d.ts.map +1 -1
- package/lib/exercises/utils/getDistinctQuestions.js +5 -13
- package/lib/exercises/utils/getElectronicConfigurationFromShells.js +1 -5
- package/lib/exercises/utils/keys/coordinatesKeys.d.ts +1 -1
- package/lib/exercises/utils/keys/coordinatesKeys.d.ts.map +1 -1
- package/lib/exercises/utils/keys/coordinatesKeys.js +1 -4
- package/lib/exercises/utils/keys/discreteSetKeys.d.ts +1 -1
- package/lib/exercises/utils/keys/discreteSetKeys.d.ts.map +1 -1
- package/lib/exercises/utils/keys/discreteSetKeys.js +1 -4
- package/lib/exercises/utils/keys/equationKeys.d.ts +1 -1
- package/lib/exercises/utils/keys/equationKeys.d.ts.map +1 -1
- package/lib/exercises/utils/keys/equationKeys.js +1 -4
- package/lib/exercises/utils/keys/inequationKeys.d.ts +1 -1
- package/lib/exercises/utils/keys/inequationKeys.d.ts.map +1 -1
- package/lib/exercises/utils/keys/inequationKeys.js +1 -4
- package/lib/exercises/utils/keys/intervalKeys.d.ts +1 -1
- package/lib/exercises/utils/keys/intervalKeys.d.ts.map +1 -1
- package/lib/exercises/utils/keys/intervalKeys.js +1 -4
- package/lib/exercises/vea/equationVEA.js +10 -14
- package/lib/exercises/vea/numberVEA.js +3 -7
- package/lib/exercises/vea/rationalVEA.js +9 -13
- package/lib/exercises/vea/sqrtVEA.js +9 -13
- package/lib/geogebra/colors.js +26 -30
- package/lib/geogebra/deleteObjectNamesFromAnswer.js +1 -5
- package/lib/geogebra/geogebraConstructor.d.ts +2 -2
- package/lib/geogebra/geogebraConstructor.d.ts.map +1 -1
- package/lib/geogebra/geogebraConstructor.js +15 -7
- package/lib/geogebra/lagrange.d.ts +2 -2
- package/lib/geogebra/lagrange.d.ts.map +1 -1
- package/lib/geogebra/lagrange.js +12 -15
- package/lib/geogebra/parsers/approxEqual.js +1 -5
- package/lib/geogebra/parsers/geogebraParser.js +2 -5
- package/lib/geogebra/parsers/geogebraParser.test.js +2 -4
- package/lib/geogebra/parsers/ggbPointToCoords.js +1 -5
- package/lib/geogebra/parsers/parseGGBPoints.js +3 -7
- package/lib/geogebra/spline.d.ts +2 -2
- package/lib/geogebra/spline.d.ts.map +1 -1
- package/lib/geogebra/spline.js +19 -23
- package/lib/index.d.ts +153 -151
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +4 -31
- package/lib/latexTester.js +1 -5
- package/lib/math/complex/complex.d.ts +6 -6
- package/lib/math/complex/complex.d.ts.map +1 -1
- package/lib/math/complex/complex.js +28 -31
- package/lib/math/geometry/CloudPoints.d.ts +3 -3
- package/lib/math/geometry/CloudPoints.d.ts.map +1 -1
- package/lib/math/geometry/CloudPoints.js +25 -29
- package/lib/math/geometry/angle.d.ts +4 -4
- package/lib/math/geometry/angle.d.ts.map +1 -1
- package/lib/math/geometry/angle.js +43 -44
- package/lib/math/geometry/circle.d.ts +2 -2
- package/lib/math/geometry/circle.d.ts.map +1 -1
- package/lib/math/geometry/circle.js +4 -5
- package/lib/math/geometry/line.d.ts +9 -9
- package/lib/math/geometry/line.d.ts.map +1 -1
- package/lib/math/geometry/line.js +74 -71
- package/lib/math/geometry/parallelogram.d.ts +2 -2
- package/lib/math/geometry/parallelogram.d.ts.map +1 -1
- package/lib/math/geometry/parallelogram.js +16 -21
- package/lib/math/geometry/parametricLine.d.ts +3 -3
- package/lib/math/geometry/parametricLine.d.ts.map +1 -1
- package/lib/math/geometry/parametricLine.js +13 -14
- package/lib/math/geometry/point.d.ts +4 -4
- package/lib/math/geometry/point.d.ts.map +1 -1
- package/lib/math/geometry/point.js +32 -34
- package/lib/math/geometry/quadrilateral.d.ts +2 -2
- package/lib/math/geometry/quadrilateral.d.ts.map +1 -1
- package/lib/math/geometry/quadrilateral.js +10 -10
- package/lib/math/geometry/ray.d.ts +2 -2
- package/lib/math/geometry/ray.d.ts.map +1 -1
- package/lib/math/geometry/ray.js +10 -11
- package/lib/math/geometry/rectangle.d.ts +2 -2
- package/lib/math/geometry/rectangle.d.ts.map +1 -1
- package/lib/math/geometry/rectangle.js +15 -20
- package/lib/math/geometry/rhombus.d.ts +2 -2
- package/lib/math/geometry/rhombus.d.ts.map +1 -1
- package/lib/math/geometry/rhombus.js +14 -19
- package/lib/math/geometry/rightTriangle.d.ts +5 -5
- package/lib/math/geometry/rightTriangle.d.ts.map +1 -1
- package/lib/math/geometry/rightTriangle.js +32 -37
- package/lib/math/geometry/segment.d.ts +5 -5
- package/lib/math/geometry/segment.d.ts.map +1 -1
- package/lib/math/geometry/segment.js +25 -24
- package/lib/math/geometry/spacePoint.d.ts +1 -1
- package/lib/math/geometry/spacePoint.d.ts.map +1 -1
- package/lib/math/geometry/spacePoint.js +17 -18
- package/lib/math/geometry/spaceVector.d.ts +3 -3
- package/lib/math/geometry/spaceVector.d.ts.map +1 -1
- package/lib/math/geometry/spaceVector.js +25 -25
- package/lib/math/geometry/square.d.ts +2 -2
- package/lib/math/geometry/square.d.ts.map +1 -1
- package/lib/math/geometry/square.js +13 -18
- package/lib/math/geometry/triangle.d.ts +5 -5
- package/lib/math/geometry/triangle.d.ts.map +1 -1
- package/lib/math/geometry/triangle.js +45 -44
- package/lib/math/geometry/vector.d.ts +2 -2
- package/lib/math/geometry/vector.d.ts.map +1 -1
- package/lib/math/geometry/vector.js +28 -29
- package/lib/math/inequations/inequation.js +38 -40
- package/lib/math/matrices/matrix.d.ts +1 -1
- package/lib/math/matrices/matrix.d.ts.map +1 -1
- package/lib/math/matrices/matrix.js +10 -12
- package/lib/math/numbers/decimals/decimal.d.ts +6 -6
- package/lib/math/numbers/decimals/decimal.d.ts.map +1 -1
- package/lib/math/numbers/decimals/decimal.js +37 -37
- package/lib/math/numbers/integer/integer.d.ts +4 -4
- package/lib/math/numbers/integer/integer.d.ts.map +1 -1
- package/lib/math/numbers/integer/integer.js +27 -29
- package/lib/math/numbers/integer/power.d.ts +3 -3
- package/lib/math/numbers/integer/power.d.ts.map +1 -1
- package/lib/math/numbers/integer/power.js +18 -17
- package/lib/math/numbers/integer/primes.js +1 -4
- package/lib/math/numbers/logarithms/ln.d.ts +2 -2
- package/lib/math/numbers/logarithms/ln.d.ts.map +1 -1
- package/lib/math/numbers/logarithms/ln.js +9 -9
- package/lib/math/numbers/nombre.d.ts +2 -2
- package/lib/math/numbers/nombre.d.ts.map +1 -1
- package/lib/math/numbers/nombre.js +14 -18
- package/lib/math/numbers/rationals/rational.d.ts +4 -4
- package/lib/math/numbers/rationals/rational.d.ts.map +1 -1
- package/lib/math/numbers/rationals/rational.js +53 -52
- package/lib/math/numbers/reals/extendedRingElement.d.ts +7 -7
- package/lib/math/numbers/reals/extendedRingElement.d.ts.map +1 -1
- package/lib/math/numbers/reals/extendedRingElement.js +18 -16
- package/lib/math/numbers/reals/real.d.ts +3 -3
- package/lib/math/numbers/reals/real.d.ts.map +1 -1
- package/lib/math/numbers/reals/real.js +38 -41
- package/lib/math/polynomials/affine.d.ts +3 -3
- package/lib/math/polynomials/affine.d.ts.map +1 -1
- package/lib/math/polynomials/affine.js +15 -17
- package/lib/math/polynomials/generalAffine.d.ts +4 -4
- package/lib/math/polynomials/generalAffine.d.ts.map +1 -1
- package/lib/math/polynomials/generalAffine.js +26 -28
- package/lib/math/polynomials/monom.d.ts +1 -1
- package/lib/math/polynomials/monom.d.ts.map +1 -1
- package/lib/math/polynomials/monom.js +3 -7
- package/lib/math/polynomials/polynomial.d.ts +4 -4
- package/lib/math/polynomials/polynomial.d.ts.map +1 -1
- package/lib/math/polynomials/polynomial.js +58 -57
- package/lib/math/polynomials/rationalFrac.d.ts +4 -4
- package/lib/math/polynomials/rationalFrac.d.ts.map +1 -1
- package/lib/math/polynomials/rationalFrac.js +14 -16
- package/lib/math/polynomials/trinom.d.ts +6 -6
- package/lib/math/polynomials/trinom.d.ts.map +1 -1
- package/lib/math/polynomials/trinom.js +68 -69
- package/lib/math/probability/binomial.d.ts +1 -1
- package/lib/math/probability/binomial.d.ts.map +1 -1
- package/lib/math/probability/binomial.js +8 -10
- package/lib/math/sequences/arithmeticSequence.d.ts +1 -0
- package/lib/math/sequences/arithmeticSequence.js +1 -1
- package/lib/math/sequences/geometricSequence.d.ts +2 -2
- package/lib/math/sequences/geometricSequence.d.ts.map +1 -1
- package/lib/math/sequences/geometricSequence.js +37 -40
- package/lib/math/sequences/sequence.d.ts +2 -2
- package/lib/math/sequences/sequence.d.ts.map +1 -1
- package/lib/math/sequences/sequence.js +8 -7
- package/lib/math/systems/generalSystem.d.ts +1 -1
- package/lib/math/systems/generalSystem.d.ts.map +1 -1
- package/lib/math/systems/generalSystem.js +20 -23
- package/lib/math/systems/system.d.ts +2 -2
- package/lib/math/systems/system.js +28 -32
- package/lib/math/trigonometry/remarkableValue.d.ts +2 -2
- package/lib/math/trigonometry/remarkableValue.d.ts.map +1 -1
- package/lib/math/trigonometry/remarkableValue.js +27 -31
- package/lib/math/trigonometry/remarkableValues.d.ts +3 -3
- package/lib/math/trigonometry/remarkableValues.d.ts.map +1 -1
- package/lib/math/trigonometry/remarkableValues.js +115 -118
- package/lib/math/utils/arithmetic/coprimesOf.js +3 -7
- package/lib/math/utils/arithmetic/dividersOf.js +1 -5
- package/lib/math/utils/arithmetic/factorial.js +1 -5
- package/lib/math/utils/arithmetic/gcd.js +1 -5
- package/lib/math/utils/arithmetic/isPrime.js +1 -5
- package/lib/math/utils/arithmetic/isSquare.js +1 -5
- package/lib/math/utils/arithmetic/lcd.js +1 -5
- package/lib/math/utils/arithmetic/maxPowerDecomposition.js +3 -7
- package/lib/math/utils/arithmetic/nonCoprimesOf.js +3 -7
- package/lib/math/utils/arithmetic/nonDividersOf.js +3 -7
- package/lib/math/utils/arithmetic/primeDecomposition.js +3 -7
- package/lib/math/utils/arithmetic/primeFactors.js +1 -5
- package/lib/math/utils/combinatorics/combination.js +3 -7
- package/lib/math/utils/decimals/decimalPartLengthOf.js +1 -5
- package/lib/math/utils/functions/expUDerivate.d.ts +3 -3
- package/lib/math/utils/functions/expUDerivate.d.ts.map +1 -1
- package/lib/math/utils/functions/expUDerivate.js +3 -7
- package/lib/math/utils/functions/expUSecondDerivate.d.ts +3 -3
- package/lib/math/utils/functions/expUSecondDerivate.d.ts.map +1 -1
- package/lib/math/utils/functions/expUSecondDerivate.js +5 -9
- package/lib/math/utils/geometry/growthRate.js +1 -5
- package/lib/math/utils/geometry/pythagoricianTriplets.js +2 -5
- package/lib/math/utils/latex/frenchify.js +1 -5
- package/lib/math/utils/latex/unfrenchify.js +1 -5
- package/lib/math/utils/random/randTupleInt.js +7 -12
- package/lib/math/utils/random/randfloat.d.ts +1 -1
- package/lib/math/utils/random/randfloat.d.ts.map +1 -1
- package/lib/math/utils/random/randfloat.js +5 -9
- package/lib/math/utils/random/randint.js +1 -5
- package/lib/math/utils/round.js +2 -7
- package/lib/math/utils/stats/covariance.d.ts +1 -1
- package/lib/math/utils/stats/covariance.d.ts.map +1 -1
- package/lib/math/utils/stats/covariance.js +10 -15
- package/lib/math/utils/stats/generateAffineCloud.js +8 -12
- package/lib/math/utils/stats/leastSquares.js +1 -5
- package/lib/math/utils/stats/quartiles.js +2 -7
- package/lib/math/utils/stats/rSquared.js +1 -5
- package/lib/math/utils/stats/standardDeviation.js +6 -11
- package/lib/math/utils/stats/sum.d.ts.map +1 -1
- package/lib/math/utils/stats/sum.js +1 -5
- package/lib/math/utils/stats/variance.d.ts +1 -1
- package/lib/math/utils/stats/variance.d.ts.map +1 -1
- package/lib/math/utils/stats/variance.js +12 -18
- package/lib/pc/constants/atoms.d.ts +1 -1
- package/lib/pc/constants/atoms.d.ts.map +1 -1
- package/lib/pc/constants/atoms.js +4 -7
- package/lib/pc/constants/coulomb.d.ts +1 -1
- package/lib/pc/constants/coulomb.d.ts.map +1 -1
- package/lib/pc/constants/coulomb.js +10 -13
- package/lib/pc/constants/earth.d.ts +1 -1
- package/lib/pc/constants/earth.d.ts.map +1 -1
- package/lib/pc/constants/earth.js +7 -10
- package/lib/pc/constants/gravity.d.ts +1 -1
- package/lib/pc/constants/gravity.d.ts.map +1 -1
- package/lib/pc/constants/gravity.js +18 -21
- package/lib/pc/constants/mechanics/gravitational.d.ts +1 -1
- package/lib/pc/constants/mechanics/gravitational.d.ts.map +1 -1
- package/lib/pc/constants/mechanics/gravitational.js +20 -23
- package/lib/pc/constants/mechanics/planets.d.ts +1 -1
- package/lib/pc/constants/mechanics/planets.d.ts.map +1 -1
- package/lib/pc/constants/mechanics/planets.js +27 -22
- package/lib/pc/constants/mechanics/waves.d.ts +1 -1
- package/lib/pc/constants/mechanics/waves.d.ts.map +1 -1
- package/lib/pc/constants/mechanics/waves.js +3 -6
- package/lib/pc/constants/molecularChemistry/atomSymbols.js +1 -2
- package/lib/pc/constants/molecularChemistry/atome.d.ts +2 -2
- package/lib/pc/constants/molecularChemistry/atome.d.ts.map +1 -1
- package/lib/pc/constants/molecularChemistry/atome.js +13 -6
- package/lib/pc/constants/molecularChemistry/atoms.d.ts +1 -1
- package/lib/pc/constants/molecularChemistry/atoms.d.ts.map +1 -1
- package/lib/pc/constants/molecularChemistry/atoms.js +6 -9
- package/lib/pc/constants/molecularChemistry/molecule.d.ts +2 -2
- package/lib/pc/constants/molecularChemistry/molecule.d.ts.map +1 -1
- package/lib/pc/constants/molecularChemistry/molecule.js +13 -8
- package/lib/pc/constants/molecularChemistry/reaction.d.ts +2 -2
- package/lib/pc/constants/molecularChemistry/reaction.d.ts.map +1 -1
- package/lib/pc/constants/molecularChemistry/reaction.js +9 -13
- package/lib/pc/constants/quantic.d.ts +1 -1
- package/lib/pc/constants/quantic.d.ts.map +1 -1
- package/lib/pc/constants/quantic.js +5 -8
- package/lib/pc/measure/measure.d.ts +2 -2
- package/lib/pc/measure/measure.d.ts.map +1 -1
- package/lib/pc/measure/measure.js +20 -22
- package/lib/pc/units/AmountOfSubstance.d.ts +2 -2
- package/lib/pc/units/AmountOfSubstance.d.ts.map +1 -1
- package/lib/pc/units/AmountOfSubstance.js +9 -13
- package/lib/pc/units/PressionUnit.d.ts +2 -2
- package/lib/pc/units/PressionUnit.d.ts.map +1 -1
- package/lib/pc/units/PressionUnit.js +9 -13
- package/lib/pc/units/distanceUnits.d.ts +2 -2
- package/lib/pc/units/distanceUnits.d.ts.map +1 -1
- package/lib/pc/units/distanceUnits.js +9 -13
- package/lib/pc/units/divideUnit.d.ts +2 -2
- package/lib/pc/units/divideUnit.d.ts.map +1 -1
- package/lib/pc/units/divideUnit.js +9 -10
- package/lib/pc/units/electricalChargeUnit.d.ts +2 -2
- package/lib/pc/units/electricalChargeUnit.d.ts.map +1 -1
- package/lib/pc/units/electricalChargeUnit.js +9 -13
- package/lib/pc/units/electricalResistanceUnit.d.ts +2 -2
- package/lib/pc/units/electricalResistanceUnit.d.ts.map +1 -1
- package/lib/pc/units/electricalResistanceUnit.js +9 -13
- package/lib/pc/units/electricalUnit.d.ts +2 -2
- package/lib/pc/units/electricalUnit.d.ts.map +1 -1
- package/lib/pc/units/electricalUnit.js +9 -13
- package/lib/pc/units/energyUnit.d.ts +2 -2
- package/lib/pc/units/energyUnit.d.ts.map +1 -1
- package/lib/pc/units/energyUnit.js +9 -13
- package/lib/pc/units/forceUnits.d.ts +2 -2
- package/lib/pc/units/forceUnits.d.ts.map +1 -1
- package/lib/pc/units/forceUnits.js +9 -13
- package/lib/pc/units/frequenceUnit.d.ts +2 -2
- package/lib/pc/units/frequenceUnit.d.ts.map +1 -1
- package/lib/pc/units/frequenceUnit.js +9 -13
- package/lib/pc/units/interfaces/baseTenUnit.d.ts +3 -3
- package/lib/pc/units/interfaces/baseTenUnit.d.ts.map +1 -1
- package/lib/pc/units/interfaces/baseTenUnit.js +4 -8
- package/lib/pc/units/interfaces/basicUnit.d.ts +3 -3
- package/lib/pc/units/interfaces/basicUnit.d.ts.map +1 -1
- package/lib/pc/units/interfaces/basicUnit.js +4 -7
- package/lib/pc/units/interfaces/unit.d.ts +2 -2
- package/lib/pc/units/interfaces/unit.d.ts.map +1 -1
- package/lib/pc/units/interfaces/unit.js +1 -2
- package/lib/pc/units/massUnits.d.ts +2 -2
- package/lib/pc/units/massUnits.d.ts.map +1 -1
- package/lib/pc/units/massUnits.js +9 -13
- package/lib/pc/units/mulitplyUnits.d.ts +2 -2
- package/lib/pc/units/mulitplyUnits.d.ts.map +1 -1
- package/lib/pc/units/mulitplyUnits.js +6 -7
- package/lib/pc/units/powerUnits.d.ts +3 -3
- package/lib/pc/units/powerUnits.d.ts.map +1 -1
- package/lib/pc/units/powerUnits.js +6 -7
- package/lib/pc/units/timeUnits.d.ts +2 -2
- package/lib/pc/units/timeUnits.d.ts.map +1 -1
- package/lib/pc/units/timeUnits.js +8 -12
- package/lib/pc/units/volumeUnit.d.ts +2 -2
- package/lib/pc/units/volumeUnit.d.ts.map +1 -1
- package/lib/pc/units/volumeUnit.js +9 -13
- package/lib/pc/units/wattUnit.d.ts +2 -2
- package/lib/pc/units/wattUnit.d.ts.map +1 -1
- package/lib/pc/units/wattUnit.js +9 -13
- package/lib/playground.d.ts +1 -1
- package/lib/playground.d.ts.map +1 -1
- package/lib/playground.js +3 -20
- package/lib/prototypesEnhancement.d.ts +4 -4
- package/lib/prototypesEnhancement.d.ts.map +1 -1
- package/lib/prototypesEnhancement.js +9 -11
- package/lib/server.d.ts +1 -1
- package/lib/server.d.ts.map +1 -1
- package/lib/server.js +13 -41
- package/lib/tests/exoTest.d.ts +7 -0
- package/lib/tests/exoTest.d.ts.map +1 -0
- package/lib/tests/exoTest.js +46 -0
- package/lib/tests/exosTest.d.ts +3 -0
- package/lib/tests/exosTest.d.ts.map +1 -0
- package/lib/tests/exosTest.js +44 -0
- package/lib/tests/global.test.d.ts +2 -0
- package/lib/tests/global.test.d.ts.map +1 -0
- package/lib/tests/global.test.js +8 -0
- package/lib/tests/latexParser.test.d.ts +2 -0
- package/lib/tests/latexParser.test.d.ts.map +1 -0
- package/lib/tests/latexParser.test.js +51 -0
- package/lib/tests/manyPdfExos.test.d.ts +2 -0
- package/lib/tests/manyPdfExos.test.d.ts.map +1 -0
- package/lib/tests/manyPdfExos.test.js +19 -0
- package/lib/tests/ml.test.d.ts +2 -0
- package/lib/tests/ml.test.d.ts.map +1 -0
- package/lib/tests/ml.test.js +11 -0
- package/lib/tests/multiplySimplify.test.d.ts +2 -0
- package/lib/tests/multiplySimplify.test.d.ts.map +1 -0
- package/lib/tests/multiplySimplify.test.js +32 -0
- package/lib/tests/pdfExo.test.d.ts +2 -0
- package/lib/tests/pdfExo.test.d.ts.map +1 -0
- package/lib/tests/pdfExo.test.js +10 -0
- package/lib/tests/pdfs/buildPDFForExercise.d.ts +3 -0
- package/lib/tests/pdfs/buildPDFForExercise.d.ts.map +1 -0
- package/lib/tests/pdfs/buildPDFForExercise.js +108 -0
- package/lib/tests/pdfs/formatMdToLatex.d.ts +2 -0
- package/lib/tests/pdfs/formatMdToLatex.d.ts.map +1 -0
- package/lib/tests/pdfs/formatMdToLatex.js +9 -0
- package/lib/tests/pdfs/mdCodeToLatex.d.ts +2 -0
- package/lib/tests/pdfs/mdCodeToLatex.d.ts.map +1 -0
- package/lib/tests/pdfs/mdCodeToLatex.js +20 -0
- package/lib/tests/pdfs/mdTableToLatexTabular.d.ts +2 -0
- package/lib/tests/pdfs/mdTableToLatexTabular.d.ts.map +1 -0
- package/lib/tests/pdfs/mdTableToLatexTabular.js +30 -0
- package/lib/tests/pdfs/quizPdfHeader.d.ts +9 -0
- package/lib/tests/pdfs/quizPdfHeader.d.ts.map +1 -0
- package/lib/tests/pdfs/quizPdfHeader.js +44 -0
- package/lib/tests/pdfs/quizPdfPreambule.d.ts +2 -0
- package/lib/tests/pdfs/quizPdfPreambule.d.ts.map +1 -0
- package/lib/tests/pdfs/quizPdfPreambule.js +76 -0
- package/lib/tests/questionTest.d.ts +6 -0
- package/lib/tests/questionTest.d.ts.map +1 -0
- package/lib/tests/questionTest.js +156 -0
- package/lib/tests/simplify.test.d.ts +2 -0
- package/lib/tests/simplify.test.d.ts.map +1 -0
- package/lib/tests/simplify.test.js +32 -0
- package/lib/tests/singleExo.test.d.ts +2 -0
- package/lib/tests/singleExo.test.d.ts.map +1 -0
- package/lib/tests/singleExo.test.js +9 -0
- package/lib/tests/xl.test.d.ts +2 -0
- package/lib/tests/xl.test.d.ts.map +1 -0
- package/lib/tests/xl.test.js +11 -0
- package/lib/tree/nodes/algebraicNode.d.ts +1 -1
- package/lib/tree/nodes/algebraicNode.d.ts.map +1 -1
- package/lib/tree/nodes/algebraicNode.js +1 -5
- package/lib/tree/nodes/complex/complexNode.d.ts +2 -2
- package/lib/tree/nodes/complex/complexNode.d.ts.map +1 -1
- package/lib/tree/nodes/complex/complexNode.js +14 -15
- package/lib/tree/nodes/equations/equalNode.d.ts +4 -4
- package/lib/tree/nodes/equations/equalNode.d.ts.map +1 -1
- package/lib/tree/nodes/equations/equalNode.js +16 -20
- package/lib/tree/nodes/equations/equationSolutionNode.d.ts +2 -2
- package/lib/tree/nodes/equations/equationSolutionNode.d.ts.map +1 -1
- package/lib/tree/nodes/equations/equationSolutionNode.js +8 -8
- package/lib/tree/nodes/equations/multiEqualNode.d.ts +1 -1
- package/lib/tree/nodes/equations/multiEqualNode.d.ts.map +1 -1
- package/lib/tree/nodes/equations/multiEqualNode.js +11 -12
- package/lib/tree/nodes/functions/absNode.d.ts +5 -5
- package/lib/tree/nodes/functions/absNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/absNode.js +20 -22
- package/lib/tree/nodes/functions/arcSinNode.d.ts +3 -3
- package/lib/tree/nodes/functions/arcSinNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/arcSinNode.js +16 -17
- package/lib/tree/nodes/functions/arccosNode.d.ts +3 -3
- package/lib/tree/nodes/functions/arccosNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/arccosNode.js +16 -17
- package/lib/tree/nodes/functions/arctanNode.d.ts +3 -3
- package/lib/tree/nodes/functions/arctanNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/arctanNode.js +16 -17
- package/lib/tree/nodes/functions/cosNode.d.ts +3 -3
- package/lib/tree/nodes/functions/cosNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/cosNode.js +17 -19
- package/lib/tree/nodes/functions/expNode.d.ts +4 -4
- package/lib/tree/nodes/functions/expNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/expNode.js +20 -21
- package/lib/tree/nodes/functions/functionNode.d.ts +2 -2
- package/lib/tree/nodes/functions/functionNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/functionNode.js +5 -9
- package/lib/tree/nodes/functions/integralNode.d.ts +3 -3
- package/lib/tree/nodes/functions/integralNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/integralNode.js +10 -10
- package/lib/tree/nodes/functions/log10Node.d.ts +3 -3
- package/lib/tree/nodes/functions/log10Node.d.ts.map +1 -1
- package/lib/tree/nodes/functions/log10Node.js +28 -28
- package/lib/tree/nodes/functions/logNode.d.ts +3 -3
- package/lib/tree/nodes/functions/logNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/logNode.js +29 -29
- package/lib/tree/nodes/functions/oppositeNode.d.ts +5 -5
- package/lib/tree/nodes/functions/oppositeNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/oppositeNode.js +27 -28
- package/lib/tree/nodes/functions/sinNode.d.ts +3 -3
- package/lib/tree/nodes/functions/sinNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/sinNode.js +20 -22
- package/lib/tree/nodes/functions/sqrtNode.d.ts +3 -3
- package/lib/tree/nodes/functions/sqrtNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/sqrtNode.js +35 -36
- package/lib/tree/nodes/functions/tanNode.d.ts +3 -3
- package/lib/tree/nodes/functions/tanNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/tanNode.js +17 -19
- package/lib/tree/nodes/geometry/degree.d.ts +2 -2
- package/lib/tree/nodes/geometry/degree.d.ts.map +1 -1
- package/lib/tree/nodes/geometry/degree.js +10 -11
- package/lib/tree/nodes/geometry/lengthNode.d.ts +2 -2
- package/lib/tree/nodes/geometry/lengthNode.d.ts.map +1 -1
- package/lib/tree/nodes/geometry/lengthNode.js +10 -11
- package/lib/tree/nodes/geometry/pointNode.d.ts +3 -3
- package/lib/tree/nodes/geometry/pointNode.d.ts.map +1 -1
- package/lib/tree/nodes/geometry/pointNode.js +11 -12
- package/lib/tree/nodes/geometry/vectorNode.d.ts +1 -1
- package/lib/tree/nodes/geometry/vectorNode.d.ts.map +1 -1
- package/lib/tree/nodes/geometry/vectorNode.js +7 -8
- package/lib/tree/nodes/hasVariableNode.d.ts +1 -1
- package/lib/tree/nodes/hasVariableNode.d.ts.map +1 -1
- package/lib/tree/nodes/hasVariableNode.js +9 -13
- package/lib/tree/nodes/inequations/inequationNode.d.ts +5 -5
- package/lib/tree/nodes/inequations/inequationNode.d.ts.map +1 -1
- package/lib/tree/nodes/inequations/inequationNode.js +38 -38
- package/lib/tree/nodes/inequations/inequationSolutionNode.d.ts +5 -5
- package/lib/tree/nodes/inequations/inequationSolutionNode.d.ts.map +1 -1
- package/lib/tree/nodes/inequations/inequationSolutionNode.js +10 -10
- package/lib/tree/nodes/node.d.ts.map +1 -1
- package/lib/tree/nodes/node.js +4 -7
- package/lib/tree/nodes/nodeConstructor.d.ts +2 -2
- package/lib/tree/nodes/nodeConstructor.d.ts.map +1 -1
- package/lib/tree/nodes/nodeConstructor.js +128 -134
- package/lib/tree/nodes/nodeSuperset.d.ts +1 -0
- package/lib/tree/nodes/nodeSuperset.js +1 -1
- package/lib/tree/nodes/numbers/constantNode.d.ts +2 -2
- package/lib/tree/nodes/numbers/constantNode.d.ts.map +1 -1
- package/lib/tree/nodes/numbers/constantNode.js +13 -14
- package/lib/tree/nodes/numbers/infiniteNode.d.ts +1 -1
- package/lib/tree/nodes/numbers/infiniteNode.d.ts.map +1 -1
- package/lib/tree/nodes/numbers/infiniteNode.js +4 -7
- package/lib/tree/nodes/numbers/numberNode.d.ts +3 -3
- package/lib/tree/nodes/numbers/numberNode.d.ts.map +1 -1
- package/lib/tree/nodes/numbers/numberNode.js +21 -23
- package/lib/tree/nodes/numbers/percentNode.d.ts +1 -1
- package/lib/tree/nodes/numbers/percentNode.d.ts.map +1 -1
- package/lib/tree/nodes/numbers/percentNode.js +6 -8
- package/lib/tree/nodes/numbers/piNode.d.ts +1 -1
- package/lib/tree/nodes/numbers/piNode.d.ts.map +1 -1
- package/lib/tree/nodes/numbers/piNode.js +2 -5
- package/lib/tree/nodes/operators/addNode.d.ts +3 -3
- package/lib/tree/nodes/operators/addNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/addNode.js +114 -114
- package/lib/tree/nodes/operators/binomialCoefficientNode.d.ts +3 -3
- package/lib/tree/nodes/operators/binomialCoefficientNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/binomialCoefficientNode.js +20 -15
- package/lib/tree/nodes/operators/divideNode.d.ts +3 -3
- package/lib/tree/nodes/operators/divideNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/divideNode.js +29 -30
- package/lib/tree/nodes/operators/fractionNode.d.ts +4 -4
- package/lib/tree/nodes/operators/fractionNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/fractionNode.js +86 -82
- package/lib/tree/nodes/operators/limitNode.d.ts +3 -3
- package/lib/tree/nodes/operators/limitNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/limitNode.js +15 -13
- package/lib/tree/nodes/operators/multiplyNode.d.ts +3 -3
- package/lib/tree/nodes/operators/multiplyNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/multiplyNode.js +140 -141
- package/lib/tree/nodes/operators/operatorNode.d.ts +2 -2
- package/lib/tree/nodes/operators/operatorNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/operatorNode.js +6 -11
- package/lib/tree/nodes/operators/powerNode.d.ts +3 -3
- package/lib/tree/nodes/operators/powerNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/powerNode.js +47 -50
- package/lib/tree/nodes/operators/substractNode.d.ts +3 -3
- package/lib/tree/nodes/operators/substractNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/substractNode.js +30 -30
- package/lib/tree/nodes/polynomials/monomNode.d.ts +2 -2
- package/lib/tree/nodes/polynomials/monomNode.d.ts.map +1 -1
- package/lib/tree/nodes/polynomials/monomNode.js +68 -73
- package/lib/tree/nodes/polynomials/trinomNode.d.ts +7 -7
- package/lib/tree/nodes/polynomials/trinomNode.d.ts.map +1 -1
- package/lib/tree/nodes/polynomials/trinomNode.js +48 -48
- package/lib/tree/nodes/sets/belongsNode.d.ts +2 -2
- package/lib/tree/nodes/sets/belongsNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/belongsNode.js +8 -8
- package/lib/tree/nodes/sets/closure.js +24 -28
- package/lib/tree/nodes/sets/discreteSetNode.d.ts +3 -3
- package/lib/tree/nodes/sets/discreteSetNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/discreteSetNode.js +18 -18
- package/lib/tree/nodes/sets/intervalNode.d.ts +8 -8
- package/lib/tree/nodes/sets/intervalNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/intervalNode.js +98 -97
- package/lib/tree/nodes/sets/majorSets.d.ts +1 -0
- package/lib/tree/nodes/sets/majorSets.js +1 -1
- package/lib/tree/nodes/sets/setNode.d.ts +1 -1
- package/lib/tree/nodes/sets/setNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/setNode.js +5 -9
- package/lib/tree/nodes/sets/unionIntervalNode.d.ts +3 -3
- package/lib/tree/nodes/sets/unionIntervalNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/unionIntervalNode.js +22 -24
- package/lib/tree/nodes/variables/variableNode.d.ts +2 -2
- package/lib/tree/nodes/variables/variableNode.d.ts.map +1 -1
- package/lib/tree/nodes/variables/variableNode.js +8 -11
- package/lib/tree/parsers/affineParser.js +12 -7
- package/lib/tree/parsers/degreeParser.js +1 -5
- package/lib/tree/parsers/discreteSetParser.d.ts +1 -1
- package/lib/tree/parsers/discreteSetParser.d.ts.map +1 -1
- package/lib/tree/parsers/discreteSetParser.js +8 -12
- package/lib/tree/parsers/equationSolutionParser.d.ts +1 -1
- package/lib/tree/parsers/equationSolutionParser.d.ts.map +1 -1
- package/lib/tree/parsers/equationSolutionParser.js +13 -17
- package/lib/tree/parsers/euroParser.js +1 -5
- package/lib/tree/parsers/inequationParser.d.ts +1 -1
- package/lib/tree/parsers/inequationParser.d.ts.map +1 -1
- package/lib/tree/parsers/inequationParser.js +9 -13
- package/lib/tree/parsers/intervalParser.d.ts +1 -1
- package/lib/tree/parsers/intervalParser.d.ts.map +1 -1
- package/lib/tree/parsers/intervalParser.js +9 -13
- package/lib/tree/parsers/isSegmentName.js +4 -8
- package/lib/tree/parsers/latexParser.d.ts +3 -3
- package/lib/tree/parsers/latexParser.d.ts.map +1 -1
- package/lib/tree/parsers/latexParser.js +41 -47
- package/lib/tree/parsers/monomParser.d.ts +1 -1
- package/lib/tree/parsers/monomParser.d.ts.map +1 -1
- package/lib/tree/parsers/monomParser.js +7 -11
- package/lib/tree/parsers/numberParser.js +1 -5
- package/lib/tree/parsers/percentParser.js +1 -5
- package/lib/tree/parsers/polynomialParser.d.ts +2 -2
- package/lib/tree/parsers/polynomialParser.d.ts.map +1 -1
- package/lib/tree/parsers/polynomialParser.js +18 -22
- package/lib/tree/parsers/powerParser.d.ts +1 -1
- package/lib/tree/parsers/powerParser.d.ts.map +1 -1
- package/lib/tree/parsers/powerParser.js +13 -17
- package/lib/tree/parsers/purifyLatex.js +1 -5
- package/lib/tree/parsers/rationalParser.d.ts +2 -2
- package/lib/tree/parsers/rationalParser.d.ts.map +1 -1
- package/lib/tree/parsers/rationalParser.js +19 -23
- package/lib/tree/parsers/spacePointParser.d.ts +1 -1
- package/lib/tree/parsers/spacePointParser.d.ts.map +1 -1
- package/lib/tree/parsers/spacePointParser.js +5 -9
- package/lib/tree/parsers/spaceVectorParser.d.ts +1 -1
- package/lib/tree/parsers/spaceVectorParser.d.ts.map +1 -1
- package/lib/tree/parsers/spaceVectorParser.js +5 -9
- package/lib/tree/parsers/sqrtParser.d.ts +1 -1
- package/lib/tree/parsers/sqrtParser.d.ts.map +1 -1
- package/lib/tree/parsers/sqrtParser.js +23 -27
- package/lib/tree/parsers/trinomParser.d.ts +1 -1
- package/lib/tree/parsers/trinomParser.d.ts.map +1 -1
- package/lib/tree/parsers/trinomParser.js +10 -14
- package/lib/tree/parsers/unionIntervalParser.d.ts +2 -2
- package/lib/tree/parsers/unionIntervalParser.d.ts.map +1 -1
- package/lib/tree/parsers/unionIntervalParser.js +7 -11
- package/lib/tree/parsers/valueParser.js +1 -5
- package/lib/tree/utilities/functionComposition.d.ts +4 -4
- package/lib/tree/utilities/functionComposition.d.ts.map +1 -1
- package/lib/tree/utilities/functionComposition.js +1 -5
- package/lib/tree/utilities/operatorComposition.d.ts +3 -3
- package/lib/tree/utilities/operatorComposition.d.ts.map +1 -1
- package/lib/tree/utilities/operatorComposition.js +1 -5
- package/lib/types/class.js +1 -2
- package/lib/types/keyIds.js +1 -2
- package/lib/types/keyProps.d.ts +1 -1
- package/lib/types/keyProps.d.ts.map +1 -1
- package/lib/types/keyProps.js +1 -2
- package/lib/types/numberType.d.ts +1 -0
- package/lib/types/numberType.js +1 -1
- package/lib/utils/alea/coinFlip.js +1 -5
- package/lib/utils/alea/diceFlip.d.ts.map +1 -1
- package/lib/utils/alea/diceFlip.js +3 -7
- package/lib/utils/alea/probaFlip.js +1 -5
- package/lib/utils/alea/probaLawFlip.d.ts.map +1 -1
- package/lib/utils/alea/probaLawFlip.js +1 -5
- package/lib/utils/alea/random.d.ts.map +1 -1
- package/lib/utils/alea/random.js +2 -7
- package/lib/utils/alea/randomEnumValue.js +3 -7
- package/lib/utils/alea/shuffle.js +1 -5
- package/lib/utils/arrays/arrayEqual.js +1 -5
- package/lib/utils/arrays/arrayHasSameElement.js +1 -5
- package/lib/utils/arrays/cartesianProducts.js +2 -7
- package/lib/utils/arrays/enumToArray.js +1 -5
- package/lib/utils/arrays/permutations.js +1 -5
- package/lib/utils/arrays/rotation.js +1 -5
- package/lib/utils/average.js +2 -7
- package/lib/utils/doWhile.js +1 -5
- package/lib/utils/errors/handleVEAError.js +1 -5
- package/lib/utils/isInt.js +1 -5
- package/lib/utils/latex/alignTex.js +1 -5
- package/lib/utils/latex/approxOrEqual.js +3 -7
- package/lib/utils/latex/colorize.js +1 -5
- package/lib/utils/latex/dollarize.js +1 -5
- package/lib/utils/markdown/mdCode.js +1 -5
- package/lib/utils/markdown/mdTable.js +1 -5
- package/lib/utils/numberPrototype/toScientific.d.ts +1 -1
- package/lib/utils/numberPrototype/toScientific.d.ts.map +1 -1
- package/lib/utils/numberPrototype/toScientific.js +17 -21
- package/lib/utils/numberPrototype/toSeparatedThousands.js +1 -5
- package/lib/utils/strings/frenchNumbers.js +5 -8
- package/lib/utils/strings/isLetter.js +1 -5
- package/lib/utils/strings/numberToFrenchWord.js +10 -14
- package/lib/utils/strings/pluralize.js +1 -5
- package/lib/utils/strings/randomLetter.js +1 -5
- package/lib/utils/strings/requiresApostropheBefore.js +1 -5
- package/lib/utils/variance.js +3 -7
- package/package.json +16 -9
- package/lib/exercises/calcul/addAndSub.d.ts +0 -7
- package/lib/exercises/calcul/addAndSub.d.ts.map +0 -1
- package/lib/exercises/calcul/addAndSub.js +0 -63
- package/lib/exercises/calcul/addAndSubWithoutRelatives.d.ts +0 -7
- package/lib/exercises/calcul/addAndSubWithoutRelatives.d.ts.map +0 -1
- package/lib/exercises/calcul/addAndSubWithoutRelatives.js +0 -73
- package/lib/exercises/calcul/arithmetics/commonDivisorsList.d.ts +0 -8
- package/lib/exercises/calcul/arithmetics/commonDivisorsList.d.ts.map +0 -1
- package/lib/exercises/calcul/arithmetics/commonDivisorsList.js +0 -64
- package/lib/exercises/calcul/arithmetics/divisorsList.d.ts +0 -7
- package/lib/exercises/calcul/arithmetics/divisorsList.d.ts.map +0 -1
- package/lib/exercises/calcul/arithmetics/divisorsList.js +0 -56
- package/lib/exercises/calcul/arithmetics/euclideanDivision.d.ts +0 -10
- package/lib/exercises/calcul/arithmetics/euclideanDivision.d.ts.map +0 -1
- package/lib/exercises/calcul/arithmetics/euclideanDivision.js +0 -60
- package/lib/exercises/calcul/arithmetics/index.d.ts +0 -7
- package/lib/exercises/calcul/arithmetics/index.d.ts.map +0 -1
- package/lib/exercises/calcul/arithmetics/index.js +0 -22
- package/lib/exercises/calcul/arithmetics/paritySumsAndProducts.d.ts +0 -7
- package/lib/exercises/calcul/arithmetics/paritySumsAndProducts.d.ts.map +0 -1
- package/lib/exercises/calcul/arithmetics/paritySumsAndProducts.js +0 -115
- package/lib/exercises/calcul/arithmetics/pgcdCalcul.d.ts +0 -8
- package/lib/exercises/calcul/arithmetics/pgcdCalcul.d.ts.map +0 -1
- package/lib/exercises/calcul/arithmetics/pgcdCalcul.js +0 -47
- package/lib/exercises/calcul/arithmetics/primeNumbers.d.ts +0 -7
- package/lib/exercises/calcul/arithmetics/primeNumbers.d.ts.map +0 -1
- package/lib/exercises/calcul/arithmetics/primeNumbers.js +0 -105
- package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.d.ts +0 -9
- package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.d.ts.map +0 -1
- package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.js +0 -77
- package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.d.ts +0 -8
- package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.d.ts.map +0 -1
- package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.js +0 -68
- package/lib/exercises/calcul/fractions/fractionAndIntegerSum.d.ts +0 -8
- package/lib/exercises/calcul/fractions/fractionAndIntegerSum.d.ts.map +0 -1
- package/lib/exercises/calcul/fractions/fractionAndIntegerSum.js +0 -67
- package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.d.ts +0 -9
- package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.d.ts.map +0 -1
- package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.js +0 -157
- package/lib/exercises/calcul/fractions/fractionsDivision.d.ts +0 -8
- package/lib/exercises/calcul/fractions/fractionsDivision.d.ts.map +0 -1
- package/lib/exercises/calcul/fractions/fractionsDivision.js +0 -62
- package/lib/exercises/calcul/fractions/fractionsProduct.d.ts +0 -8
- package/lib/exercises/calcul/fractions/fractionsProduct.d.ts.map +0 -1
- package/lib/exercises/calcul/fractions/fractionsProduct.js +0 -60
- package/lib/exercises/calcul/fractions/fractionsSum.d.ts +0 -8
- package/lib/exercises/calcul/fractions/fractionsSum.d.ts.map +0 -1
- package/lib/exercises/calcul/fractions/fractionsSum.js +0 -60
- package/lib/exercises/calcul/fractions/index.d.ts +0 -10
- package/lib/exercises/calcul/fractions/index.d.ts.map +0 -1
- package/lib/exercises/calcul/fractions/index.js +0 -25
- package/lib/exercises/calcul/fractions/periodicWritingToFraction.d.ts +0 -9
- package/lib/exercises/calcul/fractions/periodicWritingToFraction.d.ts.map +0 -1
- package/lib/exercises/calcul/fractions/periodicWritingToFraction.js +0 -80
- package/lib/exercises/calcul/fractions/simplifyFraction.d.ts +0 -8
- package/lib/exercises/calcul/fractions/simplifyFraction.d.ts.map +0 -1
- package/lib/exercises/calcul/fractions/simplifyFraction.js +0 -52
- package/lib/exercises/calcul/index.d.ts +0 -9
- package/lib/exercises/calcul/index.d.ts.map +0 -1
- package/lib/exercises/calcul/index.js +0 -24
- package/lib/exercises/calcul/mentalCaluls/index.d.ts +0 -5
- package/lib/exercises/calcul/mentalCaluls/index.d.ts.map +0 -1
- package/lib/exercises/calcul/mentalCaluls/index.js +0 -20
- package/lib/exercises/calcul/mentalCaluls/mentalAddAndSub.d.ts +0 -7
- package/lib/exercises/calcul/mentalCaluls/mentalAddAndSub.d.ts.map +0 -1
- package/lib/exercises/calcul/mentalCaluls/mentalAddAndSub.js +0 -84
- package/lib/exercises/calcul/mentalCaluls/mentalDivisions.d.ts +0 -10
- package/lib/exercises/calcul/mentalCaluls/mentalDivisions.d.ts.map +0 -1
- package/lib/exercises/calcul/mentalCaluls/mentalDivisions.js +0 -101
- package/lib/exercises/calcul/mentalCaluls/mentalMultiplications.d.ts +0 -7
- package/lib/exercises/calcul/mentalCaluls/mentalMultiplications.d.ts.map +0 -1
- package/lib/exercises/calcul/mentalCaluls/mentalMultiplications.js +0 -84
- package/lib/exercises/calcul/mentalCaluls/mentalPercentage.d.ts +0 -9
- package/lib/exercises/calcul/mentalCaluls/mentalPercentage.d.ts.map +0 -1
- package/lib/exercises/calcul/mentalCaluls/mentalPercentage.js +0 -140
- package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.d.ts +0 -9
- package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.d.ts.map +0 -1
- package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.js +0 -62
- package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.d.ts +0 -8
- package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.d.ts.map +0 -1
- package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.js +0 -81
- package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.d.ts +0 -8
- package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.d.ts.map +0 -1
- package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.js +0 -68
- package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.d.ts +0 -9
- package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.d.ts.map +0 -1
- package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.js +0 -122
- package/lib/exercises/calcul/operations/index.d.ts +0 -3
- package/lib/exercises/calcul/operations/index.d.ts.map +0 -1
- package/lib/exercises/calcul/operations/index.js +0 -18
- package/lib/exercises/calcul/operations/operationsPriorities.d.ts +0 -18
- package/lib/exercises/calcul/operations/operationsPriorities.d.ts.map +0 -1
- package/lib/exercises/calcul/operations/operationsPriorities.js +0 -121
- package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.d.ts +0 -19
- package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.d.ts.map +0 -1
- package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.js +0 -202
- package/lib/exercises/calcul/proportionality/index.d.ts +0 -2
- package/lib/exercises/calcul/proportionality/index.d.ts.map +0 -1
- package/lib/exercises/calcul/proportionality/index.js +0 -17
- package/lib/exercises/calcul/proportionality/proportionalityTable.d.ts +0 -11
- package/lib/exercises/calcul/proportionality/proportionalityTable.d.ts.map +0 -1
- package/lib/exercises/calcul/proportionality/proportionalityTable.js +0 -72
- package/lib/exercises/calcul/rounding/index.d.ts +0 -2
- package/lib/exercises/calcul/rounding/index.d.ts.map +0 -1
- package/lib/exercises/calcul/rounding/index.js +0 -17
- package/lib/exercises/calcul/rounding/rounding.d.ts +0 -22
- package/lib/exercises/calcul/rounding/rounding.d.ts.map +0 -1
- package/lib/exercises/calcul/rounding/rounding.js +0 -141
- package/lib/exercises/calculLitteral/distributivity/allIdentities.d.ts +0 -11
- package/lib/exercises/calculLitteral/distributivity/allIdentities.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/distributivity/allIdentities.js +0 -72
- package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.d.ts +0 -8
- package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.js +0 -74
- package/lib/exercises/calculLitteral/distributivity/firstIdentity.d.ts +0 -11
- package/lib/exercises/calculLitteral/distributivity/firstIdentity.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/distributivity/firstIdentity.js +0 -70
- package/lib/exercises/calculLitteral/distributivity/index.d.ts +0 -7
- package/lib/exercises/calculLitteral/distributivity/index.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/distributivity/index.js +0 -26
- package/lib/exercises/calculLitteral/distributivity/secondIdentity.d.ts +0 -11
- package/lib/exercises/calculLitteral/distributivity/secondIdentity.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/distributivity/secondIdentity.js +0 -72
- package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.d.ts +0 -9
- package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.js +0 -61
- package/lib/exercises/calculLitteral/distributivity/thirdIdentity.d.ts +0 -11
- package/lib/exercises/calculLitteral/distributivity/thirdIdentity.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/distributivity/thirdIdentity.js +0 -67
- package/lib/exercises/calculLitteral/equation/equationSimpleSquare.d.ts +0 -7
- package/lib/exercises/calculLitteral/equation/equationSimpleSquare.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/equationSimpleSquare.js +0 -140
- package/lib/exercises/calculLitteral/equation/equationType1Exercise.d.ts +0 -11
- package/lib/exercises/calculLitteral/equation/equationType1Exercise.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/equationType1Exercise.js +0 -60
- package/lib/exercises/calculLitteral/equation/equationType2Exercise.d.ts +0 -11
- package/lib/exercises/calculLitteral/equation/equationType2Exercise.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/equationType2Exercise.js +0 -62
- package/lib/exercises/calculLitteral/equation/equationType3Exercise.d.ts +0 -12
- package/lib/exercises/calculLitteral/equation/equationType3Exercise.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/equationType3Exercise.js +0 -64
- package/lib/exercises/calculLitteral/equation/equationType4Exercise.d.ts +0 -13
- package/lib/exercises/calculLitteral/equation/equationType4Exercise.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/equationType4Exercise.js +0 -69
- package/lib/exercises/calculLitteral/equation/expEquation.d.ts +0 -8
- package/lib/exercises/calculLitteral/equation/expEquation.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/expEquation.js +0 -75
- package/lib/exercises/calculLitteral/equation/firstDegreeEquation.d.ts +0 -8
- package/lib/exercises/calculLitteral/equation/firstDegreeEquation.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/firstDegreeEquation.js +0 -58
- package/lib/exercises/calculLitteral/equation/fractionEquation.d.ts +0 -10
- package/lib/exercises/calculLitteral/equation/fractionEquation.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/fractionEquation.js +0 -82
- package/lib/exercises/calculLitteral/equation/index.d.ts +0 -9
- package/lib/exercises/calculLitteral/equation/index.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/index.js +0 -24
- package/lib/exercises/calculLitteral/equation/logEquation.d.ts +0 -8
- package/lib/exercises/calculLitteral/equation/logEquation.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/logEquation.js +0 -74
- package/lib/exercises/calculLitteral/equation/multiplicationEquation.d.ts +0 -10
- package/lib/exercises/calculLitteral/equation/multiplicationEquation.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/equation/multiplicationEquation.js +0 -78
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.d.ts +0 -8
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.js +0 -56
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.d.ts +0 -8
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.js +0 -58
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.d.ts +0 -8
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.js +0 -65
- package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.d.ts +0 -11
- package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.js +0 -91
- package/lib/exercises/calculLitteral/factorisation/index.d.ts +0 -5
- package/lib/exercises/calculLitteral/factorisation/index.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/factorisation/index.js +0 -20
- package/lib/exercises/calculLitteral/index.d.ts +0 -7
- package/lib/exercises/calculLitteral/index.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/index.js +0 -22
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType0.d.ts +0 -10
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType0.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType0.js +0 -64
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType1.d.ts +0 -10
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType1.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType1.js +0 -70
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType2.d.ts +0 -11
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType2.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType2.js +0 -73
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType3.d.ts +0 -13
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType3.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType3.js +0 -82
- package/lib/exercises/calculLitteral/inequations/index.d.ts +0 -6
- package/lib/exercises/calculLitteral/inequations/index.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/inequations/index.js +0 -21
- package/lib/exercises/calculLitteral/inequations/squareFunctionInequation.d.ts +0 -9
- package/lib/exercises/calculLitteral/inequations/squareFunctionInequation.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/inequations/squareFunctionInequation.js +0 -65
- package/lib/exercises/calculLitteral/simplifying/distributeAndSimplify.d.ts +0 -14
- package/lib/exercises/calculLitteral/simplifying/distributeAndSimplify.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/simplifying/distributeAndSimplify.js +0 -67
- package/lib/exercises/calculLitteral/simplifying/evaluateExpression.d.ts +0 -10
- package/lib/exercises/calculLitteral/simplifying/evaluateExpression.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/simplifying/evaluateExpression.js +0 -63
- package/lib/exercises/calculLitteral/simplifying/expSimplifiying.d.ts +0 -10
- package/lib/exercises/calculLitteral/simplifying/expSimplifiying.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/simplifying/expSimplifiying.js +0 -116
- package/lib/exercises/calculLitteral/simplifying/index.d.ts +0 -4
- package/lib/exercises/calculLitteral/simplifying/index.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/simplifying/index.js +0 -19
- package/lib/exercises/calculLitteral/simplifying/logSimplifiying.d.ts +0 -9
- package/lib/exercises/calculLitteral/simplifying/logSimplifiying.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/simplifying/logSimplifiying.js +0 -77
- package/lib/exercises/calculLitteral/simplifying/reduceExpression.d.ts +0 -9
- package/lib/exercises/calculLitteral/simplifying/reduceExpression.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/simplifying/reduceExpression.js +0 -114
- package/lib/exercises/calculLitteral/systems/basicNiceValuesSystemResolution.d.ts +0 -8
- package/lib/exercises/calculLitteral/systems/basicNiceValuesSystemResolution.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/systems/basicNiceValuesSystemResolution.js +0 -56
- package/lib/exercises/calculLitteral/systems/basicSystemResolution.d.ts +0 -8
- package/lib/exercises/calculLitteral/systems/basicSystemResolution.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/systems/basicSystemResolution.js +0 -67
- package/lib/exercises/calculLitteral/systems/index.d.ts +0 -3
- package/lib/exercises/calculLitteral/systems/index.d.ts.map +0 -1
- package/lib/exercises/calculLitteral/systems/index.js +0 -18
- package/lib/exercises/combinatory/anagrams.d.ts +0 -7
- package/lib/exercises/combinatory/anagrams.d.ts.map +0 -1
- package/lib/exercises/combinatory/anagrams.js +0 -161
- package/lib/exercises/combinatory/ballsCounting.d.ts +0 -10
- package/lib/exercises/combinatory/ballsCounting.d.ts.map +0 -1
- package/lib/exercises/combinatory/ballsCounting.js +0 -112
- package/lib/exercises/combinatory/diceCounting.d.ts +0 -10
- package/lib/exercises/combinatory/diceCounting.d.ts.map +0 -1
- package/lib/exercises/combinatory/diceCounting.js +0 -124
- package/lib/exercises/combinatory/index.d.ts +0 -4
- package/lib/exercises/combinatory/index.d.ts.map +0 -1
- package/lib/exercises/combinatory/index.js +0 -19
- package/lib/exercises/complex/addComplex.d.ts +0 -10
- package/lib/exercises/complex/addComplex.d.ts.map +0 -1
- package/lib/exercises/complex/addComplex.js +0 -64
- package/lib/exercises/complex/argumentFromAlgebraicComplex.d.ts +0 -8
- package/lib/exercises/complex/argumentFromAlgebraicComplex.d.ts.map +0 -1
- package/lib/exercises/complex/argumentFromAlgebraicComplex.js +0 -63
- package/lib/exercises/complex/conjugateComplex.ts.d.ts +0 -8
- package/lib/exercises/complex/conjugateComplex.ts.d.ts.map +0 -1
- package/lib/exercises/complex/conjugateComplex.ts.js +0 -54
- package/lib/exercises/complex/conjugateDivideComplex.d.ts +0 -8
- package/lib/exercises/complex/conjugateDivideComplex.d.ts.map +0 -1
- package/lib/exercises/complex/conjugateDivideComplex.js +0 -61
- package/lib/exercises/complex/conjugateMultiplyComplex.d.ts +0 -8
- package/lib/exercises/complex/conjugateMultiplyComplex.d.ts.map +0 -1
- package/lib/exercises/complex/conjugateMultiplyComplex.js +0 -61
- package/lib/exercises/complex/divideComplex.d.ts +0 -8
- package/lib/exercises/complex/divideComplex.d.ts.map +0 -1
- package/lib/exercises/complex/divideComplex.js +0 -58
- package/lib/exercises/complex/index.d.ts +0 -12
- package/lib/exercises/complex/index.d.ts.map +0 -1
- package/lib/exercises/complex/index.js +0 -28
- package/lib/exercises/complex/inverseComplex.d.ts +0 -8
- package/lib/exercises/complex/inverseComplex.d.ts.map +0 -1
- package/lib/exercises/complex/inverseComplex.js +0 -54
- package/lib/exercises/complex/linearCombinaisonComplex.d.ts +0 -10
- package/lib/exercises/complex/linearCombinaisonComplex.d.ts.map +0 -1
- package/lib/exercises/complex/linearCombinaisonComplex.js +0 -59
- package/lib/exercises/complex/moduloFromAlgebraicComplex.d.ts +0 -8
- package/lib/exercises/complex/moduloFromAlgebraicComplex.d.ts.map +0 -1
- package/lib/exercises/complex/moduloFromAlgebraicComplex.js +0 -55
- package/lib/exercises/complex/mutiplyComplex.d.ts +0 -8
- package/lib/exercises/complex/mutiplyComplex.d.ts.map +0 -1
- package/lib/exercises/complex/mutiplyComplex.js +0 -58
- package/lib/exercises/complex/reAndIm.d.ts +0 -9
- package/lib/exercises/complex/reAndIm.d.ts.map +0 -1
- package/lib/exercises/complex/reAndIm.js +0 -50
- package/lib/exercises/conversion/aeraConversion.d.ts +0 -9
- package/lib/exercises/conversion/aeraConversion.d.ts.map +0 -1
- package/lib/exercises/conversion/aeraConversion.js +0 -60
- package/lib/exercises/conversion/capacityConversion.d.ts +0 -9
- package/lib/exercises/conversion/capacityConversion.d.ts.map +0 -1
- package/lib/exercises/conversion/capacityConversion.js +0 -58
- package/lib/exercises/conversion/hoursToDecimal.d.ts +0 -8
- package/lib/exercises/conversion/hoursToDecimal.d.ts.map +0 -1
- package/lib/exercises/conversion/hoursToDecimal.js +0 -72
- package/lib/exercises/conversion/index.d.ts +0 -8
- package/lib/exercises/conversion/index.d.ts.map +0 -1
- package/lib/exercises/conversion/index.js +0 -23
- package/lib/exercises/conversion/lengthConversion.d.ts +0 -9
- package/lib/exercises/conversion/lengthConversion.d.ts.map +0 -1
- package/lib/exercises/conversion/lengthConversion.js +0 -58
- package/lib/exercises/conversion/massConversion.d.ts +0 -9
- package/lib/exercises/conversion/massConversion.d.ts.map +0 -1
- package/lib/exercises/conversion/massConversion.js +0 -60
- package/lib/exercises/conversion/volumeCapacityConversion.d.ts +0 -10
- package/lib/exercises/conversion/volumeCapacityConversion.d.ts.map +0 -1
- package/lib/exercises/conversion/volumeCapacityConversion.js +0 -74
- package/lib/exercises/conversion/volumeConversion.d.ts +0 -9
- package/lib/exercises/conversion/volumeConversion.d.ts.map +0 -1
- package/lib/exercises/conversion/volumeConversion.js +0 -60
- package/lib/exercises/derivation/derivative/constanteDerivative.d.ts +0 -10
- package/lib/exercises/derivation/derivative/constanteDerivative.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/constanteDerivative.js +0 -54
- package/lib/exercises/derivation/derivative/cosCompositionDerivation.d.ts +0 -8
- package/lib/exercises/derivation/derivative/cosCompositionDerivation.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/cosCompositionDerivation.js +0 -56
- package/lib/exercises/derivation/derivative/expDerivativeOne.d.ts +0 -8
- package/lib/exercises/derivation/derivative/expDerivativeOne.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/expDerivativeOne.js +0 -62
- package/lib/exercises/derivation/derivative/expDerivativeThree.d.ts +0 -8
- package/lib/exercises/derivation/derivative/expDerivativeThree.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/expDerivativeThree.js +0 -55
- package/lib/exercises/derivation/derivative/expDerivativeTwo.d.ts +0 -8
- package/lib/exercises/derivation/derivative/expDerivativeTwo.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/expDerivativeTwo.js +0 -57
- package/lib/exercises/derivation/derivative/firstDegreeDerivative.d.ts +0 -11
- package/lib/exercises/derivation/derivative/firstDegreeDerivative.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/firstDegreeDerivative.js +0 -52
- package/lib/exercises/derivation/derivative/index.d.ts +0 -22
- package/lib/exercises/derivation/derivative/index.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/index.js +0 -42
- package/lib/exercises/derivation/derivative/inverseFunctionDerivative.d.ts +0 -7
- package/lib/exercises/derivation/derivative/inverseFunctionDerivative.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/inverseFunctionDerivative.js +0 -55
- package/lib/exercises/derivation/derivative/lnDerivativeOne.d.ts +0 -8
- package/lib/exercises/derivation/derivative/lnDerivativeOne.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/lnDerivativeOne.js +0 -68
- package/lib/exercises/derivation/derivative/lnDerivativeThree.d.ts +0 -8
- package/lib/exercises/derivation/derivative/lnDerivativeThree.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/lnDerivativeThree.js +0 -83
- package/lib/exercises/derivation/derivative/lnDerivativeTwo.d.ts +0 -8
- package/lib/exercises/derivation/derivative/lnDerivativeTwo.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/lnDerivativeTwo.js +0 -60
- package/lib/exercises/derivation/derivative/powerCompositionDerivation.d.ts +0 -9
- package/lib/exercises/derivation/derivative/powerCompositionDerivation.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/powerCompositionDerivation.js +0 -61
- package/lib/exercises/derivation/derivative/powerFunctionDerivative.d.ts +0 -8
- package/lib/exercises/derivation/derivative/powerFunctionDerivative.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/powerFunctionDerivative.js +0 -71
- package/lib/exercises/derivation/derivative/productDerivative.d.ts +0 -8
- package/lib/exercises/derivation/derivative/productDerivative.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/productDerivative.js +0 -59
- package/lib/exercises/derivation/derivative/quotientDerivative.d.ts +0 -8
- package/lib/exercises/derivation/derivative/quotientDerivative.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/quotientDerivative.js +0 -84
- package/lib/exercises/derivation/derivative/rootFunctionDerivative.d.ts +0 -7
- package/lib/exercises/derivation/derivative/rootFunctionDerivative.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/rootFunctionDerivative.js +0 -78
- package/lib/exercises/derivation/derivative/secondDegreeDerivative.d.ts +0 -10
- package/lib/exercises/derivation/derivative/secondDegreeDerivative.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/secondDegreeDerivative.js +0 -76
- package/lib/exercises/derivation/derivative/sinCompositionDerivation.d.ts +0 -8
- package/lib/exercises/derivation/derivative/sinCompositionDerivation.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/sinCompositionDerivation.js +0 -57
- package/lib/exercises/derivation/derivative/sqrtCompositionDerivation.d.ts +0 -8
- package/lib/exercises/derivation/derivative/sqrtCompositionDerivation.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/sqrtCompositionDerivation.js +0 -61
- package/lib/exercises/derivation/derivative/thirdDegreeDerivative.d.ts +0 -10
- package/lib/exercises/derivation/derivative/thirdDegreeDerivative.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/thirdDegreeDerivative.js +0 -83
- package/lib/exercises/derivation/derivative/thirdDegreeFunctionVariation.d.ts +0 -10
- package/lib/exercises/derivation/derivative/thirdDegreeFunctionVariation.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/thirdDegreeFunctionVariation.js +0 -122
- package/lib/exercises/derivation/derivative/usualderivative.d.ts +0 -11
- package/lib/exercises/derivation/derivative/usualderivative.d.ts.map +0 -1
- package/lib/exercises/derivation/derivative/usualderivative.js +0 -108
- package/lib/exercises/derivation/derivativeNumberCalcul.d.ts +0 -8
- package/lib/exercises/derivation/derivativeNumberCalcul.d.ts.map +0 -1
- package/lib/exercises/derivation/derivativeNumberCalcul.js +0 -48
- package/lib/exercises/derivation/derivativeNumberReading.d.ts +0 -8
- package/lib/exercises/derivation/derivativeNumberReading.d.ts.map +0 -1
- package/lib/exercises/derivation/derivativeNumberReading.js +0 -102
- package/lib/exercises/derivation/index.d.ts +0 -4
- package/lib/exercises/derivation/index.d.ts.map +0 -1
- package/lib/exercises/derivation/index.js +0 -19
- package/lib/exercises/equaDiff/equaDiffCheckSolutionFirstOrder.d.ts +0 -10
- package/lib/exercises/equaDiff/equaDiffCheckSolutionFirstOrder.d.ts.map +0 -1
- package/lib/exercises/equaDiff/equaDiffCheckSolutionFirstOrder.js +0 -101
- package/lib/exercises/equaDiff/equaDiffCheckSolutionFirstOrderTrinom.d.ts +0 -1
- package/lib/exercises/equaDiff/equaDiffCheckSolutionFirstOrderTrinom.d.ts.map +0 -1
- package/lib/exercises/equaDiff/equaDiffCheckSolutionFirstOrderTrinom.js +0 -53
- package/lib/exercises/equaDiff/equaDiffGeneralForme.d.ts +0 -7
- package/lib/exercises/equaDiff/equaDiffGeneralForme.d.ts.map +0 -1
- package/lib/exercises/equaDiff/equaDiffGeneralForme.js +0 -58
- package/lib/exercises/equaDiff/equaDiffGeneralFormeWithIC.d.ts +0 -8
- package/lib/exercises/equaDiff/equaDiffGeneralFormeWithIC.d.ts.map +0 -1
- package/lib/exercises/equaDiff/equaDiffGeneralFormeWithIC.js +0 -68
- package/lib/exercises/equaDiff/index.d.ts +0 -4
- package/lib/exercises/equaDiff/index.d.ts.map +0 -1
- package/lib/exercises/equaDiff/index.js +0 -19
- package/lib/exercises/exercises.d.ts +0 -3
- package/lib/exercises/exercises.d.ts.map +0 -1
- package/lib/exercises/exercises.js +0 -473
- package/lib/exercises/functions/absolute/absoluteValueEquations.d.ts +0 -8
- package/lib/exercises/functions/absolute/absoluteValueEquations.d.ts.map +0 -1
- package/lib/exercises/functions/absolute/absoluteValueEquations.js +0 -74
- package/lib/exercises/functions/absolute/absoluteValueInequations.d.ts +0 -9
- package/lib/exercises/functions/absolute/absoluteValueInequations.d.ts.map +0 -1
- package/lib/exercises/functions/absolute/absoluteValueInequations.js +0 -73
- package/lib/exercises/functions/absolute/index.d.ts +0 -3
- package/lib/exercises/functions/absolute/index.d.ts.map +0 -1
- package/lib/exercises/functions/absolute/index.js +0 -18
- package/lib/exercises/functions/affines/affineExpressionReading.d.ts +0 -8
- package/lib/exercises/functions/affines/affineExpressionReading.d.ts.map +0 -1
- package/lib/exercises/functions/affines/affineExpressionReading.js +0 -97
- package/lib/exercises/functions/affines/index.d.ts +0 -7
- package/lib/exercises/functions/affines/index.d.ts.map +0 -1
- package/lib/exercises/functions/affines/index.js +0 -22
- package/lib/exercises/functions/affines/interceptReading.d.ts +0 -8
- package/lib/exercises/functions/affines/interceptReading.d.ts.map +0 -1
- package/lib/exercises/functions/affines/interceptReading.js +0 -68
- package/lib/exercises/functions/affines/leadingCoefficient.d.ts +0 -10
- package/lib/exercises/functions/affines/leadingCoefficient.d.ts.map +0 -1
- package/lib/exercises/functions/affines/leadingCoefficient.js +0 -79
- package/lib/exercises/functions/affines/leadingCoefficientCalculV1.d.ts +0 -10
- package/lib/exercises/functions/affines/leadingCoefficientCalculV1.d.ts.map +0 -1
- package/lib/exercises/functions/affines/leadingCoefficientCalculV1.js +0 -55
- package/lib/exercises/functions/affines/leadingCoefficientCalculV2.d.ts +0 -10
- package/lib/exercises/functions/affines/leadingCoefficientCalculV2.d.ts.map +0 -1
- package/lib/exercises/functions/affines/leadingCoefficientCalculV2.js +0 -54
- package/lib/exercises/functions/affines/signFunction.d.ts +0 -9
- package/lib/exercises/functions/affines/signFunction.d.ts.map +0 -1
- package/lib/exercises/functions/affines/signFunction.js +0 -84
- package/lib/exercises/functions/basics/graphicEquation.d.ts +0 -8
- package/lib/exercises/functions/basics/graphicEquation.d.ts.map +0 -1
- package/lib/exercises/functions/basics/graphicEquation.js +0 -113
- package/lib/exercises/functions/basics/graphicInequation.d.ts +0 -16
- package/lib/exercises/functions/basics/graphicInequation.d.ts.map +0 -1
- package/lib/exercises/functions/basics/graphicInequation.js +0 -153
- package/lib/exercises/functions/basics/imageFunction.d.ts +0 -10
- package/lib/exercises/functions/basics/imageFunction.d.ts.map +0 -1
- package/lib/exercises/functions/basics/imageFunction.js +0 -64
- package/lib/exercises/functions/basics/imageFunctionGeogebra.d.ts +0 -10
- package/lib/exercises/functions/basics/imageFunctionGeogebra.d.ts.map +0 -1
- package/lib/exercises/functions/basics/imageFunctionGeogebra.js +0 -86
- package/lib/exercises/functions/basics/index.d.ts +0 -9
- package/lib/exercises/functions/basics/index.d.ts.map +0 -1
- package/lib/exercises/functions/basics/index.js +0 -24
- package/lib/exercises/functions/basics/inverseImageFunction.d.ts +0 -8
- package/lib/exercises/functions/basics/inverseImageFunction.d.ts.map +0 -1
- package/lib/exercises/functions/basics/inverseImageFunction.js +0 -52
- package/lib/exercises/functions/basics/inverseImageFunctionGeogebra.d.ts +0 -11
- package/lib/exercises/functions/basics/inverseImageFunctionGeogebra.d.ts.map +0 -1
- package/lib/exercises/functions/basics/inverseImageFunctionGeogebra.js +0 -140
- package/lib/exercises/functions/basics/twoFunctionsEquation.d.ts +0 -9
- package/lib/exercises/functions/basics/twoFunctionsEquation.d.ts.map +0 -1
- package/lib/exercises/functions/basics/twoFunctionsEquation.js +0 -135
- package/lib/exercises/functions/basics/twoFunctionsInequation.d.ts +0 -17
- package/lib/exercises/functions/basics/twoFunctionsInequation.d.ts.map +0 -1
- package/lib/exercises/functions/basics/twoFunctionsInequation.js +0 -181
- package/lib/exercises/functions/cube/cubicEquation.d.ts +0 -7
- package/lib/exercises/functions/cube/cubicEquation.d.ts.map +0 -1
- package/lib/exercises/functions/cube/cubicEquation.js +0 -55
- package/lib/exercises/functions/cube/index.d.ts +0 -2
- package/lib/exercises/functions/cube/index.d.ts.map +0 -1
- package/lib/exercises/functions/cube/index.js +0 -17
- package/lib/exercises/functions/exponential/expEquation.d.ts +0 -9
- package/lib/exercises/functions/exponential/expEquation.d.ts.map +0 -1
- package/lib/exercises/functions/exponential/expEquation.js +0 -75
- package/lib/exercises/functions/exponential/expSimplifiying.d.ts +0 -10
- package/lib/exercises/functions/exponential/expSimplifiying.d.ts.map +0 -1
- package/lib/exercises/functions/exponential/expSimplifiying.js +0 -116
- package/lib/exercises/functions/exponential/index.d.ts +0 -3
- package/lib/exercises/functions/exponential/index.d.ts.map +0 -1
- package/lib/exercises/functions/exponential/index.js +0 -18
- package/lib/exercises/functions/index.d.ts +0 -11
- package/lib/exercises/functions/index.d.ts.map +0 -1
- package/lib/exercises/functions/index.js +0 -26
- package/lib/exercises/functions/logarithm/index.d.ts +0 -6
- package/lib/exercises/functions/logarithm/index.d.ts.map +0 -1
- package/lib/exercises/functions/logarithm/index.js +0 -21
- package/lib/exercises/functions/logarithm/log10PowerSimplifying.d.ts +0 -8
- package/lib/exercises/functions/logarithm/log10PowerSimplifying.d.ts.map +0 -1
- package/lib/exercises/functions/logarithm/log10PowerSimplifying.js +0 -54
- package/lib/exercises/functions/logarithm/log10Simplifying.d.ts +0 -11
- package/lib/exercises/functions/logarithm/log10Simplifying.d.ts.map +0 -1
- package/lib/exercises/functions/logarithm/log10Simplifying.js +0 -98
- package/lib/exercises/functions/logarithm/logEquation.d.ts +0 -9
- package/lib/exercises/functions/logarithm/logEquation.d.ts.map +0 -1
- package/lib/exercises/functions/logarithm/logEquation.js +0 -73
- package/lib/exercises/functions/logarithm/logPowerEquation.d.ts +0 -12
- package/lib/exercises/functions/logarithm/logPowerEquation.d.ts.map +0 -1
- package/lib/exercises/functions/logarithm/logPowerEquation.js +0 -103
- package/lib/exercises/functions/logarithm/logSimplifiying.d.ts +0 -9
- package/lib/exercises/functions/logarithm/logSimplifiying.d.ts.map +0 -1
- package/lib/exercises/functions/logarithm/logSimplifiying.js +0 -77
- package/lib/exercises/functions/parity/index.d.ts +0 -3
- package/lib/exercises/functions/parity/index.d.ts.map +0 -1
- package/lib/exercises/functions/parity/index.js +0 -18
- package/lib/exercises/functions/parity/parityFromAlgebra.d.ts +0 -8
- package/lib/exercises/functions/parity/parityFromAlgebra.d.ts.map +0 -1
- package/lib/exercises/functions/parity/parityFromAlgebra.js +0 -117
- package/lib/exercises/functions/parity/parityFromGraph.d.ts +0 -8
- package/lib/exercises/functions/parity/parityFromGraph.d.ts.map +0 -1
- package/lib/exercises/functions/parity/parityFromGraph.js +0 -128
- package/lib/exercises/functions/rationalFraction/index.d.ts +0 -2
- package/lib/exercises/functions/rationalFraction/index.d.ts.map +0 -1
- package/lib/exercises/functions/rationalFraction/index.js +0 -17
- package/lib/exercises/functions/rationalFraction/rationalFractionForbiddenValue.d.ts +0 -10
- package/lib/exercises/functions/rationalFraction/rationalFractionForbiddenValue.d.ts.map +0 -1
- package/lib/exercises/functions/rationalFraction/rationalFractionForbiddenValue.js +0 -64
- package/lib/exercises/functions/square/index.d.ts +0 -2
- package/lib/exercises/functions/square/index.d.ts.map +0 -1
- package/lib/exercises/functions/square/index.js +0 -17
- package/lib/exercises/functions/square/squareImageInterval.d.ts +0 -11
- package/lib/exercises/functions/square/squareImageInterval.d.ts.map +0 -1
- package/lib/exercises/functions/square/squareImageInterval.js +0 -109
- package/lib/exercises/functions/trinoms/alphaBetaFromDevForm.d.ts +0 -8
- package/lib/exercises/functions/trinoms/alphaBetaFromDevForm.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/alphaBetaFromDevForm.js +0 -51
- package/lib/exercises/functions/trinoms/alphaBetaInCanonicalForm.d.ts +0 -10
- package/lib/exercises/functions/trinoms/alphaBetaInCanonicalForm.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/alphaBetaInCanonicalForm.js +0 -66
- package/lib/exercises/functions/trinoms/canonicalFromDevForm.d.ts +0 -9
- package/lib/exercises/functions/trinoms/canonicalFromDevForm.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/canonicalFromDevForm.js +0 -50
- package/lib/exercises/functions/trinoms/deltaTrinom.d.ts +0 -9
- package/lib/exercises/functions/trinoms/deltaTrinom.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/deltaTrinom.js +0 -52
- package/lib/exercises/functions/trinoms/extremumFromCanonicalForm.d.ts +0 -9
- package/lib/exercises/functions/trinoms/extremumFromCanonicalForm.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/extremumFromCanonicalForm.js +0 -57
- package/lib/exercises/functions/trinoms/extremumTypeFromAlgebricForm.d.ts +0 -9
- package/lib/exercises/functions/trinoms/extremumTypeFromAlgebricForm.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/extremumTypeFromAlgebricForm.js +0 -43
- package/lib/exercises/functions/trinoms/factorizedFormFromRoots.d.ts +0 -8
- package/lib/exercises/functions/trinoms/factorizedFormFromRoots.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/factorizedFormFromRoots.js +0 -67
- package/lib/exercises/functions/trinoms/index.d.ts +0 -17
- package/lib/exercises/functions/trinoms/index.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/index.js +0 -32
- package/lib/exercises/functions/trinoms/niceRootsFromDevForm.d.ts +0 -9
- package/lib/exercises/functions/trinoms/niceRootsFromDevForm.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/niceRootsFromDevForm.js +0 -56
- package/lib/exercises/functions/trinoms/rootsFromDevForm.d.ts +0 -9
- package/lib/exercises/functions/trinoms/rootsFromDevForm.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/rootsFromDevForm.js +0 -56
- package/lib/exercises/functions/trinoms/rootsFromFactorizedForm.d.ts +0 -9
- package/lib/exercises/functions/trinoms/rootsFromFactorizedForm.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/rootsFromFactorizedForm.js +0 -70
- package/lib/exercises/functions/trinoms/rootsReading.d.ts +0 -9
- package/lib/exercises/functions/trinoms/rootsReading.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/rootsReading.js +0 -68
- package/lib/exercises/functions/trinoms/secondDegreeInequation.d.ts +0 -11
- package/lib/exercises/functions/trinoms/secondDegreeInequation.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/secondDegreeInequation.js +0 -99
- package/lib/exercises/functions/trinoms/summitAbscissFromDevForm.d.ts +0 -9
- package/lib/exercises/functions/trinoms/summitAbscissFromDevForm.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/summitAbscissFromDevForm.js +0 -54
- package/lib/exercises/functions/trinoms/summitAbscissFromRoots.d.ts +0 -9
- package/lib/exercises/functions/trinoms/summitAbscissFromRoots.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/summitAbscissFromRoots.js +0 -59
- package/lib/exercises/functions/trinoms/summitReading.d.ts +0 -9
- package/lib/exercises/functions/trinoms/summitReading.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/summitReading.js +0 -60
- package/lib/exercises/functions/trinoms/variationsFromAlgebricForm.d.ts +0 -9
- package/lib/exercises/functions/trinoms/variationsFromAlgebricForm.d.ts.map +0 -1
- package/lib/exercises/functions/trinoms/variationsFromAlgebricForm.js +0 -44
- package/lib/exercises/geometry/areas/circleArea.d.ts +0 -9
- package/lib/exercises/geometry/areas/circleArea.d.ts.map +0 -1
- package/lib/exercises/geometry/areas/circleArea.js +0 -52
- package/lib/exercises/geometry/areas/index.d.ts +0 -7
- package/lib/exercises/geometry/areas/index.d.ts.map +0 -1
- package/lib/exercises/geometry/areas/index.js +0 -22
- package/lib/exercises/geometry/areas/rectangleArea.d.ts +0 -8
- package/lib/exercises/geometry/areas/rectangleArea.d.ts.map +0 -1
- package/lib/exercises/geometry/areas/rectangleArea.js +0 -46
- package/lib/exercises/geometry/areas/rightTriangleArea.d.ts +0 -7
- package/lib/exercises/geometry/areas/rightTriangleArea.d.ts.map +0 -1
- package/lib/exercises/geometry/areas/rightTriangleArea.js +0 -82
- package/lib/exercises/geometry/areas/squareArea.d.ts +0 -7
- package/lib/exercises/geometry/areas/squareArea.d.ts.map +0 -1
- package/lib/exercises/geometry/areas/squareArea.js +0 -46
- package/lib/exercises/geometry/areas/triangleArea.d.ts +0 -5
- package/lib/exercises/geometry/areas/triangleArea.d.ts.map +0 -1
- package/lib/exercises/geometry/areas/triangleArea.js +0 -106
- package/lib/exercises/geometry/areas/triangleAreaV2.d.ts +0 -7
- package/lib/exercises/geometry/areas/triangleAreaV2.d.ts.map +0 -1
- package/lib/exercises/geometry/areas/triangleAreaV2.js +0 -71
- package/lib/exercises/geometry/cartesian/distanceBetweenTwoPoints.d.ts +0 -8
- package/lib/exercises/geometry/cartesian/distanceBetweenTwoPoints.d.ts.map +0 -1
- package/lib/exercises/geometry/cartesian/distanceBetweenTwoPoints.js +0 -95
- package/lib/exercises/geometry/cartesian/index.d.ts +0 -3
- package/lib/exercises/geometry/cartesian/index.d.ts.map +0 -1
- package/lib/exercises/geometry/cartesian/index.js +0 -18
- package/lib/exercises/geometry/cartesian/midpoint.d.ts +0 -8
- package/lib/exercises/geometry/cartesian/midpoint.d.ts.map +0 -1
- package/lib/exercises/geometry/cartesian/midpoint.js +0 -63
- package/lib/exercises/geometry/euclidean/circleArea.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/circleArea.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/circleArea.js +0 -44
- package/lib/exercises/geometry/euclidean/circleCircumference.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/circleCircumference.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/circleCircumference.js +0 -44
- package/lib/exercises/geometry/euclidean/pythagore.d.ts +0 -11
- package/lib/exercises/geometry/euclidean/pythagore.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/pythagore.js +0 -51
- package/lib/exercises/geometry/euclidean/pythagoreCalcul.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/pythagoreCalcul.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/pythagoreCalcul.js +0 -77
- package/lib/exercises/geometry/euclidean/rectangleArea.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/rectangleArea.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/rectangleArea.js +0 -40
- package/lib/exercises/geometry/euclidean/rectanglePerimeter.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/rectanglePerimeter.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/rectanglePerimeter.js +0 -40
- package/lib/exercises/geometry/euclidean/rightTriangleArea.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/rightTriangleArea.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/rightTriangleArea.js +0 -53
- package/lib/exercises/geometry/euclidean/squareArea.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/squareArea.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/squareArea.js +0 -40
- package/lib/exercises/geometry/euclidean/squarePerimeter.d.ts +0 -9
- package/lib/exercises/geometry/euclidean/squarePerimeter.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/squarePerimeter.js +0 -40
- package/lib/exercises/geometry/euclidean/thales.d.ts +0 -9
- package/lib/exercises/geometry/euclidean/thales.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/thales.js +0 -95
- package/lib/exercises/geometry/euclidean/thalesCalcul.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/thalesCalcul.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/thalesCalcul.js +0 -118
- package/lib/exercises/geometry/euclidean/triangleArea.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/triangleArea.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/triangleArea.js +0 -66
- package/lib/exercises/geometry/euclidean/triangleAreaV2.d.ts +0 -9
- package/lib/exercises/geometry/euclidean/triangleAreaV2.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/triangleAreaV2.js +0 -61
- package/lib/exercises/geometry/euclidean/trianglePerimeter.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/trianglePerimeter.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/trianglePerimeter.js +0 -40
- package/lib/exercises/geometry/euclidean/trigonometry.d.ts +0 -11
- package/lib/exercises/geometry/euclidean/trigonometry.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/trigonometry.js +0 -78
- package/lib/exercises/geometry/euclidean/trigonometryAngleCalcul.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/trigonometryAngleCalcul.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/trigonometryAngleCalcul.js +0 -55
- package/lib/exercises/geometry/euclidean/trigonometrySideCalcul.d.ts +0 -8
- package/lib/exercises/geometry/euclidean/trigonometrySideCalcul.d.ts.map +0 -1
- package/lib/exercises/geometry/euclidean/trigonometrySideCalcul.js +0 -66
- package/lib/exercises/geometry/index.d.ts +0 -7
- package/lib/exercises/geometry/index.d.ts.map +0 -1
- package/lib/exercises/geometry/index.js +0 -22
- package/lib/exercises/geometry/perimeters/circleCircumference.d.ts +0 -9
- package/lib/exercises/geometry/perimeters/circleCircumference.d.ts.map +0 -1
- package/lib/exercises/geometry/perimeters/circleCircumference.js +0 -52
- package/lib/exercises/geometry/perimeters/index.d.ts +0 -5
- package/lib/exercises/geometry/perimeters/index.d.ts.map +0 -1
- package/lib/exercises/geometry/perimeters/index.js +0 -20
- package/lib/exercises/geometry/perimeters/rectanglePerimeter.d.ts +0 -8
- package/lib/exercises/geometry/perimeters/rectanglePerimeter.d.ts.map +0 -1
- package/lib/exercises/geometry/perimeters/rectanglePerimeter.js +0 -46
- package/lib/exercises/geometry/perimeters/squarePerimeter.d.ts +0 -7
- package/lib/exercises/geometry/perimeters/squarePerimeter.d.ts.map +0 -1
- package/lib/exercises/geometry/perimeters/squarePerimeter.js +0 -46
- package/lib/exercises/geometry/perimeters/trianglePerimeter.d.ts +0 -7
- package/lib/exercises/geometry/perimeters/trianglePerimeter.d.ts.map +0 -1
- package/lib/exercises/geometry/perimeters/trianglePerimeter.js +0 -46
- package/lib/exercises/geometry/pythagore/index.d.ts +0 -3
- package/lib/exercises/geometry/pythagore/index.d.ts.map +0 -1
- package/lib/exercises/geometry/pythagore/index.js +0 -18
- package/lib/exercises/geometry/pythagore/pythagore.d.ts +0 -9
- package/lib/exercises/geometry/pythagore/pythagore.d.ts.map +0 -1
- package/lib/exercises/geometry/pythagore/pythagore.js +0 -72
- package/lib/exercises/geometry/pythagore/pythagoreCalcul.d.ts +0 -8
- package/lib/exercises/geometry/pythagore/pythagoreCalcul.d.ts.map +0 -1
- package/lib/exercises/geometry/pythagore/pythagoreCalcul.js +0 -109
- package/lib/exercises/geometry/thales/index.d.ts +0 -3
- package/lib/exercises/geometry/thales/index.d.ts.map +0 -1
- package/lib/exercises/geometry/thales/index.js +0 -18
- package/lib/exercises/geometry/thales/thales.d.ts +0 -7
- package/lib/exercises/geometry/thales/thales.d.ts.map +0 -1
- package/lib/exercises/geometry/thales/thales.js +0 -135
- package/lib/exercises/geometry/thales/thalesCalcul.d.ts +0 -10
- package/lib/exercises/geometry/thales/thalesCalcul.d.ts.map +0 -1
- package/lib/exercises/geometry/thales/thalesCalcul.js +0 -150
- package/lib/exercises/geometry/vectors/alignementViaColinearity.d.ts +0 -12
- package/lib/exercises/geometry/vectors/alignementViaColinearity.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/alignementViaColinearity.js +0 -64
- package/lib/exercises/geometry/vectors/chasles.d.ts +0 -8
- package/lib/exercises/geometry/vectors/chasles.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/chasles.js +0 -63
- package/lib/exercises/geometry/vectors/colinearity.d.ts +0 -10
- package/lib/exercises/geometry/vectors/colinearity.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/colinearity.js +0 -59
- package/lib/exercises/geometry/vectors/coordinatesReading.d.ts +0 -10
- package/lib/exercises/geometry/vectors/coordinatesReading.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/coordinatesReading.js +0 -74
- package/lib/exercises/geometry/vectors/determinant.d.ts +0 -8
- package/lib/exercises/geometry/vectors/determinant.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/determinant.js +0 -54
- package/lib/exercises/geometry/vectors/equalCaracteristicFromGraph.d.ts +0 -9
- package/lib/exercises/geometry/vectors/equalCaracteristicFromGraph.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/equalCaracteristicFromGraph.js +0 -195
- package/lib/exercises/geometry/vectors/fourthParallelogramPoint.d.ts +0 -14
- package/lib/exercises/geometry/vectors/fourthParallelogramPoint.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/fourthParallelogramPoint.js +0 -65
- package/lib/exercises/geometry/vectors/index.d.ts +0 -13
- package/lib/exercises/geometry/vectors/index.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/index.js +0 -28
- package/lib/exercises/geometry/vectors/paralellismViaColinearity.d.ts +0 -14
- package/lib/exercises/geometry/vectors/paralellismViaColinearity.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/paralellismViaColinearity.js +0 -75
- package/lib/exercises/geometry/vectors/parallelogramViaEqualVectors.d.ts +0 -14
- package/lib/exercises/geometry/vectors/parallelogramViaEqualVectors.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/parallelogramViaEqualVectors.js +0 -67
- package/lib/exercises/geometry/vectors/scalarProductViaCoords.d.ts +0 -8
- package/lib/exercises/geometry/vectors/scalarProductViaCoords.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/scalarProductViaCoords.js +0 -52
- package/lib/exercises/geometry/vectors/scalarProductViaCos.d.ts +0 -9
- package/lib/exercises/geometry/vectors/scalarProductViaCos.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/scalarProductViaCos.js +0 -66
- package/lib/exercises/geometry/vectors/scalarProductViaNorms.d.ts +0 -1
- package/lib/exercises/geometry/vectors/scalarProductViaNorms.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/scalarProductViaNorms.js +0 -27
- package/lib/exercises/geometry/vectors/vectorCoordinatesFromTwoPoints.d.ts +0 -8
- package/lib/exercises/geometry/vectors/vectorCoordinatesFromTwoPoints.d.ts.map +0 -1
- package/lib/exercises/geometry/vectors/vectorCoordinatesFromTwoPoints.js +0 -52
- package/lib/exercises/index.d.ts +0 -20
- package/lib/exercises/index.d.ts.map +0 -1
- package/lib/exercises/index.js +0 -35
- package/lib/exercises/limits/index.d.ts +0 -11
- package/lib/exercises/limits/index.d.ts.map +0 -1
- package/lib/exercises/limits/index.js +0 -26
- package/lib/exercises/limits/limitReading.d.ts +0 -10
- package/lib/exercises/limits/limitReading.d.ts.map +0 -1
- package/lib/exercises/limits/limitReading.js +0 -120
- package/lib/exercises/limits/polynomLimit.d.ts +0 -8
- package/lib/exercises/limits/polynomLimit.d.ts.map +0 -1
- package/lib/exercises/limits/polynomLimit.js +0 -53
- package/lib/exercises/limits/polynomLimitNoFI.d.ts +0 -8
- package/lib/exercises/limits/polynomLimitNoFI.d.ts.map +0 -1
- package/lib/exercises/limits/polynomLimitNoFI.js +0 -53
- package/lib/exercises/limits/rationalFracForbiddenValueLimit.d.ts +0 -9
- package/lib/exercises/limits/rationalFracForbiddenValueLimit.d.ts.map +0 -1
- package/lib/exercises/limits/rationalFracForbiddenValueLimit.js +0 -69
- package/lib/exercises/limits/rationalFracLimit.d.ts +0 -9
- package/lib/exercises/limits/rationalFracLimit.d.ts.map +0 -1
- package/lib/exercises/limits/rationalFracLimit.js +0 -101
- package/lib/exercises/limits/sequenceGeometricLimit.d.ts +0 -8
- package/lib/exercises/limits/sequenceGeometricLimit.d.ts.map +0 -1
- package/lib/exercises/limits/sequenceGeometricLimit.js +0 -51
- package/lib/exercises/limits/sequencePolynomLimit.d.ts +0 -7
- package/lib/exercises/limits/sequencePolynomLimit.d.ts.map +0 -1
- package/lib/exercises/limits/sequencePolynomLimit.js +0 -52
- package/lib/exercises/limits/sequencePolynomNoFILimit.d.ts +0 -7
- package/lib/exercises/limits/sequencePolynomNoFILimit.d.ts.map +0 -1
- package/lib/exercises/limits/sequencePolynomNoFILimit.js +0 -52
- package/lib/exercises/limits/sequencePolynomProductLimit.d.ts +0 -8
- package/lib/exercises/limits/sequencePolynomProductLimit.d.ts.map +0 -1
- package/lib/exercises/limits/sequencePolynomProductLimit.js +0 -70
- package/lib/exercises/limits/sequenceRationalFracLimit.d.ts +0 -8
- package/lib/exercises/limits/sequenceRationalFracLimit.d.ts.map +0 -1
- package/lib/exercises/limits/sequenceRationalFracLimit.js +0 -100
- package/lib/exercises/limits/sequenceSimpleElementsSumLimit.d.ts +0 -9
- package/lib/exercises/limits/sequenceSimpleElementsSumLimit.d.ts.map +0 -1
- package/lib/exercises/limits/sequenceSimpleElementsSumLimit.js +0 -45
- package/lib/exercises/math/complex/conjugateComplex.ts.d.ts.map +0 -1
- package/lib/exercises/math/dataReading/index.d.ts +0 -2
- package/lib/exercises/math/dataReading/index.d.ts.map +0 -1
- package/lib/exercises/math/dataReading/index.js +0 -17
- package/lib/exercises/math/dataReading/tableReading.d.ts +0 -8
- package/lib/exercises/math/dataReading/tableReading.d.ts.map +0 -1
- package/lib/exercises/math/dataReading/tableReading.js +0 -105
- package/lib/exercises/math/derivation/derivativeNumberReading.d.ts +0 -8
- package/lib/exercises/math/derivation/derivativeNumberReading.d.ts.map +0 -1
- package/lib/exercises/math/derivation/derivativeNumberReading.js +0 -101
- package/lib/exercises/math/functions/trinoms/solveEquationByFactorisation.d.ts +0 -5
- package/lib/exercises/math/functions/trinoms/solveEquationByFactorisation.d.ts.map +0 -1
- package/lib/exercises/math/functions/trinoms/solveEquationByFactorisation.js +0 -44
- package/lib/exercises/math/geometry/thales/thalesCalculOld.d.ts +0 -1
- package/lib/exercises/math/geometry/thales/thalesCalculOld.d.ts.map +0 -1
- package/lib/exercises/math/geometry/thales/thalesCalculOld.js +0 -214
- package/lib/exercises/math/geometry/vectors/scalarProductViaCoords.d.ts +0 -8
- package/lib/exercises/math/geometry/vectors/scalarProductViaCoords.d.ts.map +0 -1
- package/lib/exercises/math/geometry/vectors/scalarProductViaCoords.js +0 -60
- package/lib/exercises/math/geometry/vectors/scalarProductViaCos.d.ts +0 -9
- package/lib/exercises/math/geometry/vectors/scalarProductViaCos.d.ts.map +0 -1
- package/lib/exercises/math/geometry/vectors/scalarProductViaCos.js +0 -67
- package/lib/exercises/math/percent/isTableProportional.d.ts +0 -8
- package/lib/exercises/math/percent/isTableProportional.d.ts.map +0 -1
- package/lib/exercises/math/percent/isTableProportional.js +0 -79
- package/lib/exercises/math/probaStat/calculateProbaOfBinomialDistribution.d.ts +0 -13
- package/lib/exercises/math/probaStat/calculateProbaOfBinomialDistribution.d.ts.map +0 -1
- package/lib/exercises/math/probaStat/calculateProbaOfBinomialDistribution.js +0 -106
- package/lib/exercises/math/probaStat/expectedValueOfBinomialProba.d.ts +0 -9
- package/lib/exercises/math/probaStat/expectedValueOfBinomialProba.d.ts.map +0 -1
- package/lib/exercises/math/probaStat/expectedValueOfBinomialProba.js +0 -89
- package/lib/exercises/math/probaStat/varianceOfBinomialProba.d.ts +0 -9
- package/lib/exercises/math/probaStat/varianceOfBinomialProba.d.ts.map +0 -1
- package/lib/exercises/math/probaStat/varianceOfBinomialProba.js +0 -94
- package/lib/exercises/math/suites/index.d.ts +0 -3
- package/lib/exercises/math/suites/index.d.ts.map +0 -1
- package/lib/exercises/math/suites/index.js +0 -18
- package/lib/exercises/math/suites/sequenceEvaluation.d.ts +0 -10
- package/lib/exercises/math/suites/sequenceEvaluation.d.ts.map +0 -1
- package/lib/exercises/math/suites/sequenceEvaluation.js +0 -143
- package/lib/exercises/math/suites/sequencePlot.d.ts +0 -9
- package/lib/exercises/math/suites/sequencePlot.d.ts.map +0 -1
- package/lib/exercises/math/suites/sequencePlot.js +0 -94
- package/lib/exercises/matrices/index.d.ts +0 -3
- package/lib/exercises/matrices/index.d.ts.map +0 -1
- package/lib/exercises/matrices/index.js +0 -19
- package/lib/exercises/matrices/matrixGeneralTerm.d.ts +0 -10
- package/lib/exercises/matrices/matrixGeneralTerm.d.ts.map +0 -1
- package/lib/exercises/matrices/matrixGeneralTerm.js +0 -57
- package/lib/exercises/matrices/matrixInversibilityDomain.d.ts +0 -10
- package/lib/exercises/matrices/matrixInversibilityDomain.d.ts.map +0 -1
- package/lib/exercises/matrices/matrixInversibilityDomain.js +0 -94
- package/lib/exercises/matrices/productCell.d.ts +0 -10
- package/lib/exercises/matrices/productCell.d.ts.map +0 -1
- package/lib/exercises/matrices/productCell.js +0 -57
- package/lib/exercises/percent/applyPercent.d.ts +0 -9
- package/lib/exercises/percent/applyPercent.d.ts.map +0 -1
- package/lib/exercises/percent/applyPercent.js +0 -78
- package/lib/exercises/percent/averageEvolutionRate.d.ts +0 -8
- package/lib/exercises/percent/averageEvolutionRate.d.ts.map +0 -1
- package/lib/exercises/percent/averageEvolutionRate.js +0 -54
- package/lib/exercises/percent/evolutionToCM.d.ts +0 -8
- package/lib/exercises/percent/evolutionToCM.d.ts.map +0 -1
- package/lib/exercises/percent/evolutionToCM.js +0 -64
- package/lib/exercises/percent/globalPercent.d.ts +0 -7
- package/lib/exercises/percent/globalPercent.d.ts.map +0 -1
- package/lib/exercises/percent/globalPercent.js +0 -71
- package/lib/exercises/percent/index.d.ts +0 -8
- package/lib/exercises/percent/index.d.ts.map +0 -1
- package/lib/exercises/percent/index.js +0 -23
- package/lib/exercises/percent/percentToDecimal.d.ts +0 -8
- package/lib/exercises/percent/percentToDecimal.d.ts.map +0 -1
- package/lib/exercises/percent/percentToDecimal.js +0 -69
- package/lib/exercises/percent/reciprocalPercentage.d.ts +0 -8
- package/lib/exercises/percent/reciprocalPercentage.d.ts.map +0 -1
- package/lib/exercises/percent/reciprocalPercentage.js +0 -61
- package/lib/exercises/percent/valuePercent.d.ts +0 -8
- package/lib/exercises/percent/valuePercent.d.ts.map +0 -1
- package/lib/exercises/percent/valuePercent.js +0 -45
- package/lib/exercises/powers/calculateNegativePower.d.ts +0 -8
- package/lib/exercises/powers/calculateNegativePower.d.ts.map +0 -1
- package/lib/exercises/powers/calculateNegativePower.js +0 -73
- package/lib/exercises/powers/calculatePower.d.ts +0 -8
- package/lib/exercises/powers/calculatePower.d.ts.map +0 -1
- package/lib/exercises/powers/calculatePower.js +0 -65
- package/lib/exercises/powers/decimalToScientific.d.ts +0 -7
- package/lib/exercises/powers/decimalToScientific.d.ts.map +0 -1
- package/lib/exercises/powers/decimalToScientific.js +0 -76
- package/lib/exercises/powers/index.d.ts +0 -10
- package/lib/exercises/powers/index.d.ts.map +0 -1
- package/lib/exercises/powers/index.js +0 -25
- package/lib/exercises/powers/powerDefinition.d.ts +0 -8
- package/lib/exercises/powers/powerDefinition.d.ts.map +0 -1
- package/lib/exercises/powers/powerDefinition.js +0 -55
- package/lib/exercises/powers/powersDivision.d.ts +0 -13
- package/lib/exercises/powers/powersDivision.d.ts.map +0 -1
- package/lib/exercises/powers/powersDivision.js +0 -87
- package/lib/exercises/powers/powersOfTenToDecimal.d.ts +0 -10
- package/lib/exercises/powers/powersOfTenToDecimal.d.ts.map +0 -1
- package/lib/exercises/powers/powersOfTenToDecimal.js +0 -72
- package/lib/exercises/powers/powersPower.d.ts +0 -13
- package/lib/exercises/powers/powersPower.d.ts.map +0 -1
- package/lib/exercises/powers/powersPower.js +0 -94
- package/lib/exercises/powers/powersProduct.d.ts +0 -13
- package/lib/exercises/powers/powersProduct.d.ts.map +0 -1
- package/lib/exercises/powers/powersProduct.js +0 -89
- package/lib/exercises/powers/scientificToDecimal.d.ts +0 -11
- package/lib/exercises/powers/scientificToDecimal.d.ts.map +0 -1
- package/lib/exercises/powers/scientificToDecimal.js +0 -72
- package/lib/exercises/primitive/constantPrimitive.d.ts +0 -10
- package/lib/exercises/primitive/constantPrimitive.d.ts.map +0 -1
- package/lib/exercises/primitive/constantPrimitive.js +0 -56
- package/lib/exercises/primitive/expUPrimitive.d.ts +0 -10
- package/lib/exercises/primitive/expUPrimitive.d.ts.map +0 -1
- package/lib/exercises/primitive/expUPrimitive.js +0 -76
- package/lib/exercises/primitive/exponentialPrimitive.d.ts +0 -10
- package/lib/exercises/primitive/exponentialPrimitive.d.ts.map +0 -1
- package/lib/exercises/primitive/exponentialPrimitive.js +0 -72
- package/lib/exercises/primitive/index.d.ts +0 -9
- package/lib/exercises/primitive/index.d.ts.map +0 -1
- package/lib/exercises/primitive/index.js +0 -32
- package/lib/exercises/primitive/logarithmePrimitive.d.ts +0 -9
- package/lib/exercises/primitive/logarithmePrimitive.d.ts.map +0 -1
- package/lib/exercises/primitive/logarithmePrimitive.js +0 -79
- package/lib/exercises/primitive/polynomialPrimitive.d.ts +0 -10
- package/lib/exercises/primitive/polynomialPrimitive.d.ts.map +0 -1
- package/lib/exercises/primitive/polynomialPrimitive.js +0 -60
- package/lib/exercises/primitive/sinCosPrimitive.d.ts +0 -11
- package/lib/exercises/primitive/sinCosPrimitive.d.ts.map +0 -1
- package/lib/exercises/primitive/sinCosPrimitive.js +0 -79
- package/lib/exercises/primitive/sinUCosUPrimitive.d.ts +0 -11
- package/lib/exercises/primitive/sinUCosUPrimitive.d.ts.map +0 -1
- package/lib/exercises/primitive/sinUCosUPrimitive.js +0 -85
- package/lib/exercises/primitive/usualPrimitives.d.ts +0 -11
- package/lib/exercises/primitive/usualPrimitives.d.ts.map +0 -1
- package/lib/exercises/primitive/usualPrimitives.js +0 -108
- package/lib/exercises/primitve/constantPrimitive.d.ts +0 -10
- package/lib/exercises/primitve/constantPrimitive.d.ts.map +0 -1
- package/lib/exercises/primitve/constantPrimitive.js +0 -45
- package/lib/exercises/primitve/exponentialPrimitive.d.ts +0 -13
- package/lib/exercises/primitve/exponentialPrimitive.d.ts.map +0 -1
- package/lib/exercises/primitve/exponentialPrimitive.js +0 -98
- package/lib/exercises/primitve/logarithmePrimitive.d.ts +0 -11
- package/lib/exercises/primitve/logarithmePrimitive.d.ts.map +0 -1
- package/lib/exercises/primitve/logarithmePrimitive.js +0 -62
- package/lib/exercises/primitve/polynomialPrimitive.d.ts +0 -11
- package/lib/exercises/primitve/polynomialPrimitive.d.ts.map +0 -1
- package/lib/exercises/primitve/polynomialPrimitive.js +0 -75
- package/lib/exercises/primitve/sinCosPrimitive.d.ts +0 -13
- package/lib/exercises/primitve/sinCosPrimitive.d.ts.map +0 -1
- package/lib/exercises/primitve/sinCosPrimitive.js +0 -100
- package/lib/exercises/primitve/usualPrimitives.d.ts +0 -13
- package/lib/exercises/primitve/usualPrimitives.d.ts.map +0 -1
- package/lib/exercises/primitve/usualPrimitives.js +0 -75
- package/lib/exercises/probaStat/averageWithTable.d.ts +0 -8
- package/lib/exercises/probaStat/averageWithTable.d.ts.map +0 -1
- package/lib/exercises/probaStat/averageWithTable.js +0 -62
- package/lib/exercises/probaStat/ballsBasicProbas.d.ts +0 -8
- package/lib/exercises/probaStat/ballsBasicProbas.d.ts.map +0 -1
- package/lib/exercises/probaStat/ballsBasicProbas.js +0 -63
- package/lib/exercises/probaStat/cardBasicProbas.d.ts +0 -7
- package/lib/exercises/probaStat/cardBasicProbas.d.ts.map +0 -1
- package/lib/exercises/probaStat/cardBasicProbas.js +0 -104
- package/lib/exercises/probaStat/conditionalProbability.d.ts +0 -10
- package/lib/exercises/probaStat/conditionalProbability.d.ts.map +0 -1
- package/lib/exercises/probaStat/conditionalProbability.js +0 -91
- package/lib/exercises/probaStat/diceBasicProbas.d.ts +0 -9
- package/lib/exercises/probaStat/diceBasicProbas.d.ts.map +0 -1
- package/lib/exercises/probaStat/diceBasicProbas.js +0 -77
- package/lib/exercises/probaStat/independancy.d.ts +0 -9
- package/lib/exercises/probaStat/independancy.d.ts.map +0 -1
- package/lib/exercises/probaStat/independancy.js +0 -59
- package/lib/exercises/probaStat/index.d.ts +0 -12
- package/lib/exercises/probaStat/index.d.ts.map +0 -1
- package/lib/exercises/probaStat/index.js +0 -27
- package/lib/exercises/probaStat/issuesCountingForCards.d.ts +0 -7
- package/lib/exercises/probaStat/issuesCountingForCards.d.ts.map +0 -1
- package/lib/exercises/probaStat/issuesCountingForCards.js +0 -78
- package/lib/exercises/probaStat/marginalAndConditionalFrequency.d.ts +0 -12
- package/lib/exercises/probaStat/marginalAndConditionalFrequency.d.ts.map +0 -1
- package/lib/exercises/probaStat/marginalAndConditionalFrequency.js +0 -99
- package/lib/exercises/probaStat/median.d.ts +0 -9
- package/lib/exercises/probaStat/median.d.ts.map +0 -1
- package/lib/exercises/probaStat/median.js +0 -67
- package/lib/exercises/probaStat/medianList.d.ts +0 -9
- package/lib/exercises/probaStat/medianList.d.ts.map +0 -1
- package/lib/exercises/probaStat/medianList.js +0 -52
- package/lib/exercises/probaStat/probaFromTableNoContext.d.ts +0 -13
- package/lib/exercises/probaStat/probaFromTableNoContext.d.ts.map +0 -1
- package/lib/exercises/probaStat/probaFromTableNoContext.js +0 -115
- package/lib/exercises/probaStat/probaFromTableWithContext.d.ts +0 -13
- package/lib/exercises/probaStat/probaFromTableWithContext.d.ts.map +0 -1
- package/lib/exercises/probaStat/probaFromTableWithContext.js +0 -121
- package/lib/exercises/probaStat/probabilityTree.d.ts +0 -13
- package/lib/exercises/probaStat/probabilityTree.d.ts.map +0 -1
- package/lib/exercises/probaStat/probabilityTree.js +0 -145
- package/lib/exercises/probaStat/quartiles.d.ts +0 -9
- package/lib/exercises/probaStat/quartiles.d.ts.map +0 -1
- package/lib/exercises/probaStat/quartiles.js +0 -80
- package/lib/exercises/probaStat/quartilesList.d.ts +0 -9
- package/lib/exercises/probaStat/quartilesList.d.ts.map +0 -1
- package/lib/exercises/probaStat/quartilesList.js +0 -68
- package/lib/exercises/probaStat/stats1var/averageWithTable.d.ts +0 -8
- package/lib/exercises/probaStat/stats1var/averageWithTable.d.ts.map +0 -1
- package/lib/exercises/probaStat/stats1var/averageWithTable.js +0 -68
- package/lib/exercises/probaStat/stats1var/index.d.ts +0 -7
- package/lib/exercises/probaStat/stats1var/index.d.ts.map +0 -1
- package/lib/exercises/probaStat/stats1var/index.js +0 -22
- package/lib/exercises/probaStat/stats1var/marginalAndConditionalFrequency.d.ts +0 -11
- package/lib/exercises/probaStat/stats1var/marginalAndConditionalFrequency.d.ts.map +0 -1
- package/lib/exercises/probaStat/stats1var/marginalAndConditionalFrequency.js +0 -129
- package/lib/exercises/probaStat/stats1var/median.d.ts +0 -7
- package/lib/exercises/probaStat/stats1var/median.d.ts.map +0 -1
- package/lib/exercises/probaStat/stats1var/median.js +0 -71
- package/lib/exercises/probaStat/stats1var/medianList.d.ts +0 -7
- package/lib/exercises/probaStat/stats1var/medianList.d.ts.map +0 -1
- package/lib/exercises/probaStat/stats1var/medianList.js +0 -56
- package/lib/exercises/probaStat/stats1var/quartiles.d.ts +0 -9
- package/lib/exercises/probaStat/stats1var/quartiles.d.ts.map +0 -1
- package/lib/exercises/probaStat/stats1var/quartiles.js +0 -84
- package/lib/exercises/probaStat/stats1var/quartilesList.d.ts +0 -8
- package/lib/exercises/probaStat/stats1var/quartilesList.d.ts.map +0 -1
- package/lib/exercises/probaStat/stats1var/quartilesList.js +0 -72
- package/lib/exercises/probaStat/stats2var/averagePoint.d.ts +0 -8
- package/lib/exercises/probaStat/stats2var/averagePoint.d.ts.map +0 -1
- package/lib/exercises/probaStat/stats2var/averagePoint.js +0 -73
- package/lib/exercises/probaStat/stats2var/index.d.ts +0 -2
- package/lib/exercises/probaStat/stats2var/index.d.ts.map +0 -1
- package/lib/exercises/probaStat/stats2var/index.js +0 -17
- package/lib/exercises/python/index.d.ts +0 -1
- package/lib/exercises/python/index.d.ts.map +0 -1
- package/lib/exercises/python/index.js +0 -1
- package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.d.ts +0 -9
- package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.js +0 -54
- package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts +0 -8
- package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.js +0 -57
- package/lib/exercises/sequences/arithmetic/arithmeticFindReason.d.ts +0 -9
- package/lib/exercises/sequences/arithmetic/arithmeticFindReason.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/arithmeticFindReason.js +0 -48
- package/lib/exercises/sequences/arithmetic/arithmeticFirstTermsSum.d.ts +0 -10
- package/lib/exercises/sequences/arithmetic/arithmeticFirstTermsSum.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/arithmeticFirstTermsSum.js +0 -50
- package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.d.ts +0 -9
- package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.js +0 -51
- package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts +0 -9
- package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.js +0 -51
- package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.d.ts +0 -9
- package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.js +0 -59
- package/lib/exercises/sequences/arithmetic/firstIntegersSum.d.ts +0 -7
- package/lib/exercises/sequences/arithmetic/firstIntegersSum.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/firstIntegersSum.js +0 -46
- package/lib/exercises/sequences/arithmetic/index.d.ts +0 -13
- package/lib/exercises/sequences/arithmetic/index.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/index.js +0 -28
- package/lib/exercises/sequences/arithmetic/recognizeArithmeticFromFirstTerms.d.ts +0 -8
- package/lib/exercises/sequences/arithmetic/recognizeArithmeticFromFirstTerms.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/recognizeArithmeticFromFirstTerms.js +0 -71
- package/lib/exercises/sequences/arithmetic/recognizeArithmeticFromGraph.d.ts +0 -8
- package/lib/exercises/sequences/arithmetic/recognizeArithmeticFromGraph.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/recognizeArithmeticFromGraph.js +0 -88
- package/lib/exercises/sequences/arithmetic/recognizeReasonFromFirstTerms.d.ts +0 -8
- package/lib/exercises/sequences/arithmetic/recognizeReasonFromFirstTerms.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/recognizeReasonFromFirstTerms.js +0 -44
- package/lib/exercises/sequences/arithmetic/recognizeReasonFromGraph.d.ts +0 -8
- package/lib/exercises/sequences/arithmetic/recognizeReasonFromGraph.d.ts.map +0 -1
- package/lib/exercises/sequences/arithmetic/recognizeReasonFromGraph.js +0 -59
- package/lib/exercises/sequences/explicitFormulaUsage.d.ts +0 -8
- package/lib/exercises/sequences/explicitFormulaUsage.d.ts.map +0 -1
- package/lib/exercises/sequences/explicitFormulaUsage.js +0 -50
- package/lib/exercises/sequences/genericSequenceVariations.d.ts +0 -7
- package/lib/exercises/sequences/genericSequenceVariations.d.ts.map +0 -1
- package/lib/exercises/sequences/genericSequenceVariations.js +0 -52
- package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.d.ts +0 -9
- package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.d.ts.map +0 -1
- package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.js +0 -56
- package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.d.ts +0 -8
- package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.d.ts.map +0 -1
- package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.js +0 -60
- package/lib/exercises/sequences/geometric/geometricFindReason.d.ts +0 -9
- package/lib/exercises/sequences/geometric/geometricFindReason.d.ts.map +0 -1
- package/lib/exercises/sequences/geometric/geometricFindReason.js +0 -51
- package/lib/exercises/sequences/geometric/geometricFirstTermsSum.d.ts +0 -8
- package/lib/exercises/sequences/geometric/geometricFirstTermsSum.d.ts.map +0 -1
- package/lib/exercises/sequences/geometric/geometricFirstTermsSum.js +0 -55
- package/lib/exercises/sequences/geometric/geometricReasonUsage.d.ts +0 -9
- package/lib/exercises/sequences/geometric/geometricReasonUsage.d.ts.map +0 -1
- package/lib/exercises/sequences/geometric/geometricReasonUsage.js +0 -53
- package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts +0 -9
- package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts.map +0 -1
- package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.js +0 -54
- package/lib/exercises/sequences/geometric/index.d.ts +0 -7
- package/lib/exercises/sequences/geometric/index.d.ts.map +0 -1
- package/lib/exercises/sequences/geometric/index.js +0 -22
- package/lib/exercises/sequences/index.d.ts +0 -6
- package/lib/exercises/sequences/index.d.ts.map +0 -1
- package/lib/exercises/sequences/index.js +0 -21
- package/lib/exercises/sequences/recurrenceFormulaUsage.d.ts +0 -9
- package/lib/exercises/sequences/recurrenceFormulaUsage.d.ts.map +0 -1
- package/lib/exercises/sequences/recurrenceFormulaUsage.js +0 -55
- package/lib/exercises/sets/index.d.ts +0 -3
- package/lib/exercises/sets/index.d.ts.map +0 -1
- package/lib/exercises/sets/index.js +0 -18
- package/lib/exercises/sets/intervals/index.d.ts +0 -4
- package/lib/exercises/sets/intervals/index.d.ts.map +0 -1
- package/lib/exercises/sets/intervals/index.js +0 -19
- package/lib/exercises/sets/intervals/inequalityToInterval.d.ts +0 -11
- package/lib/exercises/sets/intervals/inequalityToInterval.d.ts.map +0 -1
- package/lib/exercises/sets/intervals/inequalityToInterval.js +0 -148
- package/lib/exercises/sets/intervals/intervalBelonging.d.ts +0 -1
- package/lib/exercises/sets/intervals/intervalBelonging.d.ts.map +0 -1
- package/lib/exercises/sets/intervals/intervalBelonging.js +0 -65
- package/lib/exercises/sets/intervals/intervalsIntersection.d.ts +0 -13
- package/lib/exercises/sets/intervals/intervalsIntersection.d.ts.map +0 -1
- package/lib/exercises/sets/intervals/intervalsIntersection.js +0 -63
- package/lib/exercises/sets/intervals/intervalsUnion.d.ts +0 -13
- package/lib/exercises/sets/intervals/intervalsUnion.d.ts.map +0 -1
- package/lib/exercises/sets/intervals/intervalsUnion.js +0 -55
- package/lib/exercises/sets/setBelonging.d.ts +0 -8
- package/lib/exercises/sets/setBelonging.d.ts.map +0 -1
- package/lib/exercises/sets/setBelonging.js +0 -84
- package/lib/exercises/squareRoots/index.d.ts +0 -6
- package/lib/exercises/squareRoots/index.d.ts.map +0 -1
- package/lib/exercises/squareRoots/index.js +0 -21
- package/lib/exercises/squareRoots/simpifySquareRoot.d.ts +0 -7
- package/lib/exercises/squareRoots/simpifySquareRoot.d.ts.map +0 -1
- package/lib/exercises/squareRoots/simpifySquareRoot.js +0 -54
- package/lib/exercises/squareRoots/squareRootEquation.d.ts +0 -7
- package/lib/exercises/squareRoots/squareRootEquation.d.ts.map +0 -1
- package/lib/exercises/squareRoots/squareRootEquation.js +0 -54
- package/lib/exercises/squareRoots/squareRootIdentities.d.ts +0 -11
- package/lib/exercises/squareRoots/squareRootIdentities.d.ts.map +0 -1
- package/lib/exercises/squareRoots/squareRootIdentities.js +0 -124
- package/lib/exercises/squareRoots/squareRootsDistributivity.d.ts +0 -10
- package/lib/exercises/squareRoots/squareRootsDistributivity.d.ts.map +0 -1
- package/lib/exercises/squareRoots/squareRootsDistributivity.js +0 -67
- package/lib/exercises/squareRoots/squareRootsSum.d.ts +0 -13
- package/lib/exercises/squareRoots/squareRootsSum.d.ts.map +0 -1
- package/lib/exercises/squareRoots/squareRootsSum.js +0 -80
- package/lib/exercises/trigonometry/associatePoint.d.ts +0 -7
- package/lib/exercises/trigonometry/associatePoint.d.ts.map +0 -1
- package/lib/exercises/trigonometry/associatePoint.js +0 -64
- package/lib/exercises/trigonometry/index.d.ts +0 -7
- package/lib/exercises/trigonometry/index.d.ts.map +0 -1
- package/lib/exercises/trigonometry/index.js +0 -22
- package/lib/exercises/trigonometry/mainRemarkableValues.d.ts +0 -8
- package/lib/exercises/trigonometry/mainRemarkableValues.d.ts.map +0 -1
- package/lib/exercises/trigonometry/mainRemarkableValues.js +0 -72
- package/lib/exercises/trigonometry/remarkableValues.d.ts +0 -8
- package/lib/exercises/trigonometry/remarkableValues.d.ts.map +0 -1
- package/lib/exercises/trigonometry/remarkableValues.js +0 -75
- package/lib/exercises/trigonometry/trigonometry.d.ts +0 -11
- package/lib/exercises/trigonometry/trigonometry.d.ts.map +0 -1
- package/lib/exercises/trigonometry/trigonometry.js +0 -119
- package/lib/exercises/trigonometry/trigonometryAngleCalcul.d.ts +0 -9
- package/lib/exercises/trigonometry/trigonometryAngleCalcul.d.ts.map +0 -1
- package/lib/exercises/trigonometry/trigonometryAngleCalcul.js +0 -78
- package/lib/exercises/trigonometry/trigonometrySideCalcul.d.ts +0 -10
- package/lib/exercises/trigonometry/trigonometrySideCalcul.d.ts.map +0 -1
- package/lib/exercises/trigonometry/trigonometrySideCalcul.js +0 -92
- package/lib/math/geometry/droite.d.ts +0 -20
- package/lib/math/geometry/droite.d.ts.map +0 -1
- package/lib/math/geometry/droite.js +0 -62
- package/lib/math/geometry/triangles.d.ts +0 -54
- package/lib/math/geometry/triangles.d.ts.map +0 -1
- package/lib/math/geometry/triangles.js +0 -191
- package/lib/math/numbers/epsilon.d.ts +0 -2
- package/lib/math/numbers/epsilon.d.ts.map +0 -1
- package/lib/math/numbers/epsilon.js +0 -10
- package/lib/math/polynomials/generalTrinom.d.ts +0 -60
- package/lib/math/polynomials/generalTrinom.d.ts.map +0 -1
- package/lib/math/polynomials/generalTrinom.js +0 -130
- package/lib/math/sets/discreteSet.d.ts +0 -11
- package/lib/math/sets/discreteSet.d.ts.map +0 -1
- package/lib/math/sets/discreteSet.js +0 -28
- package/lib/math/sets/emptySet.d.ts +0 -1
- package/lib/math/sets/emptySet.d.ts.map +0 -1
- package/lib/math/sets/emptySet.js +0 -6
- package/lib/math/sets/intervals/intervals.d.ts +0 -36
- package/lib/math/sets/intervals/intervals.d.ts.map +0 -1
- package/lib/math/sets/intervals/intervals.js +0 -192
- package/lib/math/sets/mathSet.d.ts +0 -9
- package/lib/math/sets/mathSet.d.ts.map +0 -1
- package/lib/math/sets/mathSet.js +0 -11
- package/lib/math/sets/mathSetInterface.d.ts +0 -7
- package/lib/math/sets/mathSetInterface.d.ts.map +0 -1
- package/lib/math/sets/mathSetInterface.js +0 -2
- package/lib/math/utils/covariance.d.ts +0 -4
- package/lib/math/utils/covariance.d.ts.map +0 -1
- package/lib/math/utils/covariance.js +0 -26
- package/lib/math/utils/quartiles.d.ts +0 -3
- package/lib/math/utils/quartiles.d.ts.map +0 -1
- package/lib/math/utils/quartiles.js +0 -47
- package/lib/math/utils/standardDeviation.d.ts +0 -3
- package/lib/math/utils/standardDeviation.d.ts.map +0 -1
- package/lib/math/utils/standardDeviation.js +0 -13
- package/lib/math/utils/sum.d.ts +0 -8
- package/lib/math/utils/sum.d.ts.map +0 -1
- package/lib/math/utils/sum.js +0 -17
- package/lib/math/utils/variance.d.ts +0 -5
- package/lib/math/utils/variance.d.ts.map +0 -1
- package/lib/math/utils/variance.js +0 -35
- package/lib/pc/molecularChemistry/atomSymbols.d.ts +0 -2
- package/lib/pc/molecularChemistry/atomSymbols.d.ts.map +0 -1
- package/lib/pc/molecularChemistry/atomSymbols.js +0 -2
- package/lib/pc/molecularChemistry/atome.d.ts +0 -18
- package/lib/pc/molecularChemistry/atome.d.ts.map +0 -1
- package/lib/pc/molecularChemistry/atome.js +0 -174
- package/lib/pc/molecularChemistry/molecule.d.ts +0 -25
- package/lib/pc/molecularChemistry/molecule.d.ts.map +0 -1
- package/lib/pc/molecularChemistry/molecule.js +0 -579
- package/lib/pc/molecularChemistry/reaction.d.ts +0 -27
- package/lib/pc/molecularChemistry/reaction.d.ts.map +0 -1
- package/lib/pc/molecularChemistry/reaction.js +0 -471
- package/lib/tree/nodes/expression/expressionNode.d.ts +0 -1
- package/lib/tree/nodes/expression/expressionNode.d.ts.map +0 -1
- package/lib/tree/nodes/expression/expressionNode.js +0 -1
- package/lib/tree/nodes/operators/equalNode.d.ts +0 -16
- package/lib/tree/nodes/operators/equalNode.d.ts.map +0 -1
- package/lib/tree/nodes/operators/equalNode.js +0 -39
- package/lib/tree/parsers/derivateParser.d.ts +0 -1
- package/lib/tree/parsers/derivateParser.d.ts.map +0 -1
- package/lib/tree/parsers/derivateParser.js +0 -62
- package/lib/tree/parsers/simplify.d.ts +0 -1
- package/lib/tree/parsers/simplify.d.ts.map +0 -1
- package/lib/tree/parsers/simplify.js +0 -99
- package/lib/utils/alignTex.d.ts +0 -2
- package/lib/utils/alignTex.d.ts.map +0 -1
- package/lib/utils/alignTex.js +0 -20
- package/lib/utils/arrayEqual.d.ts +0 -2
- package/lib/utils/arrayEqual.d.ts.map +0 -1
- package/lib/utils/arrayEqual.js +0 -13
- package/lib/utils/arrayHasSameElement.d.ts +0 -2
- package/lib/utils/arrayHasSameElement.d.ts.map +0 -1
- package/lib/utils/arrayHasSameElement.js +0 -8
- package/lib/utils/cartesianProducts.d.ts +0 -13
- package/lib/utils/cartesianProducts.d.ts.map +0 -1
- package/lib/utils/cartesianProducts.js +0 -64
- package/lib/utils/coinFlip.d.ts +0 -2
- package/lib/utils/coinFlip.d.ts.map +0 -1
- package/lib/utils/coinFlip.js +0 -7
- package/lib/utils/diceFlip.d.ts +0 -2
- package/lib/utils/diceFlip.d.ts.map +0 -1
- package/lib/utils/diceFlip.js +0 -8
- package/lib/utils/enumToArray.d.ts +0 -8
- package/lib/utils/enumToArray.d.ts.map +0 -1
- package/lib/utils/enumToArray.js +0 -16
- package/lib/utils/isLetter.d.ts +0 -2
- package/lib/utils/isLetter.d.ts.map +0 -1
- package/lib/utils/isLetter.js +0 -7
- package/lib/utils/permutations.d.ts +0 -2
- package/lib/utils/permutations.d.ts.map +0 -1
- package/lib/utils/permutations.js +0 -21
- package/lib/utils/probaFlip.d.ts +0 -7
- package/lib/utils/probaFlip.d.ts.map +0 -1
- package/lib/utils/probaFlip.js +0 -12
- package/lib/utils/probaLawFlip.d.ts +0 -7
- package/lib/utils/probaLawFlip.d.ts.map +0 -1
- package/lib/utils/probaLawFlip.js +0 -24
- package/lib/utils/random.d.ts +0 -2
- package/lib/utils/random.d.ts.map +0 -1
- package/lib/utils/random.js +0 -7
- package/lib/utils/randomEnumValue.d.ts +0 -2
- package/lib/utils/randomEnumValue.d.ts.map +0 -1
- package/lib/utils/randomEnumValue.js +0 -9
- package/lib/utils/randomLetter.d.ts +0 -2
- package/lib/utils/randomLetter.d.ts.map +0 -1
- package/lib/utils/randomLetter.js +0 -11
- package/lib/utils/requiresApostropheBefore.d.ts +0 -2
- package/lib/utils/requiresApostropheBefore.d.ts.map +0 -1
- package/lib/utils/requiresApostropheBefore.js +0 -7
- package/lib/utils/shuffle.d.ts +0 -2
- package/lib/utils/shuffle.d.ts.map +0 -1
- package/lib/utils/shuffle.js +0 -15
|
@@ -1,44 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
const variableNode_1 = require("../../../../tree/nodes/variables/variableNode");
|
|
19
|
-
const dollarize_1 = require("../../../../utils/latex/dollarize");
|
|
20
|
-
const mdTable_1 = require("../../../../utils/markdown/mdTable");
|
|
1
|
+
import { addValidProp, shuffleProps, tryToAddWrongProp, } from "../../../../exercises/exercise.js";
|
|
2
|
+
import { getDistinctQuestions } from "../../../../exercises/utils/getDistinctQuestions.js";
|
|
3
|
+
import { randfloat } from "../../../../math/utils/random/randfloat.js";
|
|
4
|
+
import { randint } from "../../../../math/utils/random/randint.js";
|
|
5
|
+
import { round } from "../../../../math/utils/round.js";
|
|
6
|
+
import { generateAffineCloud } from "../../../../math/utils/stats/generateAffineCloud.js";
|
|
7
|
+
import { leastSquares } from "../../../../math/utils/stats/leastSquares.js";
|
|
8
|
+
import { rSquared } from "../../../../math/utils/stats/rSquared.js";
|
|
9
|
+
import { EqualNode } from "../../../../tree/nodes/equations/equalNode.js";
|
|
10
|
+
import { NumberNode } from "../../../../tree/nodes/numbers/numberNode.js";
|
|
11
|
+
import { AddNode } from "../../../../tree/nodes/operators/addNode.js";
|
|
12
|
+
import { MultiplyNode } from "../../../../tree/nodes/operators/multiplyNode.js";
|
|
13
|
+
import { PowerNode } from "../../../../tree/nodes/operators/powerNode.js";
|
|
14
|
+
import { SubstractNode } from "../../../../tree/nodes/operators/substractNode.js";
|
|
15
|
+
import { VariableNode } from "../../../../tree/nodes/variables/variableNode.js";
|
|
16
|
+
import { dollarize } from "../../../../utils/latex/dollarize.js";
|
|
17
|
+
import { mdTable } from "../../../../utils/markdown/mdTable.js";
|
|
21
18
|
const getAnswer = (identifiers) => {
|
|
22
19
|
const { xValues, yValues } = identifiers;
|
|
23
|
-
const { a, b } =
|
|
24
|
-
const aFixed =
|
|
25
|
-
const bFixed =
|
|
26
|
-
const answerEq = new
|
|
27
|
-
const r2 =
|
|
28
|
-
const answerR = new
|
|
20
|
+
const { a, b } = leastSquares(xValues, yValues);
|
|
21
|
+
const aFixed = round(a, 1);
|
|
22
|
+
const bFixed = round(b, 1);
|
|
23
|
+
const answerEq = new EqualNode(new VariableNode("y"), new AddNode(new MultiplyNode(new NumberNode(aFixed), new VariableNode("x")), new NumberNode(bFixed)).simplify({ forbidFactorize: true })).toTex();
|
|
24
|
+
const r2 = round(rSquared(xValues, yValues), 2);
|
|
25
|
+
const answerR = new EqualNode(new PowerNode(new VariableNode("R"), new NumberNode(2)), r2.toTree()).toTex();
|
|
29
26
|
return `${answerEq}\\newline ${answerR}`;
|
|
30
27
|
};
|
|
31
28
|
const getInstruction = (identifiers) => {
|
|
32
29
|
const { xValues, yValues } = identifiers;
|
|
33
|
-
const dataTable =
|
|
34
|
-
["$x$", ...xValues.map((n) =>
|
|
35
|
-
["$y$", ...yValues.map((n) =>
|
|
30
|
+
const dataTable = mdTable([
|
|
31
|
+
["$x$", ...xValues.map((n) => dollarize(n.frenchify()))],
|
|
32
|
+
["$y$", ...yValues.map((n) => dollarize(n.frenchify()))],
|
|
36
33
|
]);
|
|
37
34
|
return `On considère la série statistique ci-dessous. A l'aide de la calculatrice, déterminer l'équation de la droite d'ajustement et la valeur du coefficient de détermination. ${dataTable}
|
|
38
35
|
`;
|
|
39
36
|
};
|
|
40
37
|
const getAffineAdjustmentCompleteQuestion = () => {
|
|
41
|
-
const data =
|
|
38
|
+
const data = generateAffineCloud(6);
|
|
42
39
|
data.sort((a, b) => a.x - b.x);
|
|
43
40
|
const xValues = data.map((point) => point.x);
|
|
44
41
|
const yValues = data.map((point) => point.y);
|
|
@@ -58,46 +55,46 @@ const getAffineAdjustmentCompleteQuestion = () => {
|
|
|
58
55
|
};
|
|
59
56
|
const getPropositions = (n, { answer, xValues, yValues }) => {
|
|
60
57
|
const propositions = [];
|
|
61
|
-
|
|
62
|
-
const { a, b } =
|
|
63
|
-
const r2 =
|
|
64
|
-
const aFixed =
|
|
65
|
-
const bFixed =
|
|
66
|
-
const answerEq = new
|
|
67
|
-
const answerR = new
|
|
68
|
-
const wrongAnswerEq1 = new
|
|
69
|
-
const awrong =
|
|
70
|
-
const wrongAnswerEq2 = new
|
|
71
|
-
const wrongAnswerR1 = new
|
|
72
|
-
const wrongAnswerR2 = new
|
|
58
|
+
addValidProp(propositions, answer, "tex");
|
|
59
|
+
const { a, b } = leastSquares(xValues, yValues);
|
|
60
|
+
const r2 = round(rSquared(xValues, yValues), 2);
|
|
61
|
+
const aFixed = round(a, 1);
|
|
62
|
+
const bFixed = round(b, 1);
|
|
63
|
+
const answerEq = new EqualNode(new VariableNode("y"), new AddNode(new MultiplyNode(new NumberNode(aFixed), new VariableNode("x")), new NumberNode(bFixed)).simplify({ forbidFactorize: true })).toTex();
|
|
64
|
+
const answerR = new EqualNode(new PowerNode(new VariableNode("R"), new NumberNode(2)), r2.toTree()).toTex();
|
|
65
|
+
const wrongAnswerEq1 = new EqualNode(new VariableNode("y"), new SubstractNode(new MultiplyNode(new NumberNode(aFixed), new VariableNode("x")), new NumberNode(bFixed)).simplify({ forbidFactorize: true })).toTex();
|
|
66
|
+
const awrong = randfloat(1, 10, 1);
|
|
67
|
+
const wrongAnswerEq2 = new EqualNode(new VariableNode("y"), new AddNode(new MultiplyNode(new NumberNode(round(awrong, 1)), new VariableNode("x")), new NumberNode(bFixed)).simplify({ forbidFactorize: true })).toTex();
|
|
68
|
+
const wrongAnswerR1 = new EqualNode(new VariableNode("R"), r2.toTree()).toTex();
|
|
69
|
+
const wrongAnswerR2 = new EqualNode(new PowerNode(new VariableNode("R"), new NumberNode(2)), (r2 + 0.01).toTree()).toTex();
|
|
73
70
|
const wrongAnswer1 = `${answerEq}\\newline ${wrongAnswerR1}`;
|
|
74
71
|
const wrongAnswer2 = `${answerEq}\\newline ${wrongAnswerR2}`;
|
|
75
72
|
const wrongAnswer3 = `${wrongAnswerEq1}\\newline ${answerR}`;
|
|
76
73
|
const wrongAnswer4 = `${wrongAnswerEq2}\\newline ${answerR}`;
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
74
|
+
tryToAddWrongProp(propositions, wrongAnswer1);
|
|
75
|
+
tryToAddWrongProp(propositions, wrongAnswer2);
|
|
76
|
+
tryToAddWrongProp(propositions, wrongAnswer3);
|
|
77
|
+
tryToAddWrongProp(propositions, wrongAnswer4);
|
|
81
78
|
while (propositions.length < n) {
|
|
82
|
-
const a =
|
|
83
|
-
const b =
|
|
84
|
-
const wrongAnswerEq = new
|
|
85
|
-
const wrongAnswerR = new
|
|
79
|
+
const a = randint(-10, 10, [0]);
|
|
80
|
+
const b = randint(-10, 10);
|
|
81
|
+
const wrongAnswerEq = new EqualNode(new VariableNode("y"), new AddNode(new MultiplyNode(new NumberNode(a), new VariableNode("x")), new NumberNode(b)).simplify({ forbidFactorize: true })).toTex();
|
|
82
|
+
const wrongAnswerR = new EqualNode(new PowerNode(new VariableNode("R"), new NumberNode(2)), round(Math.random(), 2).toTree()).toTex();
|
|
86
83
|
const wrongAnswer = `${wrongAnswerEq}\\newline ${wrongAnswerR}`;
|
|
87
|
-
|
|
84
|
+
tryToAddWrongProp(propositions, wrongAnswer);
|
|
88
85
|
}
|
|
89
|
-
return
|
|
86
|
+
return shuffleProps(propositions, n);
|
|
90
87
|
};
|
|
91
88
|
const isAnswerValid = (ans, { answer }) => {
|
|
92
89
|
return ans === answer;
|
|
93
90
|
};
|
|
94
|
-
|
|
91
|
+
export const affineAdjustmentCompleteExercise = {
|
|
95
92
|
id: "affineAdjustmentComplete",
|
|
96
93
|
label: "Déterminer l'équation de la droite d'ajustement et le coefficient de détermination",
|
|
97
94
|
levels: ["1rePro"],
|
|
98
95
|
isSingleStep: true,
|
|
99
96
|
sections: ["Statistiques"],
|
|
100
|
-
generator: (nb) =>
|
|
97
|
+
generator: (nb) => getDistinctQuestions(getAffineAdjustmentCompleteQuestion, nb),
|
|
101
98
|
answerType: "QCU",
|
|
102
99
|
qcmTimer: 60,
|
|
103
100
|
freeTimer: 60,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"affineAdjustmentRsquared.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/functions/affines/affineAdjustmentRsquared.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAYT,MAAM,
|
|
1
|
+
{"version":3,"file":"affineAdjustmentRsquared.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/functions/affines/affineAdjustmentRsquared.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAYT,MAAM,6BAA6B,CAAC;AAkBrC,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;AAqGF,eAAO,MAAM,gCAAgC,EAAE,QAAQ,CAAC,WAAW,CAgBlE,CAAC"}
|
|
@@ -1,37 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const variableNode_1 = require("../../../../tree/nodes/variables/variableNode");
|
|
13
|
-
const dollarize_1 = require("../../../../utils/latex/dollarize");
|
|
14
|
-
const mdTable_1 = require("../../../../utils/markdown/mdTable");
|
|
1
|
+
import { addValidProp, shuffleProps, tryToAddWrongProp, } from "../../../../exercises/exercise.js";
|
|
2
|
+
import { getDistinctQuestions } from "../../../../exercises/utils/getDistinctQuestions.js";
|
|
3
|
+
import { round } from "../../../../math/utils/round.js";
|
|
4
|
+
import { generateAffineCloud } from "../../../../math/utils/stats/generateAffineCloud.js";
|
|
5
|
+
import { rSquared } from "../../../../math/utils/stats/rSquared.js";
|
|
6
|
+
import { EqualNode } from "../../../../tree/nodes/equations/equalNode.js";
|
|
7
|
+
import { NumberNode } from "../../../../tree/nodes/numbers/numberNode.js";
|
|
8
|
+
import { PowerNode } from "../../../../tree/nodes/operators/powerNode.js";
|
|
9
|
+
import { VariableNode } from "../../../../tree/nodes/variables/variableNode.js";
|
|
10
|
+
import { dollarize } from "../../../../utils/latex/dollarize.js";
|
|
11
|
+
import { mdTable } from "../../../../utils/markdown/mdTable.js";
|
|
15
12
|
const getInstruction = (identifiers) => {
|
|
16
13
|
const { xValues, yValues } = identifiers;
|
|
17
|
-
let dataTable =
|
|
18
|
-
["$x$", ...xValues.map((n) =>
|
|
19
|
-
["$y$", ...yValues.map((n) =>
|
|
14
|
+
let dataTable = mdTable([
|
|
15
|
+
["$x$", ...xValues.map((n) => dollarize(n.frenchify()))],
|
|
16
|
+
["$y$", ...yValues.map((n) => dollarize(n.frenchify()))],
|
|
20
17
|
]);
|
|
21
18
|
return `On considère la série statistique ci-dessous. Déterminez la valeur du coefficient de détermination. ${dataTable}
|
|
22
19
|
`;
|
|
23
20
|
};
|
|
24
21
|
const getAnswer = (identifiers) => {
|
|
25
22
|
const { xValues, yValues } = identifiers;
|
|
26
|
-
const r2 =
|
|
27
|
-
const answer = new
|
|
23
|
+
const r2 = round(rSquared(xValues, yValues), 2);
|
|
24
|
+
const answer = new EqualNode(new PowerNode(new VariableNode("R"), new NumberNode(2)), r2.toTree()).toTex();
|
|
28
25
|
return answer;
|
|
29
26
|
};
|
|
30
27
|
const getAffineAdjustmentRsquaredQuestion = () => {
|
|
31
|
-
const data =
|
|
28
|
+
const data = generateAffineCloud(6);
|
|
32
29
|
data.sort((a, b) => a.x - b.x);
|
|
33
|
-
const xValues = data.map((point) =>
|
|
34
|
-
const yValues = data.map((point) =>
|
|
30
|
+
const xValues = data.map((point) => round(point.x, 1));
|
|
31
|
+
const yValues = data.map((point) => round(point.y, 1));
|
|
35
32
|
const identifiers = { xValues, yValues };
|
|
36
33
|
const question = {
|
|
37
34
|
answer: getAnswer(identifiers),
|
|
@@ -45,36 +42,36 @@ const getAffineAdjustmentRsquaredQuestion = () => {
|
|
|
45
42
|
};
|
|
46
43
|
const getPropositions = (n, { answer, xValues, yValues }) => {
|
|
47
44
|
const propositions = [];
|
|
48
|
-
const r2 =
|
|
49
|
-
|
|
50
|
-
const wrongAnswer1 = new
|
|
51
|
-
const wrongAnswer2 = new
|
|
52
|
-
const wrongAnswer3 = new
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
45
|
+
const r2 = round(rSquared(xValues, yValues), 2);
|
|
46
|
+
addValidProp(propositions, answer, "tex");
|
|
47
|
+
const wrongAnswer1 = new EqualNode(new VariableNode("R"), r2.toTree()).toTex();
|
|
48
|
+
const wrongAnswer2 = new EqualNode(new PowerNode(new VariableNode("R"), new NumberNode(2)), (r2 + 0.01).toTree()).toTex();
|
|
49
|
+
const wrongAnswer3 = new EqualNode(new VariableNode("R"), (r2 - 0.01).toTree()).toTex();
|
|
50
|
+
tryToAddWrongProp(propositions, wrongAnswer1);
|
|
51
|
+
tryToAddWrongProp(propositions, wrongAnswer2);
|
|
52
|
+
tryToAddWrongProp(propositions, wrongAnswer3);
|
|
56
53
|
while (propositions.length < n) {
|
|
57
|
-
const wrongAnswer = new
|
|
58
|
-
|
|
54
|
+
const wrongAnswer = new EqualNode(new PowerNode(new VariableNode("R"), new NumberNode(1)), round(Math.random(), 2).toTree()).toTex();
|
|
55
|
+
tryToAddWrongProp(propositions, wrongAnswer);
|
|
59
56
|
}
|
|
60
|
-
return
|
|
57
|
+
return shuffleProps(propositions, n);
|
|
61
58
|
};
|
|
62
59
|
const isAnswerValid = (ans, { xValues, yValues }) => {
|
|
63
|
-
const r2 =
|
|
64
|
-
const validanswer = new
|
|
60
|
+
const r2 = round(rSquared(xValues, yValues), 2);
|
|
61
|
+
const validanswer = new EqualNode(new PowerNode(new VariableNode("R"), new NumberNode(2)), r2.toTree());
|
|
65
62
|
const latexs = validanswer.toAllValidTexs({
|
|
66
63
|
allowRawRightChildAsSolution: true,
|
|
67
64
|
allowFractionToDecimal: true,
|
|
68
65
|
});
|
|
69
66
|
return latexs.includes(ans);
|
|
70
67
|
};
|
|
71
|
-
|
|
68
|
+
export const affineAdjustmentRsquaredExercise = {
|
|
72
69
|
id: "affineAdjustmentRsquared",
|
|
73
70
|
label: "Déterminer le coefficient de détermination à partir d'un tableau de données",
|
|
74
71
|
levels: ["1rePro"],
|
|
75
72
|
isSingleStep: true,
|
|
76
73
|
sections: ["Statistiques"],
|
|
77
|
-
generator: (nb) =>
|
|
74
|
+
generator: (nb) => getDistinctQuestions(getAffineAdjustmentRsquaredQuestion, nb),
|
|
78
75
|
qcmTimer: 60,
|
|
79
76
|
freeTimer: 60,
|
|
80
77
|
getPropositions,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"affineExpressionFromTwoImages.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/functions/affines/affineExpressionFromTwoImages.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAYT,MAAM,
|
|
1
|
+
{"version":3,"file":"affineExpressionFromTwoImages.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/functions/affines/affineExpressionFromTwoImages.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAYT,MAAM,6BAA6B,CAAC;AAerC,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AA+IF,eAAO,MAAM,6BAA6B,EAAE,QAAQ,CAAC,WAAW,CAgB/D,CAAC"}
|
|
@@ -1,29 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
const shuffle_1 = require("../../../../utils/alea/shuffle");
|
|
16
|
-
const handleVEAError_1 = require("../../../../utils/errors/handleVEAError");
|
|
17
|
-
const alignTex_1 = require("../../../../utils/latex/alignTex");
|
|
1
|
+
import { addValidProp, tryToAddWrongProp, } from "../../../../exercises/exercise.js";
|
|
2
|
+
import { getDistinctQuestions } from "../../../../exercises/utils/getDistinctQuestions.js";
|
|
3
|
+
import { Rational } from "../../../../math/numbers/rationals/rational.js";
|
|
4
|
+
import { AffineConstructor } from "../../../../math/polynomials/affine.js";
|
|
5
|
+
import { randint } from "../../../../math/utils/random/randint.js";
|
|
6
|
+
import { AddNode } from "../../../../tree/nodes/operators/addNode.js";
|
|
7
|
+
import { FractionNode } from "../../../../tree/nodes/operators/fractionNode.js";
|
|
8
|
+
import { MultiplyNode } from "../../../../tree/nodes/operators/multiplyNode.js";
|
|
9
|
+
import { SubstractNode } from "../../../../tree/nodes/operators/substractNode.js";
|
|
10
|
+
import { VariableNode } from "../../../../tree/nodes/variables/variableNode.js";
|
|
11
|
+
import { parseAlgebraic } from "../../../../tree/parsers/latexParser.js";
|
|
12
|
+
import { shuffle } from "../../../../utils/alea/shuffle.js";
|
|
13
|
+
import { handleVEAError } from "../../../../utils/errors/handleVEAError.js";
|
|
14
|
+
import { alignTex } from "../../../../utils/latex/alignTex.js";
|
|
18
15
|
const getCorrection = (identifiers) => {
|
|
19
16
|
const { xA, xB, yA, yB } = identifiers;
|
|
20
|
-
const a = new
|
|
17
|
+
const a = new FractionNode(new SubstractNode(yB.toTree(), yA.toTree()), new SubstractNode(xB.toTree(), xA.toTree()));
|
|
21
18
|
const aSimplified = a.simplify();
|
|
22
|
-
const b = new
|
|
19
|
+
const b = new SubstractNode(yA.toTree(), new MultiplyNode(a, xA.toTree())).simplify();
|
|
23
20
|
const answer = getAnswer(identifiers);
|
|
24
21
|
return `On calcule d'abord le taux d'accroissement $a$ :
|
|
25
22
|
|
|
26
|
-
${
|
|
23
|
+
${alignTex([
|
|
27
24
|
["a", "=", `\\frac{y_2-y_1}{x_2-x_1}`],
|
|
28
25
|
["", "=", `${a.toTex()}`],
|
|
29
26
|
["", "=", `${aSimplified.toTex()}`],
|
|
@@ -34,13 +31,13 @@ Il faut ensuite trouver l'ordonnée à l'origine $b$. On sait que $f(${xA}) = ${
|
|
|
34
31
|
Donc
|
|
35
32
|
|
|
36
33
|
$$
|
|
37
|
-
${yA} = ${new
|
|
34
|
+
${yA} = ${new MultiplyNode(aSimplified, xA.toTree()).toTex()}+b
|
|
38
35
|
$$
|
|
39
36
|
|
|
40
37
|
On a donc
|
|
41
38
|
|
|
42
39
|
$$
|
|
43
|
-
b = ${new
|
|
40
|
+
b = ${new SubstractNode(yA.toTree(), new MultiplyNode(aSimplified, xA.toTree())).toTex()} = ${b.toTex()}
|
|
44
41
|
$$
|
|
45
42
|
|
|
46
43
|
Ainsi, $f(x) = ${answer}$.
|
|
@@ -57,10 +54,10 @@ const getHint = (identifiers) => {
|
|
|
57
54
|
};
|
|
58
55
|
const getAnswer = (identifiers) => {
|
|
59
56
|
const { xA, yA, xB, yB } = identifiers;
|
|
60
|
-
const a = new
|
|
57
|
+
const a = new Rational(yB - yA, xB - xA).simplify().toTree();
|
|
61
58
|
//yA = axA+b donc b = yA-axA
|
|
62
|
-
const b = new
|
|
63
|
-
return new
|
|
59
|
+
const b = new SubstractNode(yA.toTree(), new MultiplyNode(a, xA.toTree())).simplify();
|
|
60
|
+
return new AddNode(new MultiplyNode(a, new VariableNode("x")), b)
|
|
64
61
|
.simplify({
|
|
65
62
|
forceDistributeFractions: true,
|
|
66
63
|
towardsDistribute: true,
|
|
@@ -69,9 +66,9 @@ const getAnswer = (identifiers) => {
|
|
|
69
66
|
.toTex();
|
|
70
67
|
};
|
|
71
68
|
const getAffineExpressionFromTwoImagesQuestion = () => {
|
|
72
|
-
const [xA, yA] = [1, 2].map((el) =>
|
|
73
|
-
const xB =
|
|
74
|
-
const yB =
|
|
69
|
+
const [xA, yA] = [1, 2].map((el) => randint(-9, 10));
|
|
70
|
+
const xB = randint(-9, 10, [xA]);
|
|
71
|
+
const yB = randint(-9, 10);
|
|
75
72
|
const identifiers = { xA, xB, yA, yB };
|
|
76
73
|
const question = {
|
|
77
74
|
instruction: getInstruction(identifiers),
|
|
@@ -87,16 +84,16 @@ const getAffineExpressionFromTwoImagesQuestion = () => {
|
|
|
87
84
|
};
|
|
88
85
|
const getPropositions = (n, { answer, xA, xB, yA, yB }) => {
|
|
89
86
|
const propositions = [];
|
|
90
|
-
|
|
87
|
+
addValidProp(propositions, answer);
|
|
91
88
|
while (propositions.length < n) {
|
|
92
|
-
const wrongAnswer =
|
|
93
|
-
|
|
89
|
+
const wrongAnswer = AffineConstructor.random().toTex();
|
|
90
|
+
tryToAddWrongProp(propositions, wrongAnswer);
|
|
94
91
|
}
|
|
95
|
-
return
|
|
92
|
+
return shuffle(propositions);
|
|
96
93
|
};
|
|
97
94
|
const isAnswerValid = (ans, { xA, xB, yA, yB }) => {
|
|
98
95
|
try {
|
|
99
|
-
const parsed =
|
|
96
|
+
const parsed = parseAlgebraic(ans);
|
|
100
97
|
if (!parsed)
|
|
101
98
|
return false;
|
|
102
99
|
return (parsed
|
|
@@ -108,7 +105,7 @@ const isAnswerValid = (ans, { xA, xB, yA, yB }) => {
|
|
|
108
105
|
.toTex() === ans);
|
|
109
106
|
}
|
|
110
107
|
catch (err) {
|
|
111
|
-
return
|
|
108
|
+
return handleVEAError(err);
|
|
112
109
|
}
|
|
113
110
|
// const a = new Rational(yB - yA, xB - xA).simplify().toTree();
|
|
114
111
|
// //yA = axA+b donc b = yA-axA
|
|
@@ -126,14 +123,14 @@ const isAnswerValid = (ans, { xA, xB, yA, yB }) => {
|
|
|
126
123
|
// const texs = answer.toAllValidTexs();
|
|
127
124
|
// return texs.includes(ans);
|
|
128
125
|
};
|
|
129
|
-
|
|
126
|
+
export const affineExpressionFromTwoImages = {
|
|
130
127
|
id: "affineExpressionFromTwoImages",
|
|
131
128
|
connector: "=",
|
|
132
129
|
label: "Expression algébrique d'une fonction affine via deux images",
|
|
133
130
|
levels: ["3ème", "2nde", "2ndPro", "1rePro", "1reTech"],
|
|
134
131
|
isSingleStep: true,
|
|
135
132
|
sections: ["Fonctions affines", "Droites"],
|
|
136
|
-
generator: (nb) =>
|
|
133
|
+
generator: (nb) => getDistinctQuestions(getAffineExpressionFromTwoImagesQuestion, nb),
|
|
137
134
|
qcmTimer: 60,
|
|
138
135
|
freeTimer: 60,
|
|
139
136
|
getPropositions,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"affineExpressionReading.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/functions/affines/affineExpressionReading.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAYT,MAAM,
|
|
1
|
+
{"version":3,"file":"affineExpressionReading.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/functions/affines/affineExpressionReading.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAYT,MAAM,6BAA6B,CAAC;AAiBrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAkIF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,WAAW,CAezD,CAAC"}
|
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
const variableNode_1 = require("../../../../tree/nodes/variables/variableNode");
|
|
16
|
-
const latexParser_1 = require("../../../../tree/parsers/latexParser");
|
|
17
|
-
const handleVEAError_1 = require("../../../../utils/errors/handleVEAError");
|
|
1
|
+
import { addValidProp, shuffleProps, tryToAddWrongProp, } from "../../../../exercises/exercise.js";
|
|
2
|
+
import { getDistinctQuestions } from "../../../../exercises/utils/getDistinctQuestions.js";
|
|
3
|
+
import { randomColor } from "../../../../geogebra/colors.js";
|
|
4
|
+
import { GeogebraConstructor } from "../../../../geogebra/geogebraConstructor.js";
|
|
5
|
+
import { Rational } from "../../../../math/numbers/rationals/rational.js";
|
|
6
|
+
import { AffineConstructor } from "../../../../math/polynomials/affine.js";
|
|
7
|
+
import { randint } from "../../../../math/utils/random/randint.js";
|
|
8
|
+
import { EqualNode } from "../../../../tree/nodes/equations/equalNode.js";
|
|
9
|
+
import { NumberNode } from "../../../../tree/nodes/numbers/numberNode.js";
|
|
10
|
+
import { AddNode } from "../../../../tree/nodes/operators/addNode.js";
|
|
11
|
+
import { MultiplyNode } from "../../../../tree/nodes/operators/multiplyNode.js";
|
|
12
|
+
import { VariableNode } from "../../../../tree/nodes/variables/variableNode.js";
|
|
13
|
+
import { parseAlgebraic } from "../../../../tree/parsers/latexParser.js";
|
|
14
|
+
import { handleVEAError } from "../../../../utils/errors/handleVEAError.js";
|
|
18
15
|
const getInstruction = () => {
|
|
19
16
|
return `Ci-dessous est tracée la courbe représentative d'une fonction affine $f$. Déterminer graphiquement l'expression algébrique de $f(x)$.`;
|
|
20
17
|
};
|
|
@@ -26,10 +23,10 @@ const getGGBOptions = (identifiers) => {
|
|
|
26
23
|
let yMax = Math.max(b, secondPoint[1]);
|
|
27
24
|
const commands = [
|
|
28
25
|
`l = Line[(0, ${b}), (${secondPoint[0]}, ${secondPoint[1]})]`,
|
|
29
|
-
`SetColor(l, "${
|
|
26
|
+
`SetColor(l, "${randomColor()}")`,
|
|
30
27
|
"SetFixed(l, true)",
|
|
31
28
|
];
|
|
32
|
-
const ggb = new
|
|
29
|
+
const ggb = new GeogebraConstructor({
|
|
33
30
|
commands,
|
|
34
31
|
});
|
|
35
32
|
return ggb.getOptions({
|
|
@@ -38,15 +35,15 @@ const getGGBOptions = (identifiers) => {
|
|
|
38
35
|
};
|
|
39
36
|
const getAnswer = (identifiers) => {
|
|
40
37
|
const { b, secondPoint } = identifiers;
|
|
41
|
-
const leadingCoeff = new
|
|
38
|
+
const leadingCoeff = new Rational(secondPoint[1] - b, secondPoint[0])
|
|
42
39
|
.simplify()
|
|
43
40
|
.toTree();
|
|
44
|
-
const answer = new
|
|
41
|
+
const answer = new EqualNode(new VariableNode("f(x)"), new AddNode(new MultiplyNode(leadingCoeff, new VariableNode("x")), new NumberNode(b)).simplify({ forceDistributeFractions: true, forbidFactorize: true })).toTex();
|
|
45
42
|
return answer;
|
|
46
43
|
};
|
|
47
44
|
const getAffineExpressionReadingQuestion = () => {
|
|
48
|
-
const b =
|
|
49
|
-
const secondPoint = [
|
|
45
|
+
const b = randint(-5, 6);
|
|
46
|
+
const secondPoint = [randint(-5, 6, [0]), randint(-5, 6)];
|
|
50
47
|
const identifiers = { b, secondPoint };
|
|
51
48
|
const question = {
|
|
52
49
|
answer: getAnswer(identifiers),
|
|
@@ -60,33 +57,33 @@ const getAffineExpressionReadingQuestion = () => {
|
|
|
60
57
|
};
|
|
61
58
|
const getPropositions = (n, { answer, b, secondPoint }) => {
|
|
62
59
|
const propositions = [];
|
|
63
|
-
|
|
60
|
+
addValidProp(propositions, answer);
|
|
64
61
|
const wrongAs = [];
|
|
65
62
|
if (secondPoint[1] - b !== 0)
|
|
66
|
-
wrongAs.push(new
|
|
63
|
+
wrongAs.push(new Rational(secondPoint[0], secondPoint[1] - b).simplify().toTree());
|
|
67
64
|
if (secondPoint[0] !== 0)
|
|
68
|
-
wrongAs.push(new
|
|
65
|
+
wrongAs.push(new Rational(secondPoint[1] + b, secondPoint[0]).simplify().toTree());
|
|
69
66
|
if (secondPoint[1] + b !== 0)
|
|
70
|
-
wrongAs.push(new
|
|
67
|
+
wrongAs.push(new Rational(secondPoint[0], secondPoint[1] + b).simplify().toTree());
|
|
71
68
|
if (b !== 0)
|
|
72
|
-
wrongAs.push(new
|
|
73
|
-
const fx = new
|
|
74
|
-
const x = new
|
|
69
|
+
wrongAs.push(new Rational(secondPoint[1] - secondPoint[0], b).simplify().toTree());
|
|
70
|
+
const fx = new VariableNode("f(x)");
|
|
71
|
+
const x = new VariableNode("x");
|
|
75
72
|
wrongAs.forEach((coeff) => {
|
|
76
|
-
|
|
73
|
+
tryToAddWrongProp(propositions, new EqualNode(fx, new AddNode(new MultiplyNode(coeff, x), new NumberNode(b)).simplify({
|
|
77
74
|
forceDistributeFractions: true,
|
|
78
75
|
forbidFactorize: true,
|
|
79
76
|
})).toTex());
|
|
80
77
|
});
|
|
81
78
|
while (propositions.length < n) {
|
|
82
|
-
|
|
79
|
+
tryToAddWrongProp(propositions, new EqualNode(fx, AffineConstructor.random().toTree()).toTex());
|
|
83
80
|
}
|
|
84
|
-
return
|
|
81
|
+
return shuffleProps(propositions, n);
|
|
85
82
|
};
|
|
86
83
|
const isAnswerValid = (ans, { answer, secondPoint, b }) => {
|
|
87
84
|
try {
|
|
88
85
|
const formated = ans.replaceAll("f(x)", "").replaceAll("=", "");
|
|
89
|
-
const parsed =
|
|
86
|
+
const parsed = parseAlgebraic(formated);
|
|
90
87
|
if (!parsed)
|
|
91
88
|
return false;
|
|
92
89
|
return ("f(x)=" +
|
|
@@ -101,17 +98,17 @@ const isAnswerValid = (ans, { answer, secondPoint, b }) => {
|
|
|
101
98
|
answer);
|
|
102
99
|
}
|
|
103
100
|
catch (err) {
|
|
104
|
-
return
|
|
101
|
+
return handleVEAError(err);
|
|
105
102
|
}
|
|
106
103
|
};
|
|
107
|
-
|
|
104
|
+
export const affineExpressionReading = {
|
|
108
105
|
id: "affineExpressionReading",
|
|
109
106
|
connector: "=",
|
|
110
107
|
label: "Lire graphiquement l'expression d'une fonction affine",
|
|
111
108
|
levels: ["2nde", "1reESM", "1rePro", "1reSpé", "1reTech"],
|
|
112
109
|
isSingleStep: true,
|
|
113
110
|
sections: ["Droites", "Fonctions affines"],
|
|
114
|
-
generator: (nb) =>
|
|
111
|
+
generator: (nb) => getDistinctQuestions(getAffineExpressionReadingQuestion, nb),
|
|
115
112
|
qcmTimer: 60,
|
|
116
113
|
freeTimer: 60,
|
|
117
114
|
getPropositions,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"affineMeanValue.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/functions/affines/affineMeanValue.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAST,MAAM,
|
|
1
|
+
{"version":3,"file":"affineMeanValue.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/functions/affines/affineMeanValue.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAST,MAAM,6BAA6B,CAAC;AAWrC,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAqGF,eAAO,MAAM,eAAe,EAAE,QAAQ,CAAC,WAAW,CAajD,CAAC"}
|