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,17 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.Closure = exports.ClosureType = void 0;
|
|
4
|
-
const randint_1 = require("../../../math/utils/random/randint");
|
|
5
|
-
var ClosureType;
|
|
1
|
+
import { randint } from "../../../math/utils/random/randint.js";
|
|
2
|
+
export var ClosureType;
|
|
6
3
|
(function (ClosureType) {
|
|
7
4
|
ClosureType[ClosureType["FF"] = 0] = "FF";
|
|
8
5
|
ClosureType[ClosureType["FO"] = 1] = "FO";
|
|
9
6
|
ClosureType[ClosureType["OF"] = 2] = "OF";
|
|
10
7
|
ClosureType[ClosureType["OO"] = 3] = "OO";
|
|
11
|
-
})(ClosureType || (
|
|
12
|
-
class Closure {
|
|
8
|
+
})(ClosureType || (ClosureType = {}));
|
|
9
|
+
export class Closure {
|
|
13
10
|
static random() {
|
|
14
|
-
const rand =
|
|
11
|
+
const rand = randint(0, 4);
|
|
15
12
|
switch (rand) {
|
|
16
13
|
case 0:
|
|
17
14
|
return ClosureType.FF;
|
|
@@ -115,25 +112,24 @@ class Closure {
|
|
|
115
112
|
return true;
|
|
116
113
|
}
|
|
117
114
|
}
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
if (a === "[" || b === "[")
|
|
122
|
-
return "[";
|
|
123
|
-
return "]";
|
|
124
|
-
};
|
|
125
|
-
Closure.getLessRightStrict = (a, b) => {
|
|
126
|
-
if (a === "]" || b === "]")
|
|
127
|
-
return "]";
|
|
128
|
-
return "[";
|
|
129
|
-
};
|
|
130
|
-
Closure.getMostLeftStrict = (a, b) => {
|
|
131
|
-
if (a === "]" || b === "]")
|
|
115
|
+
static getLessLeftStrict = (a, b) => {
|
|
116
|
+
if (a === "[" || b === "[")
|
|
117
|
+
return "[";
|
|
132
118
|
return "]";
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
119
|
+
};
|
|
120
|
+
static getLessRightStrict = (a, b) => {
|
|
121
|
+
if (a === "]" || b === "]")
|
|
122
|
+
return "]";
|
|
137
123
|
return "[";
|
|
138
|
-
|
|
139
|
-
|
|
124
|
+
};
|
|
125
|
+
static getMostLeftStrict = (a, b) => {
|
|
126
|
+
if (a === "]" || b === "]")
|
|
127
|
+
return "]";
|
|
128
|
+
return "[";
|
|
129
|
+
};
|
|
130
|
+
static getMostRightStrict = (a, b) => {
|
|
131
|
+
if (a === "[" || b === "[")
|
|
132
|
+
return "[";
|
|
133
|
+
return "]";
|
|
134
|
+
};
|
|
135
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AlgebraicNode } from "../algebraicNode";
|
|
2
|
-
import { Node, NodeIds, NodeOptions, NodeType } from "../node";
|
|
3
|
-
import { SetIds, SetNode } from "./setNode";
|
|
1
|
+
import { AlgebraicNode } from "../algebraicNode.js";
|
|
2
|
+
import { Node, NodeIds, NodeOptions, NodeType } from "../node.js";
|
|
3
|
+
import { SetIds, SetNode } from "./setNode.js";
|
|
4
4
|
export declare function isDiscreteSetNode(a: Node): a is DiscreteSetNode;
|
|
5
5
|
export declare class DiscreteSetNode implements SetNode {
|
|
6
6
|
type: NodeType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"discreteSetNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/sets/discreteSetNode.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"discreteSetNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/sets/discreteSetNode.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAa,MAAM,cAAc,CAAC;AAC1D,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,eAAe,CAE/D;AACD,qBAAa,eAAgB,YAAW,OAAO;IAC7C,IAAI,EAAE,QAAQ,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;gBACL,QAAQ,EAAE,aAAa,EAAE,EAAE,IAAI,CAAC,EAAE,WAAW;IAOzD,UAAU;IAIV,YAAY;IAGZ,cAAc;IAGd,aAAa;;;;;;IAMb,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW;IAyBpC,YAAY;IAIZ,KAAK;IAOL,qBAAqB;IAMrB,QAAQ;CAOT;AAED,eAAO,MAAM,QAAQ,iBAA0B,CAAC"}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
const setNode_1 = require("./setNode");
|
|
8
|
-
function isDiscreteSetNode(a) {
|
|
9
|
-
return (0, setNode_1.isSetNode)(a) && a.id === setNode_1.SetIds.discrete;
|
|
1
|
+
import { getCartesiansProducts } from "../../../utils/arrays/cartesianProducts.js";
|
|
2
|
+
import { permute } from "../../../utils/arrays/permutations.js";
|
|
3
|
+
import { NodeIds, NodeType } from "../node.js";
|
|
4
|
+
import { SetIds, isSetNode } from "./setNode.js";
|
|
5
|
+
export function isDiscreteSetNode(a) {
|
|
6
|
+
return isSetNode(a) && a.id === SetIds.discrete;
|
|
10
7
|
}
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
export class DiscreteSetNode {
|
|
9
|
+
type;
|
|
10
|
+
id;
|
|
11
|
+
opts;
|
|
12
|
+
elements;
|
|
13
|
+
isEmpty;
|
|
13
14
|
constructor(elements, opts) {
|
|
14
|
-
this.type =
|
|
15
|
-
this.id =
|
|
15
|
+
this.type = NodeType.set;
|
|
16
|
+
this.id = SetIds.discrete;
|
|
16
17
|
this.elements = elements;
|
|
17
18
|
this.opts = opts;
|
|
18
19
|
this.isEmpty = !elements.length;
|
|
@@ -28,7 +29,7 @@ class DiscreteSetNode {
|
|
|
28
29
|
}
|
|
29
30
|
toIdentifiers() {
|
|
30
31
|
return {
|
|
31
|
-
id:
|
|
32
|
+
id: NodeIds.discreteSet,
|
|
32
33
|
children: this.elements.map((e) => e.toIdentifiers()),
|
|
33
34
|
};
|
|
34
35
|
}
|
|
@@ -45,9 +46,9 @@ class DiscreteSetNode {
|
|
|
45
46
|
const res = [];
|
|
46
47
|
const equivNodesArr = this.elements.map((node) => node.toEquivalentNodes(opts ?? this.opts));
|
|
47
48
|
//!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]
|
|
48
|
-
let equivNodesPermutations =
|
|
49
|
+
let equivNodesPermutations = permute(equivNodesArr);
|
|
49
50
|
equivNodesPermutations.forEach((permutation) => {
|
|
50
|
-
const cartesiansProducts =
|
|
51
|
+
const cartesiansProducts = getCartesiansProducts(permutation);
|
|
51
52
|
cartesiansProducts.forEach((product) => {
|
|
52
53
|
res.push(new DiscreteSetNode(product));
|
|
53
54
|
});
|
|
@@ -77,5 +78,4 @@ class DiscreteSetNode {
|
|
|
77
78
|
.sort((a, b) => a.evaluate() - b.evaluate()));
|
|
78
79
|
}
|
|
79
80
|
}
|
|
80
|
-
|
|
81
|
-
exports.EmptySet = new DiscreteSetNode([]);
|
|
81
|
+
export const EmptySet = new DiscreteSetNode([]);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AlgebraicNode, SimplifyOptions } from "../algebraicNode";
|
|
2
|
-
import { InequationNode } from "../inequations/inequationNode";
|
|
3
|
-
import { Node, NodeIds, NodeOptions, NodeType } from "../node";
|
|
4
|
-
import { NodeIdentifiers } from "../nodeConstructor";
|
|
5
|
-
import { ClosureType } from "./closure";
|
|
6
|
-
import { DiscreteSetNode } from "./discreteSetNode";
|
|
7
|
-
import { SetIds, SetNode } from "./setNode";
|
|
8
|
-
import { UnionIntervalNode } from "./unionIntervalNode";
|
|
1
|
+
import { AlgebraicNode, SimplifyOptions } from "../algebraicNode.js";
|
|
2
|
+
import { InequationNode } from "../inequations/inequationNode.js";
|
|
3
|
+
import { Node, NodeIds, NodeOptions, NodeType } from "../node.js";
|
|
4
|
+
import { NodeIdentifiers } from "../nodeConstructor.js";
|
|
5
|
+
import { ClosureType } from "./closure.js";
|
|
6
|
+
import { DiscreteSetNode } from "./discreteSetNode.js";
|
|
7
|
+
import { SetIds, SetNode } from "./setNode.js";
|
|
8
|
+
import { UnionIntervalNode } from "./unionIntervalNode.js";
|
|
9
9
|
export declare function isIntervalNode(a: Node): a is IntervalNode;
|
|
10
10
|
export declare abstract class IntervalNodeConstructor {
|
|
11
11
|
static random(): IntervalNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intervalNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/sets/intervalNode.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"intervalNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/sets/intervalNode.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,OAAO,EAAE,eAAe,EAAkB,MAAM,uBAAuB,CAAC;AAOxE,OAAO,EAAW,WAAW,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,eAAe,EAAY,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAa,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,wBAAgB,cAAc,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,YAAY,CAEzD;AAED,8BAAsB,uBAAuB;IAC3C,MAAM,CAAC,MAAM;IA2Cb,MAAM,CAAC,gBAAgB,CAAC,EAAE,EAAE,MAAM;IAYlC,MAAM,CAAC,eAAe,CAAC,GAAG,EAAE,uBAAuB;CAQpD;AAED,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,OAAO,CAAC;IACZ,SAAS,EAAE,eAAe,CAAC;IAC3B,UAAU,EAAE,eAAe,CAAC;IAC5B,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB,CAAC;AACF,qBAAa,YAAa,YAAW,OAAO;IAC1C,IAAI,EAAE,QAAQ,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,OAAO,EAAE,WAAW,CAAC;IACrB,CAAC,EAAE,aAAa,CAAC;IACjB,CAAC,EAAE,aAAa,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;gBAEf,CAAC,EAAE,aAAa,EAChB,CAAC,EAAE,aAAa,EAChB,OAAO,EAAE,WAAW,EACpB,IAAI,CAAC,EAAE,WAAW;IAWpB,cAAc,CAAC,IAAI,CAAC,EAAE,WAAW;IAMjC,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW;IAoBpC,YAAY,CAAC,WAAW,CAAC,EAAE,aAAa;IA4BxC,YAAY;IAIZ,MAAM,CAAC,CAAC,EAAE,YAAY;IAMtB,iBAAiB;IAGjB,qBAAqB;IAGrB,sBAAsB;IAGtB,wBAAwB;IAYxB,YAAY;IAkCZ,KAAK;IAWL,SAAS,CAAC,IAAI,CAAC,EAAE,WAAW,GAAG,MAAM,EAAE;IAOvC,aAAa,IAAI,uBAAuB;IAUxC,MAAM,CAAC,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO;IAiB7C,QAAQ,CAAC,IAAI,CAAC,EAAE,eAAe;IAS/B,YAAY;IAGZ,aAAa;IAGb,QAAQ,CAAC,CAAC,EAAE,aAAa,GAAG,OAAO;IAanC,UAAU,CAAC,QAAQ,EAAE,YAAY;IAEjC,YAAY,CAAC,QAAQ,EAAE,YAAY;IAwDnC,YAAY;IAIZ,KAAK,CAAC,QAAQ,EAAE,YAAY,GAAG,YAAY,GAAG,iBAAiB;CAkDhE"}
|
|
@@ -1,64 +1,60 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const unionIntervalNode_1 = require("./unionIntervalNode");
|
|
18
|
-
function isIntervalNode(a) {
|
|
19
|
-
return (0, setNode_1.isSetNode)(a) && a.id === setNode_1.SetIds.interval;
|
|
1
|
+
import { randint } from "../../../math/utils/random/randint.js";
|
|
2
|
+
import { coinFlip } from "../../../utils/alea/coinFlip.js";
|
|
3
|
+
import { random } from "../../../utils/alea/random.js";
|
|
4
|
+
import { getCartesiansProducts } from "../../../utils/arrays/cartesianProducts.js";
|
|
5
|
+
import { InequationNode } from "../inequations/inequationNode.js";
|
|
6
|
+
import { NodeIds, NodeType } from "../node.js";
|
|
7
|
+
import { reifyAlgebraic } from "../nodeConstructor.js";
|
|
8
|
+
import { isConstantNode, isInfiniteNode } from "../numbers/constantNode.js";
|
|
9
|
+
import { MinusInfinityNode, PlusInfinityNode, } from "../numbers/infiniteNode.js";
|
|
10
|
+
import { VariableNode } from "../variables/variableNode.js";
|
|
11
|
+
import { Closure, ClosureType } from "./closure.js";
|
|
12
|
+
import { DiscreteSetNode, EmptySet } from "./discreteSetNode.js";
|
|
13
|
+
import { SetIds, isSetNode } from "./setNode.js";
|
|
14
|
+
import { UnionIntervalNode } from "./unionIntervalNode.js";
|
|
15
|
+
export function isIntervalNode(a) {
|
|
16
|
+
return isSetNode(a) && a.id === SetIds.interval;
|
|
20
17
|
}
|
|
21
|
-
|
|
22
|
-
class IntervalNodeConstructor {
|
|
18
|
+
export class IntervalNodeConstructor {
|
|
23
19
|
static random() {
|
|
24
|
-
const randType =
|
|
20
|
+
const randType = randint(0, 6);
|
|
25
21
|
let a, b;
|
|
26
22
|
let min, max, closure;
|
|
27
23
|
switch (randType) {
|
|
28
24
|
case 0:
|
|
29
|
-
min =
|
|
30
|
-
max =
|
|
31
|
-
closure =
|
|
25
|
+
min = MinusInfinityNode;
|
|
26
|
+
max = randint(-10, 10).toTree();
|
|
27
|
+
closure = coinFlip() ? ClosureType.OF : ClosureType.OO;
|
|
32
28
|
break;
|
|
33
29
|
case 1:
|
|
34
|
-
min =
|
|
35
|
-
max =
|
|
36
|
-
closure =
|
|
30
|
+
min = randint(-10, 10).toTree();
|
|
31
|
+
max = PlusInfinityNode;
|
|
32
|
+
closure = coinFlip() ? ClosureType.OO : ClosureType.FO;
|
|
37
33
|
break;
|
|
38
34
|
case 2:
|
|
39
|
-
a =
|
|
35
|
+
a = randint(-10, 10);
|
|
40
36
|
min = a.toTree();
|
|
41
|
-
max =
|
|
42
|
-
closure =
|
|
37
|
+
max = randint(a + 1, a + 10).toTree();
|
|
38
|
+
closure = ClosureType.FF;
|
|
43
39
|
break;
|
|
44
40
|
case 3:
|
|
45
|
-
a =
|
|
41
|
+
a = randint(-10, 10);
|
|
46
42
|
min = a.toTree();
|
|
47
|
-
max =
|
|
48
|
-
closure =
|
|
43
|
+
max = randint(a + 1, a + 10).toTree();
|
|
44
|
+
closure = ClosureType.OF;
|
|
49
45
|
break;
|
|
50
46
|
case 4:
|
|
51
|
-
a =
|
|
47
|
+
a = randint(-10, 10);
|
|
52
48
|
min = a.toTree();
|
|
53
|
-
max =
|
|
54
|
-
closure =
|
|
49
|
+
max = randint(a + 1, a + 10).toTree();
|
|
50
|
+
closure = ClosureType.FO;
|
|
55
51
|
break;
|
|
56
52
|
case 5:
|
|
57
53
|
default:
|
|
58
|
-
a =
|
|
54
|
+
a = randint(-10, 10);
|
|
59
55
|
min = a.toTree();
|
|
60
|
-
max =
|
|
61
|
-
closure =
|
|
56
|
+
max = randint(a + 1, a + 10).toTree();
|
|
57
|
+
closure = ClosureType.OO;
|
|
62
58
|
break;
|
|
63
59
|
}
|
|
64
60
|
return new IntervalNode(min, max, closure);
|
|
@@ -75,14 +71,20 @@ class IntervalNodeConstructor {
|
|
|
75
71
|
return res;
|
|
76
72
|
}
|
|
77
73
|
static fromIdentifiers(ids) {
|
|
78
|
-
return new IntervalNode(
|
|
74
|
+
return new IntervalNode(reifyAlgebraic(ids.leftChild), reifyAlgebraic(ids.rightChild), ids.closure, ids.opts);
|
|
79
75
|
}
|
|
80
76
|
}
|
|
81
|
-
|
|
82
|
-
|
|
77
|
+
export class IntervalNode {
|
|
78
|
+
type;
|
|
79
|
+
id;
|
|
80
|
+
opts;
|
|
81
|
+
closure;
|
|
82
|
+
a;
|
|
83
|
+
b;
|
|
84
|
+
isEmpty;
|
|
83
85
|
constructor(a, b, closure, opts) {
|
|
84
|
-
this.type =
|
|
85
|
-
this.id =
|
|
86
|
+
this.type = NodeType.set;
|
|
87
|
+
this.id = SetIds.interval;
|
|
86
88
|
this.closure = closure;
|
|
87
89
|
this.a = a;
|
|
88
90
|
this.b = b;
|
|
@@ -98,27 +100,27 @@ class IntervalNode {
|
|
|
98
100
|
this.a.toEquivalentNodes(opts ?? this.opts),
|
|
99
101
|
this.b.toEquivalentNodes(opts ?? this.opts),
|
|
100
102
|
];
|
|
101
|
-
const cartesians =
|
|
103
|
+
const cartesians = getCartesiansProducts(equivs);
|
|
102
104
|
cartesians.forEach((product) => {
|
|
103
105
|
res.push(new IntervalNode(product[0], product[1], this.closure, opts ?? this.opts));
|
|
104
106
|
});
|
|
105
107
|
return res;
|
|
106
108
|
}
|
|
107
109
|
toInequality(middleChild) {
|
|
108
|
-
let middle = middleChild ?? new
|
|
109
|
-
if (
|
|
110
|
-
return new
|
|
110
|
+
let middle = middleChild ?? new VariableNode("x");
|
|
111
|
+
if (isConstantNode(this.a) && this.a.tex.includes("infty")) {
|
|
112
|
+
return new InequationNode([middle, this.b], this.closure === ClosureType.OF ? "\\le" : "<");
|
|
111
113
|
}
|
|
112
|
-
if (
|
|
113
|
-
return new
|
|
114
|
+
if (isConstantNode(this.b) && this.b.tex.includes("infty")) {
|
|
115
|
+
return new InequationNode([middle, this.a], this.closure === ClosureType.FO ? "\\ge" : ">");
|
|
114
116
|
}
|
|
115
|
-
const leftSymbol = this.closure ===
|
|
117
|
+
const leftSymbol = this.closure === ClosureType.FO || this.closure === ClosureType.FF
|
|
116
118
|
? "\\le"
|
|
117
119
|
: "<";
|
|
118
|
-
const rightSymbol = this.closure ===
|
|
120
|
+
const rightSymbol = this.closure === ClosureType.FF || this.closure === ClosureType.OF
|
|
119
121
|
? "\\le"
|
|
120
122
|
: "<";
|
|
121
|
-
return new
|
|
123
|
+
return new InequationNode([this.a, middle, this.b], [leftSymbol, rightSymbol]);
|
|
122
124
|
}
|
|
123
125
|
toMathString() {
|
|
124
126
|
return this.toTex();
|
|
@@ -127,48 +129,48 @@ class IntervalNode {
|
|
|
127
129
|
return (i.a.equals(this.a) && i.b.equals(this.b) && i.closure === this.closure);
|
|
128
130
|
}
|
|
129
131
|
toReversedClosure() {
|
|
130
|
-
return new IntervalNode(this.a, this.b,
|
|
132
|
+
return new IntervalNode(this.a, this.b, Closure.reverse(this.closure));
|
|
131
133
|
}
|
|
132
134
|
toLeftReversedClosure() {
|
|
133
|
-
return new IntervalNode(this.a, this.b,
|
|
135
|
+
return new IntervalNode(this.a, this.b, Closure.leftReverse(this.closure));
|
|
134
136
|
}
|
|
135
137
|
toRightReversedClosure() {
|
|
136
|
-
return new IntervalNode(this.a, this.b,
|
|
138
|
+
return new IntervalNode(this.a, this.b, Closure.rightReverse(this.closure));
|
|
137
139
|
}
|
|
138
140
|
toRandomDifferentClosure() {
|
|
139
|
-
if (
|
|
141
|
+
if (isInfiniteNode(this.a) && isInfiniteNode(this.b))
|
|
140
142
|
return this;
|
|
141
143
|
let closure;
|
|
142
144
|
do {
|
|
143
|
-
const left =
|
|
144
|
-
const right =
|
|
145
|
+
const left = isInfiniteNode(this.a) ? "]" : random(["[", "]"]);
|
|
146
|
+
const right = isInfiniteNode(this.b)
|
|
145
147
|
? "["
|
|
146
|
-
:
|
|
147
|
-
closure =
|
|
148
|
+
: random(["[", "]"]);
|
|
149
|
+
closure = Closure.fromBrackets(left, right);
|
|
148
150
|
} while (closure === this.closure);
|
|
149
151
|
return new IntervalNode(this.a, this.b, closure);
|
|
150
152
|
}
|
|
151
153
|
toComplement() {
|
|
152
|
-
if (
|
|
154
|
+
if (isInfiniteNode(this.a) && isInfiniteNode(this.b))
|
|
153
155
|
return this;
|
|
154
|
-
if (
|
|
155
|
-
return new IntervalNode(this.b,
|
|
156
|
+
if (isInfiniteNode(this.a)) {
|
|
157
|
+
return new IntervalNode(this.b, PlusInfinityNode, this.closure === ClosureType.OF ? ClosureType.FO : ClosureType.OO);
|
|
156
158
|
}
|
|
157
|
-
if (
|
|
158
|
-
return new IntervalNode(
|
|
159
|
+
if (isInfiniteNode(this.b)) {
|
|
160
|
+
return new IntervalNode(MinusInfinityNode, this.a, this.closure === ClosureType.FO ? ClosureType.OO : ClosureType.OF);
|
|
159
161
|
}
|
|
160
|
-
const aClosed = this.closure ===
|
|
161
|
-
const bClosed = this.closure ===
|
|
162
|
-
return new
|
|
163
|
-
new IntervalNode(
|
|
164
|
-
new IntervalNode(this.b,
|
|
162
|
+
const aClosed = this.closure === ClosureType.FO || this.closure === ClosureType.FF;
|
|
163
|
+
const bClosed = this.closure === ClosureType.FF || this.closure === ClosureType.OF;
|
|
164
|
+
return new UnionIntervalNode([
|
|
165
|
+
new IntervalNode(MinusInfinityNode, this.a, aClosed ? ClosureType.OO : ClosureType.OF),
|
|
166
|
+
new IntervalNode(this.b, PlusInfinityNode, bClosed ? ClosureType.OO : ClosureType.FO),
|
|
165
167
|
]);
|
|
166
168
|
}
|
|
167
169
|
toTex() {
|
|
168
|
-
const left = this.closure ===
|
|
170
|
+
const left = this.closure === ClosureType.FF || this.closure === ClosureType.FO
|
|
169
171
|
? "[\\ "
|
|
170
172
|
: "]\\ ";
|
|
171
|
-
const right = this.closure ===
|
|
173
|
+
const right = this.closure === ClosureType.FF || this.closure === ClosureType.OF
|
|
172
174
|
? "\\ ]\\ "
|
|
173
175
|
: "\\ [\\ ";
|
|
174
176
|
return `${left}${this.a.toTex()};${this.b.toTex()}${right}`;
|
|
@@ -182,7 +184,7 @@ class IntervalNode {
|
|
|
182
184
|
}
|
|
183
185
|
toIdentifiers() {
|
|
184
186
|
return {
|
|
185
|
-
id:
|
|
187
|
+
id: NodeIds.interval,
|
|
186
188
|
leftChild: this.a.toIdentifiers(),
|
|
187
189
|
rightChild: this.b.toIdentifiers(),
|
|
188
190
|
closure: this.closure,
|
|
@@ -191,24 +193,24 @@ class IntervalNode {
|
|
|
191
193
|
}
|
|
192
194
|
toText(isPlural, isFeminine) {
|
|
193
195
|
const conjugaison = isFeminine ? "e" : "" + isPlural ? "s" : "";
|
|
194
|
-
return
|
|
195
|
-
?
|
|
196
|
+
return isInfiniteNode(this.a)
|
|
197
|
+
? Closure.isRightOpen(this.closure)
|
|
196
198
|
? `strictement inférieur${conjugaison} à $${this.b.toTex()}$`
|
|
197
199
|
: `inférieur${conjugaison} à $${this.b.toTex()}$`
|
|
198
|
-
:
|
|
199
|
-
?
|
|
200
|
+
: isInfiniteNode(this.b)
|
|
201
|
+
? Closure.isLeftOpen(this.closure)
|
|
200
202
|
? `strictement supérieur${conjugaison} à $${this.a.toTex()}$`
|
|
201
203
|
: `supérieur${conjugaison} à $${this.a.toTex()}$`
|
|
202
|
-
: `compris entre $${this.a.toTex()}$ ${
|
|
204
|
+
: `compris entre $${this.a.toTex()}$ ${Closure.isLeftOpen(this.closure) ? "exclu" : "inclus"} et $${this.b.toTex()}$ ${Closure.isRightOpen(this.closure) ? "exclu" : "inclus"}`;
|
|
203
205
|
}
|
|
204
206
|
simplify(opts) {
|
|
205
207
|
return new IntervalNode(this.a.simplify(opts), this.b.simplify(opts), this.closure, this.opts);
|
|
206
208
|
}
|
|
207
209
|
isLeftClosed() {
|
|
208
|
-
return this.closure ===
|
|
210
|
+
return this.closure === ClosureType.FF || this.closure === ClosureType.FO;
|
|
209
211
|
}
|
|
210
212
|
isRightClosed() {
|
|
211
|
-
return this.closure ===
|
|
213
|
+
return this.closure === ClosureType.FF || this.closure === ClosureType.OF;
|
|
212
214
|
}
|
|
213
215
|
includes(a) {
|
|
214
216
|
const ev = a.evaluate();
|
|
@@ -232,67 +234,66 @@ class IntervalNode {
|
|
|
232
234
|
const orderedEv = ordered.map((e) => {
|
|
233
235
|
return [e.a.evaluate(), e.b.evaluate()];
|
|
234
236
|
});
|
|
235
|
-
const orderedBrackets = ordered.map((int) =>
|
|
237
|
+
const orderedBrackets = ordered.map((int) => Closure.toBrackets(int.closure));
|
|
236
238
|
if (ordered[0].includes(ordered[1].a) ||
|
|
237
239
|
Math.abs(thisA - otherA) < 0.0000000001) {
|
|
238
240
|
if (Math.abs(orderedEv[0][1] - orderedEv[1][0]) < 0.0000000001) {
|
|
239
|
-
return new
|
|
241
|
+
return new DiscreteSetNode([ordered[1].a]);
|
|
240
242
|
}
|
|
241
243
|
let leftBracket = "[";
|
|
242
244
|
if (Math.abs(thisA - otherA) < 0.0000000001) {
|
|
243
|
-
leftBracket =
|
|
245
|
+
leftBracket = Closure.getMostLeftStrict(orderedBrackets[0][0], orderedBrackets[1][0]);
|
|
244
246
|
}
|
|
245
247
|
else
|
|
246
248
|
leftBracket = orderedBrackets[1][0];
|
|
247
249
|
let rightBracket = "[";
|
|
248
250
|
if (Math.abs(thisB - otherB) < 0.0000000001) {
|
|
249
|
-
rightBracket =
|
|
250
|
-
return new IntervalNode(ordered[1].a, ordered[1].b,
|
|
251
|
+
rightBracket = Closure.getMostRightStrict(orderedBrackets[0][1], orderedBrackets[1][1]);
|
|
252
|
+
return new IntervalNode(ordered[1].a, ordered[1].b, Closure.fromBrackets(leftBracket, rightBracket));
|
|
251
253
|
}
|
|
252
254
|
else {
|
|
253
255
|
const rightBornIndex = ordered[0].b.evaluate() < ordered[1].b.evaluate() ? 0 : 1;
|
|
254
256
|
const right = ordered[rightBornIndex].b;
|
|
255
257
|
rightBracket = orderedBrackets[rightBornIndex][1];
|
|
256
|
-
return new IntervalNode(ordered[1].a, right,
|
|
258
|
+
return new IntervalNode(ordered[1].a, right, Closure.fromBrackets(leftBracket, rightBracket));
|
|
257
259
|
}
|
|
258
260
|
}
|
|
259
261
|
else {
|
|
260
|
-
return
|
|
262
|
+
return EmptySet;
|
|
261
263
|
}
|
|
262
264
|
}
|
|
263
265
|
toClosedForm() {
|
|
264
|
-
return new IntervalNode(this.a, this.b,
|
|
266
|
+
return new IntervalNode(this.a, this.b, ClosureType.FF, this.opts);
|
|
265
267
|
}
|
|
266
268
|
union(otherInt) {
|
|
267
269
|
const [thisA, thisB] = [this.a.evaluate(), this.b.evaluate()];
|
|
268
270
|
const [otherA, otherB] = [otherInt.a.evaluate(), otherInt.b.evaluate()];
|
|
269
271
|
const ordered = thisA < otherA ? [this, otherInt] : [otherInt, this];
|
|
270
|
-
const orderedBrackets = ordered.map((int) =>
|
|
272
|
+
const orderedBrackets = ordered.map((int) => Closure.toBrackets(int.closure));
|
|
271
273
|
if (ordered[0].includes(ordered[1].a) ||
|
|
272
274
|
ordered[1].includes(ordered[0].b) ||
|
|
273
275
|
ordered[1].includes(ordered[0].a) ||
|
|
274
276
|
Math.abs(thisA - otherA) < 0.0000000001) {
|
|
275
277
|
let leftBracket = "[";
|
|
276
278
|
if (Math.abs(thisA - otherA) < 0.0000000001) {
|
|
277
|
-
leftBracket =
|
|
279
|
+
leftBracket = Closure.getLessLeftStrict(orderedBrackets[0][0], orderedBrackets[1][0]);
|
|
278
280
|
}
|
|
279
281
|
else
|
|
280
282
|
leftBracket = orderedBrackets[0][0];
|
|
281
283
|
let rightBracket = "[";
|
|
282
284
|
if (Math.abs(thisB - otherB) < 0.0000000001) {
|
|
283
|
-
rightBracket =
|
|
284
|
-
return new IntervalNode(ordered[0].a, ordered[1].b,
|
|
285
|
+
rightBracket = Closure.getLessRightStrict(orderedBrackets[0][1], orderedBrackets[1][1]);
|
|
286
|
+
return new IntervalNode(ordered[0].a, ordered[1].b, Closure.fromBrackets(leftBracket, rightBracket));
|
|
285
287
|
}
|
|
286
288
|
else {
|
|
287
289
|
const rightBornIndex = ordered[0].b.evaluate() > ordered[1].b.evaluate() ? 0 : 1;
|
|
288
290
|
const right = ordered[rightBornIndex].b;
|
|
289
291
|
rightBracket = orderedBrackets[rightBornIndex][1];
|
|
290
|
-
return new IntervalNode(ordered[0].a, right,
|
|
292
|
+
return new IntervalNode(ordered[0].a, right, Closure.fromBrackets(leftBracket, rightBracket));
|
|
291
293
|
}
|
|
292
294
|
}
|
|
293
295
|
else {
|
|
294
|
-
return new
|
|
296
|
+
return new UnionIntervalNode([ordered[0], ordered[1]], this.opts);
|
|
295
297
|
}
|
|
296
298
|
}
|
|
297
299
|
}
|
|
298
|
-
exports.IntervalNode = IntervalNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/sets/setNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,WAAW,EAAY,MAAM,
|
|
1
|
+
{"version":3,"file":"setNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/sets/setNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,WAAW,EAAY,MAAM,YAAY,CAAC;AAEzD,oBAAY,MAAM;IAChB,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,KAAK,IAAA;CACN;AACD,MAAM,WAAW,OAAQ,SAAQ,IAAI;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,CAAC,IAAI,CAAC,EAAE,WAAW,KAAK,OAAO,EAAE,CAAC;IACrD,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,YAAY,EAAE,MAAM,OAAO,CAAC;CAC7B;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,OAAO,CAE/C"}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.isSetNode = exports.SetIds = void 0;
|
|
4
|
-
const node_1 = require("../node");
|
|
5
|
-
var SetIds;
|
|
1
|
+
import { NodeType } from "../node.js";
|
|
2
|
+
export var SetIds;
|
|
6
3
|
(function (SetIds) {
|
|
7
4
|
SetIds[SetIds["interval"] = 0] = "interval";
|
|
8
5
|
SetIds[SetIds["discrete"] = 1] = "discrete";
|
|
9
6
|
SetIds[SetIds["union"] = 2] = "union";
|
|
10
|
-
})(SetIds || (
|
|
11
|
-
function isSetNode(a) {
|
|
12
|
-
return a.type ===
|
|
7
|
+
})(SetIds || (SetIds = {}));
|
|
8
|
+
export function isSetNode(a) {
|
|
9
|
+
return a.type === NodeType.set;
|
|
13
10
|
}
|
|
14
|
-
exports.isSetNode = isSetNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AlgebraicNode } from "../algebraicNode";
|
|
2
|
-
import { Node, NodeIds, NodeOptions, NodeType } from "../node";
|
|
3
|
-
import { SetIds, SetNode } from "./setNode";
|
|
1
|
+
import { AlgebraicNode } from "../algebraicNode.js";
|
|
2
|
+
import { Node, NodeIds, NodeOptions, NodeType } from "../node.js";
|
|
3
|
+
import { SetIds, SetNode } from "./setNode.js";
|
|
4
4
|
export declare function isUnionIntervalNode(a: Node): a is UnionIntervalNode;
|
|
5
5
|
export declare abstract class UnionIntervalNodeBuilder {
|
|
6
6
|
static realMinus(a: AlgebraicNode): UnionIntervalNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unionIntervalNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/sets/unionIntervalNode.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"unionIntervalNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/sets/unionIntervalNode.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAIlE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAa,MAAM,cAAc,CAAC;AAE1D,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,iBAAiB,CAEnE;AACD,8BAAsB,wBAAwB;IAC5C,MAAM,CAAC,SAAS,CAAC,CAAC,EAAE,aAAa;CAMlC;AACD,qBAAa,iBAAkB,YAAW,IAAI;IAC5C,IAAI,EAAE,QAAQ,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,IAAI,EAAE,OAAO,EAAE,CAAC;gBACJ,IAAI,EAAE,OAAO,EAAE,EAAE,IAAI,CAAC,EAAE,WAAW;IAO/C,cAAc;IAId,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW;IAcpC,YAAY;IAIZ,QAAQ;IAIR,KAAK;IAGL,aAAa;;;;;;IAMb,QAAQ;IAMR,YAAY;CAMb"}
|