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,76 +1,76 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MultiplyNode = exports.sortMultiplyNodes = exports.multiply = exports.isMultiplyNode = void 0;
|
|
4
1
|
// import { multiply } from "mathjs";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
function isMultiplyNode(a) {
|
|
25
|
-
return
|
|
2
|
+
import { NodeIds, NodeType } from "../node.js";
|
|
3
|
+
import { OperatorIds, isCommutativeOperatorNode, isOperatorNode, } from "./operatorNode.js";
|
|
4
|
+
import { coinFlip } from "../../../utils/alea/coinFlip.js";
|
|
5
|
+
import { permute } from "../../../utils/arrays/permutations.js";
|
|
6
|
+
import { getCartesiansProducts, getFlatCartesianProducts, } from "../../../utils/arrays/cartesianProducts.js";
|
|
7
|
+
import { operatorComposition } from "../../../tree/utilities/operatorComposition.js";
|
|
8
|
+
import { PowerNode, SquareNode, isPowerNode } from "./powerNode.js";
|
|
9
|
+
import { NumberNode, isNumberNode } from "../numbers/numberNode.js";
|
|
10
|
+
import { isInt } from "../../../utils/isInt.js";
|
|
11
|
+
import { isVariableNode } from "../variables/variableNode.js";
|
|
12
|
+
import { SqrtNode, isSqrtNode } from "../functions/sqrtNode.js";
|
|
13
|
+
import { isOppositeNode } from "../functions/oppositeNode.js";
|
|
14
|
+
import { FractionNode, isFractionNode } from "./fractionNode.js";
|
|
15
|
+
import { isFunctionNode } from "../functions/functionNode.js";
|
|
16
|
+
import { AddNode, add, isAddNode } from "./addNode.js";
|
|
17
|
+
import { round } from "../../../math/utils/round.js";
|
|
18
|
+
import { colorize } from "../../../utils/latex/colorize.js";
|
|
19
|
+
import { isSubstractNode } from "./substractNode.js";
|
|
20
|
+
import { isConstantNode } from "../numbers/constantNode.js";
|
|
21
|
+
export function isMultiplyNode(a) {
|
|
22
|
+
return isOperatorNode(a) && a.id === OperatorIds.multiply;
|
|
26
23
|
}
|
|
27
|
-
|
|
28
|
-
const multiply = (a, b, opts) => {
|
|
24
|
+
export const multiply = (a, b, opts) => {
|
|
29
25
|
const nodeA = typeof a === "number" ? a.toTree() : typeof a === "string" ? a.toTree() : a;
|
|
30
26
|
const nodeB = typeof b === "number" ? b.toTree() : typeof b === "string" ? b.toTree() : b;
|
|
31
27
|
return new MultiplyNode(nodeA, nodeB, opts);
|
|
32
28
|
};
|
|
33
|
-
|
|
34
|
-
const sortMultiplyNodes = (arr) => {
|
|
29
|
+
export const sortMultiplyNodes = (arr) => {
|
|
35
30
|
arr.sort((a, b) => {
|
|
36
31
|
return (Number(b.isNumeric) - Number(a.isNumeric) ||
|
|
37
|
-
Number(
|
|
38
|
-
Number(
|
|
39
|
-
Number(
|
|
40
|
-
Number(
|
|
41
|
-
Number(
|
|
42
|
-
Number(
|
|
32
|
+
Number(isNumberNode(b) && b.value === -1) -
|
|
33
|
+
Number(isNumberNode(a) && a.value === -1) ||
|
|
34
|
+
Number(isNumberNode(b)) - Number(isNumberNode(a)) ||
|
|
35
|
+
Number(isOperatorNode(b)) - Number(isOperatorNode(a)) ||
|
|
36
|
+
Number(isVariableNode(b)) - Number(isVariableNode(a)) ||
|
|
37
|
+
Number(isFunctionNode(b)) - Number(isFunctionNode(a)));
|
|
43
38
|
});
|
|
44
39
|
};
|
|
45
|
-
|
|
46
|
-
|
|
40
|
+
export class MultiplyNode {
|
|
41
|
+
opts;
|
|
42
|
+
id;
|
|
43
|
+
leftChild;
|
|
44
|
+
rightChild;
|
|
45
|
+
type;
|
|
46
|
+
isNumeric;
|
|
47
47
|
constructor(leftChild, rightChild, opts) {
|
|
48
|
-
this.
|
|
49
|
-
if ((0, coinFlip_1.coinFlip)())
|
|
50
|
-
[this.leftChild, this.rightChild] = [this.rightChild, this.leftChild];
|
|
51
|
-
};
|
|
52
|
-
this.deepShuffle = (opts) => {
|
|
53
|
-
const left = (0, operatorNode_1.isCommutativeOperatorNode)(this.leftChild)
|
|
54
|
-
? this.leftChild.deepShuffle(opts)
|
|
55
|
-
: this.leftChild;
|
|
56
|
-
const right = (0, operatorNode_1.isCommutativeOperatorNode)(this.rightChild)
|
|
57
|
-
? this.rightChild.deepShuffle(opts)
|
|
58
|
-
: this.rightChild;
|
|
59
|
-
if ((0, coinFlip_1.coinFlip)() && (!opts || opts?.nodeIdsToShuffle?.includes(this.id)))
|
|
60
|
-
return new MultiplyNode(right, left, this.opts);
|
|
61
|
-
else
|
|
62
|
-
return new MultiplyNode(left, right, this.opts);
|
|
63
|
-
};
|
|
64
|
-
this.toReversed = () => {
|
|
65
|
-
return new MultiplyNode(this.rightChild, this.leftChild, this.opts);
|
|
66
|
-
};
|
|
67
|
-
this.id = operatorNode_1.OperatorIds.multiply;
|
|
48
|
+
this.id = OperatorIds.multiply;
|
|
68
49
|
this.leftChild = leftChild;
|
|
69
50
|
this.rightChild = rightChild;
|
|
70
|
-
this.type =
|
|
51
|
+
this.type = NodeType.operator;
|
|
71
52
|
this.opts = opts;
|
|
72
53
|
this.isNumeric = leftChild.isNumeric && rightChild.isNumeric;
|
|
73
54
|
}
|
|
55
|
+
shuffle = () => {
|
|
56
|
+
if (coinFlip())
|
|
57
|
+
[this.leftChild, this.rightChild] = [this.rightChild, this.leftChild];
|
|
58
|
+
};
|
|
59
|
+
deepShuffle = (opts) => {
|
|
60
|
+
const left = isCommutativeOperatorNode(this.leftChild)
|
|
61
|
+
? this.leftChild.deepShuffle(opts)
|
|
62
|
+
: this.leftChild;
|
|
63
|
+
const right = isCommutativeOperatorNode(this.rightChild)
|
|
64
|
+
? this.rightChild.deepShuffle(opts)
|
|
65
|
+
: this.rightChild;
|
|
66
|
+
if (coinFlip() && (!opts || opts?.nodeIdsToShuffle?.includes(this.id)))
|
|
67
|
+
return new MultiplyNode(right, left, this.opts);
|
|
68
|
+
else
|
|
69
|
+
return new MultiplyNode(left, right, this.opts);
|
|
70
|
+
};
|
|
71
|
+
toReversed = () => {
|
|
72
|
+
return new MultiplyNode(this.rightChild, this.leftChild, this.opts);
|
|
73
|
+
};
|
|
74
74
|
toMathString() {
|
|
75
75
|
return `(${this.leftChild.toMathString()})*(${this.rightChild.toMathString()})`;
|
|
76
76
|
}
|
|
@@ -83,29 +83,29 @@ class MultiplyNode {
|
|
|
83
83
|
let leftTex = this.leftChild.toTex(childOpts);
|
|
84
84
|
let rightTex = this.rightChild.toTex(childOpts);
|
|
85
85
|
if (!opts?.forceNoSimplification &&
|
|
86
|
-
|
|
86
|
+
isNumberNode(this.leftChild) &&
|
|
87
87
|
this.leftChild.value === 1 &&
|
|
88
88
|
opts?.scientific === undefined) {
|
|
89
|
-
return
|
|
89
|
+
return colorize(rightTex, color);
|
|
90
90
|
}
|
|
91
|
-
if (
|
|
92
|
-
if ([
|
|
91
|
+
if (isOperatorNode(this.leftChild)) {
|
|
92
|
+
if ([OperatorIds.add, OperatorIds.substract, OperatorIds.divide].includes(this.leftChild.id))
|
|
93
93
|
leftTex = `\\left(${leftTex}\\right)`;
|
|
94
94
|
}
|
|
95
95
|
let needBrackets = rightTex[0] === "-";
|
|
96
|
-
if (
|
|
96
|
+
if (isOperatorNode(this.rightChild)) {
|
|
97
97
|
const operatorRightChild = this.rightChild;
|
|
98
98
|
needBrackets ||= [
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
99
|
+
OperatorIds.add,
|
|
100
|
+
OperatorIds.substract,
|
|
101
|
+
OperatorIds.divide,
|
|
102
102
|
].includes(operatorRightChild.id);
|
|
103
103
|
}
|
|
104
104
|
if (needBrackets)
|
|
105
105
|
rightTex = `\\left(${rightTex}\\right)`;
|
|
106
106
|
if (leftTex === "-1" && !opts?.forceNoSimplification) {
|
|
107
107
|
// if (!isNumberNode(this.rightChild)) {
|
|
108
|
-
return
|
|
108
|
+
return colorize("-" + rightTex, color);
|
|
109
109
|
// }
|
|
110
110
|
}
|
|
111
111
|
//!this is atrocious
|
|
@@ -114,23 +114,23 @@ class MultiplyNode {
|
|
|
114
114
|
!isNaN(+rightTex[0]) ||
|
|
115
115
|
(this.rightChild.isNumeric &&
|
|
116
116
|
this.leftChild.isNumeric &&
|
|
117
|
-
!
|
|
118
|
-
!
|
|
119
|
-
|
|
120
|
-
(
|
|
121
|
-
|
|
117
|
+
!isConstantNode(this.rightChild) &&
|
|
118
|
+
!isFunctionNode(this.rightChild)) ||
|
|
119
|
+
isNumberNode(this.rightChild) ||
|
|
120
|
+
(isVariableNode(this.leftChild) &&
|
|
121
|
+
isVariableNode(this.rightChild) &&
|
|
122
122
|
this.leftChild.name === this.rightChild.name) ||
|
|
123
|
-
(
|
|
124
|
-
if (
|
|
125
|
-
showTimesSign ||= [
|
|
126
|
-
if (
|
|
123
|
+
(isSqrtNode(this.leftChild) && isSqrtNode(this.rightChild)));
|
|
124
|
+
if (isOperatorNode(this.rightChild)) {
|
|
125
|
+
showTimesSign ||= [OperatorIds.fraction].includes(this.rightChild.id);
|
|
126
|
+
if (isFractionNode(this.rightChild.leftChild)) {
|
|
127
127
|
showTimesSign = true;
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
const cDotSign = opts?.forceDotSign ? ` \\cdot ` : "";
|
|
131
131
|
const nextIsLetter = rightTex[0].toLowerCase() !== rightTex[0].toUpperCase();
|
|
132
132
|
const prevIsCommand = leftTex.match(/\\[a-z]*$/);
|
|
133
|
-
return
|
|
133
|
+
return colorize(`${leftTex}${showTimesSign
|
|
134
134
|
? `\\times${nextIsLetter ? " " : ""}`
|
|
135
135
|
: prevIsCommand && nextIsLetter
|
|
136
136
|
? " "
|
|
@@ -145,13 +145,13 @@ class MultiplyNode {
|
|
|
145
145
|
res.push(rightTex);
|
|
146
146
|
// }
|
|
147
147
|
}
|
|
148
|
-
if (
|
|
149
|
-
if ([
|
|
148
|
+
if (isOperatorNode(this.leftChild)) {
|
|
149
|
+
if ([OperatorIds.add, OperatorIds.substract, OperatorIds.divide].includes(this.leftChild.id))
|
|
150
150
|
leftTex = `\\left(${leftTex}\\right)`;
|
|
151
151
|
}
|
|
152
152
|
let needRightBrackets = rightTex[0] === "-";
|
|
153
|
-
if (
|
|
154
|
-
needRightBrackets ||= [
|
|
153
|
+
if (isOperatorNode(this.rightChild)) {
|
|
154
|
+
needRightBrackets ||= [OperatorIds.add, OperatorIds.substract].includes(this.rightChild.id);
|
|
155
155
|
}
|
|
156
156
|
if (needRightBrackets)
|
|
157
157
|
rightTex = `\\left(${rightTex}\\right)`;
|
|
@@ -160,7 +160,7 @@ class MultiplyNode {
|
|
|
160
160
|
res.push("-" + rightTex);
|
|
161
161
|
// }
|
|
162
162
|
}
|
|
163
|
-
let mustShowTimesSign = !isNaN(+rightTex[0]) ||
|
|
163
|
+
let mustShowTimesSign = !isNaN(+rightTex[0]) || isNumberNode(this.rightChild);
|
|
164
164
|
const nextIsLetter = rightTex[0].toLowerCase() !== rightTex[0].toUpperCase();
|
|
165
165
|
res.push(`${leftTex}${`\\times${nextIsLetter ? " " : ""}`}${rightTex}`);
|
|
166
166
|
if (!needRightBrackets)
|
|
@@ -180,23 +180,23 @@ class MultiplyNode {
|
|
|
180
180
|
//!manque d'opti si [2,[5x5,5^2],[5x5,5^2]] par exp, mais par contruction on aura écrit ca [2,5^4]
|
|
181
181
|
//1: choper le sous arbre de type Non Multi (ie les enfants nonMulti des Multi)
|
|
182
182
|
const recursive = (node) => {
|
|
183
|
-
if (
|
|
183
|
+
if (isOperatorNode(node)) {
|
|
184
184
|
if (isMultiplyNode(node)) {
|
|
185
185
|
recursive(node.leftChild);
|
|
186
186
|
recursive(node.rightChild);
|
|
187
187
|
}
|
|
188
|
-
else if (
|
|
188
|
+
else if (isPowerNode(node) &&
|
|
189
189
|
!options?.forbidPowerToProduct &&
|
|
190
|
-
|
|
190
|
+
isNumberNode(node.rightChild)) {
|
|
191
191
|
//si power node avec power=int, créer un array contenant chaque décomposition de la puissnace possible
|
|
192
192
|
//genre 5^2 : [[5,5], 5^2]
|
|
193
193
|
//5^3 : [[5,5,5], [5,5^2], 5^3]
|
|
194
194
|
const power = node.rightChild;
|
|
195
|
-
if (
|
|
195
|
+
if (isNumberNode(power)) {
|
|
196
196
|
const powerNB = power.value;
|
|
197
|
-
if (
|
|
197
|
+
if (isInt(powerNB) && powerNB > 1) {
|
|
198
198
|
const arr = [
|
|
199
|
-
new
|
|
199
|
+
new PowerNode(node.leftChild, node.rightChild, {
|
|
200
200
|
forbidPowerToProduct: true,
|
|
201
201
|
}),
|
|
202
202
|
];
|
|
@@ -209,7 +209,7 @@ class MultiplyNode {
|
|
|
209
209
|
}
|
|
210
210
|
else {
|
|
211
211
|
//powerNb-newPower nbs solos
|
|
212
|
-
const newPowerNode = new
|
|
212
|
+
const newPowerNode = new PowerNode(node.leftChild, new NumberNode(newPower), { forbidPowerToProduct: true });
|
|
213
213
|
const nbs = Array(powerNB - newPower).fill(node.leftChild);
|
|
214
214
|
arr.push([...nbs, newPowerNode]);
|
|
215
215
|
}
|
|
@@ -225,18 +225,18 @@ class MultiplyNode {
|
|
|
225
225
|
multiplyTree.push(node);
|
|
226
226
|
};
|
|
227
227
|
recursive(this);
|
|
228
|
-
const multiplyCartesians =
|
|
228
|
+
const multiplyCartesians = getFlatCartesianProducts(multiplyTree.map((el) => (Array.isArray(el) ? el : [el])));
|
|
229
229
|
multiplyCartesians.forEach((multiplyCartesian) => {
|
|
230
230
|
//2: pour tous les nodes qui ne sont pas Multi, on génère les equiv node
|
|
231
231
|
const equivNodesArr = multiplyCartesian.map((node) => node.toEquivalentNodes(opts));
|
|
232
232
|
//!pas opti car si [2,3,3] alors les 3 se permutent et donc double sortie [2,3_1,3_2], [2,3_2,3_1]
|
|
233
233
|
//3: créer toutes les permutations de tous les nodes equiv
|
|
234
|
-
let equivNodesPermutations =
|
|
234
|
+
let equivNodesPermutations = permute(equivNodesArr);
|
|
235
235
|
equivNodesPermutations.forEach((permutation) => {
|
|
236
236
|
//4: créé les produits cartésiens des nodes equiv puis nodify
|
|
237
|
-
const cartesiansProducts =
|
|
237
|
+
const cartesiansProducts = getCartesiansProducts(permutation);
|
|
238
238
|
cartesiansProducts.forEach((product) => {
|
|
239
|
-
res.push(
|
|
239
|
+
res.push(operatorComposition(MultiplyNode, product));
|
|
240
240
|
});
|
|
241
241
|
});
|
|
242
242
|
});
|
|
@@ -247,7 +247,7 @@ class MultiplyNode {
|
|
|
247
247
|
}
|
|
248
248
|
toIdentifiers() {
|
|
249
249
|
return {
|
|
250
|
-
id:
|
|
250
|
+
id: NodeIds.multiply,
|
|
251
251
|
leftChild: this.leftChild.toIdentifiers(),
|
|
252
252
|
rightChild: this.rightChild.toIdentifiers(),
|
|
253
253
|
};
|
|
@@ -277,13 +277,13 @@ class MultiplyNode {
|
|
|
277
277
|
recursive(node.leftChild);
|
|
278
278
|
recursive(node.rightChild);
|
|
279
279
|
}
|
|
280
|
-
else if (
|
|
280
|
+
else if (isOppositeNode(node)) {
|
|
281
281
|
oppositesCount++;
|
|
282
282
|
recursive(node.child);
|
|
283
283
|
}
|
|
284
|
-
else if (
|
|
284
|
+
else if (isNumberNode(node) && node.value < 0) {
|
|
285
285
|
oppositesCount++;
|
|
286
|
-
res.push(new
|
|
286
|
+
res.push(new NumberNode(Math.abs(node.value)));
|
|
287
287
|
}
|
|
288
288
|
else {
|
|
289
289
|
res.push(node);
|
|
@@ -291,70 +291,70 @@ class MultiplyNode {
|
|
|
291
291
|
};
|
|
292
292
|
recursive(root);
|
|
293
293
|
if (oppositesCount % 2 === 1) {
|
|
294
|
-
res.unshift(new
|
|
294
|
+
res.unshift(new NumberNode(-1));
|
|
295
295
|
}
|
|
296
296
|
return res;
|
|
297
297
|
};
|
|
298
298
|
let externals = getExternalNodes(copy);
|
|
299
299
|
//si 0 on s'arrete
|
|
300
|
-
if (externals.some((node) =>
|
|
301
|
-
return new
|
|
300
|
+
if (externals.some((node) => isNumberNode(node) && node.value === 0)) {
|
|
301
|
+
return new NumberNode(0);
|
|
302
302
|
}
|
|
303
303
|
//suppression des 1
|
|
304
|
-
externals = externals.filter((node) => !
|
|
304
|
+
externals = externals.filter((node) => !isNumberNode(node) || node.value !== 1);
|
|
305
305
|
if (!externals.length)
|
|
306
|
-
return new
|
|
306
|
+
return new NumberNode(1);
|
|
307
307
|
if (externals.length === 1)
|
|
308
308
|
return externals[0];
|
|
309
309
|
//tout ca est un peu bordelique
|
|
310
310
|
//forceDistributeFractions sert à avoir par exemple (a/b)*x plutot que (ax/b)
|
|
311
311
|
if (!opts?.forceDistributeFractions)
|
|
312
|
-
if (externals.some((node) =>
|
|
312
|
+
if (externals.some((node) => isFractionNode(node))) {
|
|
313
313
|
//s'il y a une fraction on transforme en fracNode
|
|
314
314
|
const nums = [];
|
|
315
315
|
const denums = [];
|
|
316
316
|
externals.forEach((node) => {
|
|
317
|
-
if (
|
|
317
|
+
if (isFractionNode(node)) {
|
|
318
318
|
nums.push(node.leftChild);
|
|
319
319
|
denums.push(node.rightChild);
|
|
320
320
|
}
|
|
321
321
|
else
|
|
322
322
|
nums.push(node);
|
|
323
323
|
});
|
|
324
|
-
if (nums.some((node) =>
|
|
325
|
-
return new
|
|
324
|
+
if (nums.some((node) => isNumberNode(node) && node.value === 0)) {
|
|
325
|
+
return new NumberNode(0);
|
|
326
326
|
}
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
const numNode =
|
|
327
|
+
sortMultiplyNodes(nums);
|
|
328
|
+
sortMultiplyNodes(denums);
|
|
329
|
+
const numNode = operatorComposition(MultiplyNode, nums);
|
|
330
330
|
const denumNode = denums.length === 1
|
|
331
331
|
? denums[0]
|
|
332
|
-
:
|
|
333
|
-
return new
|
|
332
|
+
: operatorComposition(MultiplyNode, denums);
|
|
333
|
+
return new FractionNode(numNode, denumNode).simplify(opts);
|
|
334
334
|
}
|
|
335
335
|
const simplifyExternalNodes = (a, b) => {
|
|
336
|
-
if (
|
|
336
|
+
if (isVariableNode(a) && isVariableNode(b)) {
|
|
337
337
|
if (a.name === b.name) {
|
|
338
|
-
return new
|
|
338
|
+
return new SquareNode(a);
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
|
-
if (
|
|
342
|
-
return new
|
|
341
|
+
if (isNumberNode(a) && isNumberNode(b)) {
|
|
342
|
+
return new NumberNode(round(a.value * b.value, 12));
|
|
343
343
|
}
|
|
344
|
-
if (
|
|
345
|
-
return new
|
|
344
|
+
if (isSqrtNode(a) && isSqrtNode(b)) {
|
|
345
|
+
return new SqrtNode(new MultiplyNode(a.child, b.child)).simplify(opts);
|
|
346
346
|
}
|
|
347
|
-
if (
|
|
348
|
-
|
|
349
|
-
|
|
347
|
+
if (isNumberNode(a) &&
|
|
348
|
+
isPowerNode(b) &&
|
|
349
|
+
isNumberNode(b.leftChild) &&
|
|
350
350
|
a.value === b.leftChild.value) {
|
|
351
|
-
return new
|
|
351
|
+
return new PowerNode(b.leftChild, new AddNode(b.rightChild, (1).toTree())).simplify();
|
|
352
352
|
}
|
|
353
|
-
if (
|
|
353
|
+
if (isFractionNode(a) &&
|
|
354
354
|
a.isNumeric &&
|
|
355
|
-
|
|
355
|
+
isFractionNode(b) &&
|
|
356
356
|
b.isNumeric) {
|
|
357
|
-
return new
|
|
357
|
+
return new FractionNode(multiply(a.leftChild, b.leftChild), multiply(a.rightChild, b.rightChild)).simplify(opts);
|
|
358
358
|
}
|
|
359
359
|
let powerSimplified = powerSimplify(a, b, opts);
|
|
360
360
|
if (powerSimplified)
|
|
@@ -362,18 +362,18 @@ class MultiplyNode {
|
|
|
362
362
|
powerSimplified = powerSimplify(b, a, opts);
|
|
363
363
|
if (powerSimplified)
|
|
364
364
|
return powerSimplified;
|
|
365
|
-
if (opts?.towardsDistribute && (
|
|
366
|
-
return
|
|
365
|
+
if (opts?.towardsDistribute && (isAddNode(a) || isSubstractNode(a))) {
|
|
366
|
+
return add(multiply(a.leftChild, b), multiply(a.rightChild, b)).simplify(opts);
|
|
367
367
|
}
|
|
368
368
|
else if (opts?.towardsDistribute &&
|
|
369
|
-
(
|
|
370
|
-
return
|
|
369
|
+
(isAddNode(b) || isSubstractNode(b))) {
|
|
370
|
+
return add(multiply(a, b.leftChild), multiply(a, b.rightChild)).simplify(opts);
|
|
371
371
|
}
|
|
372
372
|
//! j'aime po
|
|
373
373
|
//! doit etre à la fin
|
|
374
374
|
//l'idée est que ici on n'a pas réussi à simplifier donc par défaut on renvoit le carré
|
|
375
375
|
if (a.equals(b))
|
|
376
|
-
return new
|
|
376
|
+
return new SquareNode(a);
|
|
377
377
|
//TODo continue
|
|
378
378
|
return null;
|
|
379
379
|
};
|
|
@@ -398,7 +398,7 @@ class MultiplyNode {
|
|
|
398
398
|
else {
|
|
399
399
|
externals[i] = simplified;
|
|
400
400
|
}
|
|
401
|
-
if (
|
|
401
|
+
if (isNumberNode(simplified) && simplified.value === 1) {
|
|
402
402
|
externals.splice(i, 1);
|
|
403
403
|
}
|
|
404
404
|
simplifyIteration();
|
|
@@ -409,11 +409,11 @@ class MultiplyNode {
|
|
|
409
409
|
};
|
|
410
410
|
simplifyIteration();
|
|
411
411
|
if (!externals.length)
|
|
412
|
-
return new
|
|
412
|
+
return new NumberNode(1);
|
|
413
413
|
if (externals.length === 1)
|
|
414
414
|
return externals[0];
|
|
415
|
-
|
|
416
|
-
return
|
|
415
|
+
sortMultiplyNodes(externals);
|
|
416
|
+
return operatorComposition(MultiplyNode, externals);
|
|
417
417
|
}
|
|
418
418
|
equals(node) {
|
|
419
419
|
//!incorrect, il faut plutot vérifier qu'ils ont les meme externals
|
|
@@ -428,20 +428,19 @@ class MultiplyNode {
|
|
|
428
428
|
}
|
|
429
429
|
//(uv)' = u'v + uv'
|
|
430
430
|
derivative(varName) {
|
|
431
|
-
return
|
|
431
|
+
return add(multiply(this.leftChild.derivative(varName), this.rightChild), multiply(this.leftChild, this.rightChild.derivative(varName)));
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
|
-
exports.MultiplyNode = MultiplyNode;
|
|
435
434
|
const powerSimplify = (a, b, opts) => {
|
|
436
|
-
if (
|
|
435
|
+
if (isPowerNode(a) && isPowerNode(b)) {
|
|
437
436
|
if (a.leftChild.toTex() === b.leftChild.toTex())
|
|
438
|
-
return new
|
|
437
|
+
return new PowerNode(a.leftChild, new AddNode(a.rightChild, b.rightChild).simplify(opts)).simplify(opts);
|
|
439
438
|
}
|
|
440
|
-
if (
|
|
441
|
-
if (
|
|
442
|
-
return new
|
|
443
|
-
if (
|
|
444
|
-
return new
|
|
439
|
+
if (isVariableNode(a)) {
|
|
440
|
+
if (isVariableNode(b) && b.toTex() === a.toTex() && opts?.keepPowers)
|
|
441
|
+
return new PowerNode(a, new NumberNode(2)).simplify(opts);
|
|
442
|
+
if (isPowerNode(b) && b.leftChild.toTex() === a.toTex()) {
|
|
443
|
+
return new PowerNode(a, new AddNode(new NumberNode(1), b.rightChild).simplify(opts)).simplify(opts);
|
|
445
444
|
}
|
|
446
445
|
}
|
|
447
446
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operatorNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/operators/operatorNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"operatorNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/operators/operatorNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,IAAI,EAAqB,MAAM,YAAY,CAAC;AAErD,oBAAY,WAAW;IACrB,GAAG,IAAA;IACH,SAAS,IAAA;IACT,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,MAAM,IAAA;IACN,KAAK,IAAA;IACL,KAAK,IAAA;IACL,QAAQ,IAAA;IACR,mBAAmB,IAAA;IACnB,MAAM,IAAA;CACP;AAED,MAAM,WAAW,YAAa,SAAQ,aAAa;IACjD,EAAE,EAAE,WAAW,CAAC;IAChB,SAAS,EAAE,aAAa,CAAC;IACzB,UAAU,EAAE,aAAa,CAAC;CAC3B;AACD,wBAAgB,cAAc,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,YAAY,CAEzD;AAED,wBAAgB,yBAAyB,CACvC,CAAC,EAAE,IAAI,GACN,CAAC,IAAI,uBAAuB,CAI9B;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,gBAAgB,EAAE,WAAW,EAAE,CAAC;CACjC,CAAC;AACF,MAAM,WAAW,uBAAwB,SAAQ,YAAY;IAC3D,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,WAAW,EAAE,CAAC,IAAI,CAAC,EAAE,eAAe,KAAK,uBAAuB,CAAC;IACjE,SAAS,EAAE,MAAM,MAAM,EAAE,CAAC;CAC3B"}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.isCommutativeOperatorNode = exports.isOperatorNode = exports.OperatorIds = void 0;
|
|
4
|
-
const node_1 = require("../node");
|
|
5
|
-
var OperatorIds;
|
|
1
|
+
import { NodeType } from "../node.js";
|
|
2
|
+
export var OperatorIds;
|
|
6
3
|
(function (OperatorIds) {
|
|
7
4
|
OperatorIds[OperatorIds["add"] = 0] = "add";
|
|
8
5
|
OperatorIds[OperatorIds["substract"] = 1] = "substract";
|
|
@@ -14,12 +11,10 @@ var OperatorIds;
|
|
|
14
11
|
OperatorIds[OperatorIds["integral"] = 7] = "integral";
|
|
15
12
|
OperatorIds[OperatorIds["binomialCoefficient"] = 8] = "binomialCoefficient";
|
|
16
13
|
OperatorIds[OperatorIds["square"] = 9] = "square";
|
|
17
|
-
})(OperatorIds || (
|
|
18
|
-
function isOperatorNode(a) {
|
|
19
|
-
return a.type ===
|
|
14
|
+
})(OperatorIds || (OperatorIds = {}));
|
|
15
|
+
export function isOperatorNode(a) {
|
|
16
|
+
return a.type === NodeType.operator;
|
|
20
17
|
}
|
|
21
|
-
|
|
22
|
-
function isCommutativeOperatorNode(a) {
|
|
18
|
+
export function isCommutativeOperatorNode(a) {
|
|
23
19
|
return (isOperatorNode(a) && [OperatorIds.add, OperatorIds.multiply].includes(a.id));
|
|
24
20
|
}
|
|
25
|
-
exports.isCommutativeOperatorNode = isCommutativeOperatorNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Node, NodeIds, NodeOptions, NodeType } from "../node";
|
|
2
|
-
import { OperatorIds, OperatorNode } from "./operatorNode";
|
|
3
|
-
import { AlgebraicNode, SimplifyOptions } from "../algebraicNode";
|
|
1
|
+
import { Node, NodeIds, NodeOptions, NodeType } from "../node.js";
|
|
2
|
+
import { OperatorIds, OperatorNode } from "./operatorNode.js";
|
|
3
|
+
import { AlgebraicNode, SimplifyOptions } from "../algebraicNode.js";
|
|
4
4
|
export declare function isPowerNode(a: Node): a is PowerNode;
|
|
5
5
|
export declare function isSquareNode(a: Node): a is SquareNode;
|
|
6
6
|
export declare const square: (a: AlgebraicNode | number | string) => SquareNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"powerNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/operators/powerNode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"powerNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/operators/powerNode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAG9E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAGrE,wBAAgB,WAAW,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,SAAS,CAEnD;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,UAAU,CAErD;AACD,eAAO,MAAM,MAAM,MAAO,aAAa,GAAG,MAAM,GAAG,MAAM,eAKxD,CAAC;AAEF,eAAO,MAAM,KAAK,MACb,aAAa,GAAG,MAAM,GAAG,MAAM,KAC/B,aAAa,GAAG,MAAM,GAAG,MAAM,SAC3B,WAAW,cAOnB,CAAC;AAEF,qBAAa,SAAU,YAAW,YAAY;IAC5C,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,EAAE,EAAE,WAAW,CAAC;IAChB,SAAS,EAAE,aAAa,CAAC;IACzB,UAAU,EAAE,aAAa,CAAC;IAC1B,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBAEjB,SAAS,EAAE,aAAa,EACxB,UAAU,EAAE,aAAa,EACzB,IAAI,CAAC,EAAE,WAAW;IAUpB,YAAY,IAAI,MAAM;IAGtB,aAAa;;;;;;;;;IAOb,iBAAiB;IAqBjB,cAAc,IAAI,MAAM,EAAE;IAI1B,KAAK,IAAI,MAAM;IAuBf,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAMtC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAOxD,QAAQ,CAAC,IAAI,CAAC,EAAE,eAAe,GAAG,aAAa;IA8C/C,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAOpC,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;CAcxD;AAED,qBAAa,UAAW,SAAQ,SAAS;gBAC3B,KAAK,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,WAAW;CAIrD"}
|