math-exercises 2.2.97 → 3.0.0
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 +2 -0
- package/lib/exercises/math/calcul/sign/index.d.ts.map +1 -0
- package/lib/exercises/math/calcul/sign/index.js +1 -0
- package/lib/exercises/math/calcul/sign/signFromAx.d.ts +2 -0
- package/lib/exercises/math/calcul/sign/signFromAx.d.ts.map +1 -0
- package/lib/exercises/math/calcul/sign/signFromAx.js +80 -0
- 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 +35 -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 +2 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoType1Exercise.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/factorisation/factoType1Exercise.js +54 -54
- 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 +32 -33
- 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 +91 -34
- 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 -21
- 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 +3 -0
- package/lib/exercises/math/dataRepresentations/index.d.ts.map +1 -0
- package/lib/exercises/math/dataRepresentations/index.js +2 -0
- package/lib/exercises/math/{dataReading → dataRepresentations}/tableReading.d.ts +1 -1
- package/lib/exercises/math/dataRepresentations/tableReading.d.ts.map +1 -0
- package/lib/exercises/math/{dataReading → 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 +35 -30
- 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 -61
- 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 +40 -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 +44 -17
- 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 +1 -1
- package/lib/exercises/math/powers/powersProduct.d.ts.map +1 -1
- package/lib/exercises/math/powers/powersProduct.js +31 -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/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 +12 -12
- package/lib/exercises/math/probaStat/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/index.js +12 -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 +13 -16
- 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 +13 -16
- 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 +14 -17
- 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 +14 -17
- 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 +150 -147
- 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 +16 -7
- 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/server.js.map +1 -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 +5 -3
- package/lib/tree/nodes/equations/equalNode.d.ts.map +1 -1
- package/lib/tree/nodes/equations/equalNode.js +38 -19
- 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 +1 -0
- 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 +4 -4
- 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 +8 -2
- 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.map +0 -1
- 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
package/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Exercise, Question } from "./exercises/exercise";
|
|
2
|
-
import "./prototypesEnhancement";
|
|
1
|
+
import { Exercise, Question } from "./exercises/exercise.js";
|
|
2
|
+
import "./prototypesEnhancement.js";
|
|
3
3
|
declare const mathExercises: (Exercise<{
|
|
4
4
|
numbers: number[];
|
|
5
5
|
}, {}> | Exercise<{
|
|
@@ -33,13 +33,13 @@ declare const mathExercises: (Exercise<{
|
|
|
33
33
|
rational: number[];
|
|
34
34
|
integerFirst: boolean;
|
|
35
35
|
}, {
|
|
36
|
-
allowNonIrreductible?: boolean
|
|
36
|
+
allowNonIrreductible?: boolean;
|
|
37
37
|
}> | Exercise<{
|
|
38
38
|
isIntegerFirst: boolean;
|
|
39
39
|
integer: number;
|
|
40
40
|
rational: [number, number];
|
|
41
41
|
}, {
|
|
42
|
-
allowNonIrreductible?: boolean
|
|
42
|
+
allowNonIrreductible?: boolean;
|
|
43
43
|
}> | Exercise<{
|
|
44
44
|
rand: number;
|
|
45
45
|
numerator: number;
|
|
@@ -51,12 +51,12 @@ declare const mathExercises: (Exercise<{
|
|
|
51
51
|
rationalNum: [number, number];
|
|
52
52
|
rationalDenum: [number, number];
|
|
53
53
|
}, {
|
|
54
|
-
allowNonIrreductible?: boolean
|
|
54
|
+
allowNonIrreductible?: boolean;
|
|
55
55
|
}> | Exercise<{
|
|
56
56
|
rational: number[];
|
|
57
57
|
rational2: number[];
|
|
58
58
|
}, {
|
|
59
|
-
allowNonIrreductible?: boolean
|
|
59
|
+
allowNonIrreductible?: boolean;
|
|
60
60
|
}> | Exercise<{
|
|
61
61
|
num: number;
|
|
62
62
|
denum: number;
|
|
@@ -79,7 +79,7 @@ declare const mathExercises: (Exercise<{
|
|
|
79
79
|
denom1: number;
|
|
80
80
|
denom2: number;
|
|
81
81
|
}, {}> | Exercise<{
|
|
82
|
-
statementIdentifiers: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
82
|
+
statementIdentifiers: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
83
83
|
}, {}> | Exercise<{
|
|
84
84
|
num: number;
|
|
85
85
|
denum: number;
|
|
@@ -212,10 +212,10 @@ declare const mathExercises: (Exercise<{
|
|
|
212
212
|
affine2Coeffs: number[];
|
|
213
213
|
}, {}> | Exercise<{
|
|
214
214
|
type: number;
|
|
215
|
-
a?: number
|
|
216
|
-
b?: number
|
|
217
|
-
affine1Coeffs?: number[]
|
|
218
|
-
affine2Coeffs?: number[]
|
|
215
|
+
a?: number;
|
|
216
|
+
b?: number;
|
|
217
|
+
affine1Coeffs?: number[];
|
|
218
|
+
affine2Coeffs?: number[];
|
|
219
219
|
}, {}> | Exercise<{
|
|
220
220
|
affine1Coeffs: number[];
|
|
221
221
|
affine2Coeffs: number[];
|
|
@@ -235,22 +235,22 @@ declare const mathExercises: (Exercise<{
|
|
|
235
235
|
c: number;
|
|
236
236
|
}, {}> | Exercise<{
|
|
237
237
|
type: number;
|
|
238
|
-
affine1: import("./math/polynomials/generalAffine").GeneralAffineIdentifiers;
|
|
239
|
-
affine2: import("./math/polynomials/generalAffine").GeneralAffineIdentifiers;
|
|
240
|
-
affine3: import("./math/polynomials/generalAffine").GeneralAffineIdentifiers;
|
|
241
|
-
affine4?: import("./math/polynomials/generalAffine").GeneralAffineIdentifiers
|
|
238
|
+
affine1: import("./math/polynomials/generalAffine.js").GeneralAffineIdentifiers;
|
|
239
|
+
affine2: import("./math/polynomials/generalAffine.js").GeneralAffineIdentifiers;
|
|
240
|
+
affine3: import("./math/polynomials/generalAffine.js").GeneralAffineIdentifiers;
|
|
241
|
+
affine4?: import("./math/polynomials/generalAffine.js").GeneralAffineIdentifiers;
|
|
242
242
|
}, {}> | Exercise<{
|
|
243
243
|
type: number;
|
|
244
|
-
a: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
245
|
-
b: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
244
|
+
a: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
245
|
+
b: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
246
246
|
}, {}> | Exercise<{
|
|
247
247
|
randNbr: number;
|
|
248
248
|
}, {}> | Exercise<{
|
|
249
249
|
a: number;
|
|
250
250
|
b: number;
|
|
251
251
|
}, {}> | Exercise<{
|
|
252
|
-
a: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
253
|
-
b: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
252
|
+
a: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
253
|
+
b: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
254
254
|
isXRight: boolean;
|
|
255
255
|
aNumberType: string;
|
|
256
256
|
}, {
|
|
@@ -297,8 +297,8 @@ declare const mathExercises: (Exercise<{
|
|
|
297
297
|
vars: {
|
|
298
298
|
flip: boolean;
|
|
299
299
|
resultNb: number;
|
|
300
|
-
randAdd?: number
|
|
301
|
-
op2?: string
|
|
300
|
+
randAdd?: number;
|
|
301
|
+
op2?: string;
|
|
302
302
|
};
|
|
303
303
|
}, {}> | Exercise<{
|
|
304
304
|
solutionNodeIds: any;
|
|
@@ -316,7 +316,7 @@ declare const mathExercises: (Exercise<{
|
|
|
316
316
|
}> | Exercise<{
|
|
317
317
|
a: number;
|
|
318
318
|
b: number;
|
|
319
|
-
c?: number
|
|
319
|
+
c?: number;
|
|
320
320
|
type: number;
|
|
321
321
|
}, {}> | Exercise<{
|
|
322
322
|
a: number;
|
|
@@ -330,6 +330,7 @@ declare const mathExercises: (Exercise<{
|
|
|
330
330
|
}, {}> | Exercise<{
|
|
331
331
|
affinesCoeffs: number[][];
|
|
332
332
|
operation: string;
|
|
333
|
+
affinesOrder: number[];
|
|
333
334
|
}, {}> | Exercise<{
|
|
334
335
|
a: number;
|
|
335
336
|
b: number;
|
|
@@ -348,17 +349,17 @@ declare const mathExercises: (Exercise<{
|
|
|
348
349
|
}, {}> | Exercise<{
|
|
349
350
|
b: number;
|
|
350
351
|
c: number;
|
|
351
|
-
ineqType: import("./math/inequations/inequation").InegalitySymbols;
|
|
352
|
+
ineqType: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
352
353
|
}, {
|
|
353
354
|
inequationSolutionFormat: string;
|
|
354
355
|
}> | Exercise<{
|
|
355
356
|
a: number;
|
|
356
357
|
b: number;
|
|
357
|
-
ineqType: import("./math/inequations/inequation").InegalitySymbols;
|
|
358
|
+
ineqType: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
358
359
|
}, {
|
|
359
360
|
inequationSolutionFormat: string;
|
|
360
361
|
}> | Exercise<{
|
|
361
|
-
ineqType: import("./math/inequations/inequation").InegalitySymbols;
|
|
362
|
+
ineqType: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
362
363
|
a: number;
|
|
363
364
|
b: number;
|
|
364
365
|
c: number;
|
|
@@ -366,7 +367,7 @@ declare const mathExercises: (Exercise<{
|
|
|
366
367
|
inequationSolutionFormat: string;
|
|
367
368
|
}> | Exercise<{
|
|
368
369
|
coeff: number;
|
|
369
|
-
ineqType: import("./math/inequations/inequation").InegalitySymbols;
|
|
370
|
+
ineqType: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
370
371
|
a: number;
|
|
371
372
|
b: number;
|
|
372
373
|
c: number;
|
|
@@ -375,7 +376,7 @@ declare const mathExercises: (Exercise<{
|
|
|
375
376
|
inequationSolutionFormat: string;
|
|
376
377
|
}> | Exercise<{
|
|
377
378
|
k: number;
|
|
378
|
-
inequationSymbol: import("./math/inequations/inequation").InegalitySymbols;
|
|
379
|
+
inequationSymbol: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
379
380
|
}, {}> | Exercise<{
|
|
380
381
|
rand: boolean;
|
|
381
382
|
poly1: number[];
|
|
@@ -413,9 +414,9 @@ declare const mathExercises: (Exercise<{
|
|
|
413
414
|
blacks: number;
|
|
414
415
|
}, {}> | Exercise<{
|
|
415
416
|
type: number;
|
|
416
|
-
face1?: number
|
|
417
|
-
face2?: number
|
|
418
|
-
face3?: number
|
|
417
|
+
face1?: number;
|
|
418
|
+
face2?: number;
|
|
419
|
+
face3?: number;
|
|
419
420
|
}, {}> | Exercise<{
|
|
420
421
|
z1Re: number;
|
|
421
422
|
z1Im: number;
|
|
@@ -534,10 +535,10 @@ declare const mathExercises: (Exercise<{
|
|
|
534
535
|
racine2: number;
|
|
535
536
|
}, {}> | Exercise<{
|
|
536
537
|
type: number;
|
|
537
|
-
a?: number
|
|
538
|
-
b?: number
|
|
539
|
-
coefficients?: number[]
|
|
540
|
-
tex?: string
|
|
538
|
+
a?: number;
|
|
539
|
+
b?: number;
|
|
540
|
+
coefficients?: number[];
|
|
541
|
+
tex?: string;
|
|
541
542
|
}, {}> | Exercise<{
|
|
542
543
|
affineA: number;
|
|
543
544
|
affineB: number;
|
|
@@ -608,8 +609,8 @@ declare const mathExercises: (Exercise<{
|
|
|
608
609
|
b: number;
|
|
609
610
|
isStrict: boolean;
|
|
610
611
|
}, {}> | Exercise<{
|
|
611
|
-
firstAffine: import("./math/polynomials/generalAffine").GeneralAffineIdentifiers;
|
|
612
|
-
secondAffine: import("./math/polynomials/generalAffine").GeneralAffineIdentifiers;
|
|
612
|
+
firstAffine: import("./math/polynomials/generalAffine.js").GeneralAffineIdentifiers;
|
|
613
|
+
secondAffine: import("./math/polynomials/generalAffine.js").GeneralAffineIdentifiers;
|
|
613
614
|
}, {}> | Exercise<{
|
|
614
615
|
a: number;
|
|
615
616
|
b: number;
|
|
@@ -688,8 +689,8 @@ declare const mathExercises: (Exercise<{
|
|
|
688
689
|
}, {}> | Exercise<{
|
|
689
690
|
xValue: number;
|
|
690
691
|
yValue: number;
|
|
691
|
-
affineCoeffs?: number[]
|
|
692
|
-
trinomCoeffs?: number[]
|
|
692
|
+
affineCoeffs?: number[];
|
|
693
|
+
trinomCoeffs?: number[];
|
|
693
694
|
isAffine: boolean;
|
|
694
695
|
}, {}> | Exercise<{
|
|
695
696
|
yValue: number;
|
|
@@ -702,7 +703,7 @@ declare const mathExercises: (Exercise<{
|
|
|
702
703
|
intervals: {
|
|
703
704
|
a: number;
|
|
704
705
|
b: number;
|
|
705
|
-
closure: import("./tree/nodes/sets/closure").ClosureType;
|
|
706
|
+
closure: import("./tree/nodes/sets/closure.js").ClosureType;
|
|
706
707
|
}[];
|
|
707
708
|
}, {}> | Exercise<{
|
|
708
709
|
yValue: number;
|
|
@@ -712,11 +713,11 @@ declare const mathExercises: (Exercise<{
|
|
|
712
713
|
yValue: number;
|
|
713
714
|
fSplinePoints: number[][];
|
|
714
715
|
gSplinePoints: number[][];
|
|
715
|
-
ineqSymbol: import("./math/inequations/inequation").InegalitySymbols;
|
|
716
|
+
ineqSymbol: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
716
717
|
intervals: {
|
|
717
718
|
a: number;
|
|
718
719
|
b: number;
|
|
719
|
-
closure: import("./tree/nodes/sets/closure").ClosureType;
|
|
720
|
+
closure: import("./tree/nodes/sets/closure.js").ClosureType;
|
|
720
721
|
}[];
|
|
721
722
|
}, {}> | Exercise<{
|
|
722
723
|
xValues: number[];
|
|
@@ -730,7 +731,7 @@ declare const mathExercises: (Exercise<{
|
|
|
730
731
|
}, {}> | Exercise<{
|
|
731
732
|
yValue: number;
|
|
732
733
|
xValue: number;
|
|
733
|
-
inegalitySymbol: import("./math/inequations/inequation").InegalitySymbols;
|
|
734
|
+
inegalitySymbol: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
734
735
|
a: number;
|
|
735
736
|
b: number;
|
|
736
737
|
}, {}> | Exercise<{
|
|
@@ -784,7 +785,7 @@ declare const mathExercises: (Exercise<{
|
|
|
784
785
|
a: number;
|
|
785
786
|
b: number;
|
|
786
787
|
c: number;
|
|
787
|
-
ineqType: import("./math/inequations/inequation").InegalitySymbols;
|
|
788
|
+
ineqType: import("./math/inequations/inequation.js").InegalitySymbols;
|
|
788
789
|
}, {}> | Exercise<{
|
|
789
790
|
a: number;
|
|
790
791
|
b: number;
|
|
@@ -818,23 +819,23 @@ declare const mathExercises: (Exercise<{
|
|
|
818
819
|
trinomCoeffs: number[];
|
|
819
820
|
isAskingPositive: boolean;
|
|
820
821
|
}, {}> | Exercise<{
|
|
821
|
-
aIdentifiers: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
822
|
-
bIdentifiers: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
823
|
-
cIdentifiers: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
822
|
+
aIdentifiers: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
823
|
+
bIdentifiers: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
824
|
+
cIdentifiers: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
824
825
|
isAsking: string;
|
|
825
826
|
}, {}> | Exercise<{
|
|
826
|
-
trinomIdentifiers: import("./tree/nodes/polynomials/trinomNode").TrinomNodeIdentifiers;
|
|
827
|
+
trinomIdentifiers: import("./tree/nodes/polynomials/trinomNode.js").TrinomNodeIdentifiers;
|
|
827
828
|
}, {}> | Exercise<{
|
|
828
|
-
trinomIdentifiers: import("./tree/nodes/polynomials/trinomNode").TrinomNodeIdentifiers;
|
|
829
|
+
trinomIdentifiers: import("./tree/nodes/polynomials/trinomNode.js").TrinomNodeIdentifiers;
|
|
829
830
|
}, {}> | Exercise<{
|
|
830
|
-
trinomIdentifiers: import("./tree/nodes/polynomials/trinomNode").TrinomNodeIdentifiers;
|
|
831
|
-
firstRootIdentifiers: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
831
|
+
trinomIdentifiers: import("./tree/nodes/polynomials/trinomNode.js").TrinomNodeIdentifiers;
|
|
832
|
+
firstRootIdentifiers: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
832
833
|
}, {}> | Exercise<{
|
|
833
834
|
a: number;
|
|
834
835
|
k: number;
|
|
835
836
|
}, {}> | Exercise<{
|
|
836
837
|
random: number;
|
|
837
|
-
a?: number
|
|
838
|
+
a?: number;
|
|
838
839
|
uCoeffs: number[];
|
|
839
840
|
vCoeffs: number[];
|
|
840
841
|
}, {}> | Exercise<{
|
|
@@ -871,7 +872,7 @@ declare const mathExercises: (Exercise<{
|
|
|
871
872
|
}, {}> | Exercise<{
|
|
872
873
|
a: number;
|
|
873
874
|
b: number;
|
|
874
|
-
closure: import("./tree/nodes/sets/closure").ClosureType;
|
|
875
|
+
closure: import("./tree/nodes/sets/closure.js").ClosureType;
|
|
875
876
|
type: number;
|
|
876
877
|
}, {}> | Exercise<{
|
|
877
878
|
lowerBound: number;
|
|
@@ -915,11 +916,11 @@ declare const mathExercises: (Exercise<{
|
|
|
915
916
|
aU: number;
|
|
916
917
|
bU: number;
|
|
917
918
|
}, {}> | Exercise<{
|
|
918
|
-
q: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
919
|
+
q: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
919
920
|
a: number;
|
|
920
921
|
}, {}> | Exercise<{
|
|
921
|
-
affine1Ids: import("./math/polynomials/generalAffine").GeneralAffineIdentifiers;
|
|
922
|
-
affine2Ids: import("./math/polynomials/generalAffine").GeneralAffineIdentifiers;
|
|
922
|
+
affine1Ids: import("./math/polynomials/generalAffine.js").GeneralAffineIdentifiers;
|
|
923
|
+
affine2Ids: import("./math/polynomials/generalAffine.js").GeneralAffineIdentifiers;
|
|
923
924
|
isAskingPositive: boolean;
|
|
924
925
|
}, {
|
|
925
926
|
instructionType: string;
|
|
@@ -931,11 +932,11 @@ declare const mathExercises: (Exercise<{
|
|
|
931
932
|
length: number;
|
|
932
933
|
width: number;
|
|
933
934
|
}, {}> | Exercise<{
|
|
934
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
935
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
935
936
|
}, {}> | Exercise<{
|
|
936
937
|
side: number;
|
|
937
938
|
}, {}> | Exercise<{
|
|
938
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
939
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
939
940
|
height: number;
|
|
940
941
|
base: number;
|
|
941
942
|
}, {}> | Exercise<{
|
|
@@ -978,28 +979,28 @@ declare const mathExercises: (Exercise<{
|
|
|
978
979
|
x: number;
|
|
979
980
|
y: number;
|
|
980
981
|
}, {}> | Exercise<{
|
|
981
|
-
abscissType: import("./math/numbers/nombre").NumberType;
|
|
982
|
+
abscissType: import("./math/numbers/nombre.js").NumberType;
|
|
982
983
|
axisUnit: number;
|
|
983
984
|
oneUnitTex: string;
|
|
984
985
|
absciss: number;
|
|
985
986
|
abscissTex: string;
|
|
986
987
|
coeff: number;
|
|
987
988
|
}, {}> | Exercise<{
|
|
988
|
-
abscissType: import("./math/numbers/nombre").NumberType;
|
|
989
|
+
abscissType: import("./math/numbers/nombre.js").NumberType;
|
|
989
990
|
axisUnit: number;
|
|
990
991
|
oneUnitTex: string;
|
|
991
992
|
absciss: number;
|
|
992
993
|
abscissTex: string;
|
|
993
994
|
coeff: number;
|
|
994
995
|
}, {}> | Exercise<{
|
|
995
|
-
abscissType: import("./math/numbers/nombre").NumberType;
|
|
996
|
+
abscissType: import("./math/numbers/nombre.js").NumberType;
|
|
996
997
|
axisUnit: number;
|
|
997
998
|
oneUnitTex: string;
|
|
998
999
|
absciss: number;
|
|
999
1000
|
abscissTex: string;
|
|
1000
1001
|
coeff: number;
|
|
1001
1002
|
}, {}> | Exercise<{
|
|
1002
|
-
abscissType: import("./math/numbers/nombre").NumberType;
|
|
1003
|
+
abscissType: import("./math/numbers/nombre.js").NumberType;
|
|
1003
1004
|
axisUnit: number;
|
|
1004
1005
|
oneUnitTex: string;
|
|
1005
1006
|
absciss: number;
|
|
@@ -1024,10 +1025,10 @@ declare const mathExercises: (Exercise<{
|
|
|
1024
1025
|
}, {}> | Exercise<{
|
|
1025
1026
|
perimeter: number;
|
|
1026
1027
|
}, {}> | Exercise<{
|
|
1027
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
1028
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
1028
1029
|
}, {}> | Exercise<{
|
|
1029
1030
|
sideAsked: number;
|
|
1030
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
1031
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
1031
1032
|
}, {}> | Exercise<{
|
|
1032
1033
|
isRight: boolean;
|
|
1033
1034
|
a: number;
|
|
@@ -1045,7 +1046,7 @@ declare const mathExercises: (Exercise<{
|
|
|
1045
1046
|
factor: number;
|
|
1046
1047
|
}, {}> | Exercise<{
|
|
1047
1048
|
ratio: number;
|
|
1048
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
1049
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
1049
1050
|
insidePointsNames: string[];
|
|
1050
1051
|
segmentAskedName: string;
|
|
1051
1052
|
isPapillon: boolean;
|
|
@@ -1138,21 +1139,21 @@ declare const mathExercises: (Exercise<{
|
|
|
1138
1139
|
AC: number;
|
|
1139
1140
|
trigoPoint: string;
|
|
1140
1141
|
}, {}> | Exercise<{
|
|
1141
|
-
points: import("./math/geometry/point").PointIdentifiers[];
|
|
1142
|
+
points: import("./math/geometry/point.js").PointIdentifiers[];
|
|
1142
1143
|
startPointIndex: number;
|
|
1143
1144
|
firstVectorPointsIndexes: number[];
|
|
1144
1145
|
secondVectorPointsIndexes: number[];
|
|
1145
1146
|
}, {}> | Exercise<{
|
|
1146
|
-
points: import("./math/geometry/point").PointIdentifiers[];
|
|
1147
|
+
points: import("./math/geometry/point.js").PointIdentifiers[];
|
|
1147
1148
|
startPointIndex: number;
|
|
1148
1149
|
firstVectorPointsIndexes: number[];
|
|
1149
1150
|
secondVectorPointsIndexes: number[];
|
|
1150
1151
|
}, {}> | Exercise<{
|
|
1151
|
-
points: import("./math/geometry/point").PointIdentifiers[];
|
|
1152
|
+
points: import("./math/geometry/point.js").PointIdentifiers[];
|
|
1152
1153
|
startPointIndex: number;
|
|
1153
1154
|
vectorPointsIndexes: number[];
|
|
1154
1155
|
}, {}> | Exercise<{
|
|
1155
|
-
points: import("./math/geometry/point").PointIdentifiers[];
|
|
1156
|
+
points: import("./math/geometry/point.js").PointIdentifiers[];
|
|
1156
1157
|
startPointIndex: number;
|
|
1157
1158
|
vectorPointsIndexes: number[];
|
|
1158
1159
|
coeff: number;
|
|
@@ -1200,14 +1201,14 @@ declare const mathExercises: (Exercise<{
|
|
|
1200
1201
|
}, {}> | Exercise<{
|
|
1201
1202
|
lengths: number[];
|
|
1202
1203
|
}, {}> | Exercise<{
|
|
1203
|
-
points: import("./math/geometry/point").PointIdentifiers[];
|
|
1204
|
+
points: import("./math/geometry/point.js").PointIdentifiers[];
|
|
1204
1205
|
startPoint: string;
|
|
1205
1206
|
translationPoints: string[];
|
|
1206
1207
|
}, {
|
|
1207
1208
|
useVector: boolean;
|
|
1208
1209
|
}> | Exercise<{
|
|
1209
|
-
point: import("./math/geometry/point").PointIdentifiers;
|
|
1210
|
-
line: import("./math/geometry/line").LineIdentifiers;
|
|
1210
|
+
point: import("./math/geometry/point.js").PointIdentifiers;
|
|
1211
|
+
line: import("./math/geometry/line.js").LineIdentifiers;
|
|
1211
1212
|
}, {}> | Exercise<{
|
|
1212
1213
|
type: number;
|
|
1213
1214
|
commands: string[];
|
|
@@ -1220,7 +1221,7 @@ declare const mathExercises: (Exercise<{
|
|
|
1220
1221
|
askedPointCoords: number[];
|
|
1221
1222
|
askedPointName: string;
|
|
1222
1223
|
isOnLine: boolean;
|
|
1223
|
-
coeff?: number
|
|
1224
|
+
coeff?: number;
|
|
1224
1225
|
}, {}> | Exercise<{
|
|
1225
1226
|
startPoint: number[];
|
|
1226
1227
|
vector: number[];
|
|
@@ -1231,9 +1232,9 @@ declare const mathExercises: (Exercise<{
|
|
|
1231
1232
|
shape: string;
|
|
1232
1233
|
showDiagonals: boolean;
|
|
1233
1234
|
drawAngles: boolean;
|
|
1234
|
-
shapeIdentifiers: import("./math/geometry/
|
|
1235
|
+
shapeIdentifiers: import("./math/geometry/rectangle.js").RectangleIdentifiers | import("./math/geometry/square.js").SquareIdentifiers | import("./math/geometry/rhombus.js").RhombusIdentifiers | import("./math/geometry/parallelogram.js").ParallelogramIdentifiers;
|
|
1235
1236
|
}, {}> | Exercise<{
|
|
1236
|
-
points: import("./math/geometry/point").PointIdentifiers[];
|
|
1237
|
+
points: import("./math/geometry/point.js").PointIdentifiers[];
|
|
1237
1238
|
angleType: string;
|
|
1238
1239
|
angleIndex: number;
|
|
1239
1240
|
apexIndex: number;
|
|
@@ -1338,7 +1339,7 @@ declare const mathExercises: (Exercise<{
|
|
|
1338
1339
|
askingFinalPrice: boolean;
|
|
1339
1340
|
}, {}> | Exercise<{
|
|
1340
1341
|
percent: number;
|
|
1341
|
-
target: "
|
|
1342
|
+
target: "decimalToPercent" | "fractionToPercent" | "percentToDecimal" | "percentToFraction";
|
|
1342
1343
|
}, {}> | Exercise<{
|
|
1343
1344
|
int: number;
|
|
1344
1345
|
power: number;
|
|
@@ -1397,36 +1398,36 @@ declare const mathExercises: (Exercise<{
|
|
|
1397
1398
|
isCos: boolean;
|
|
1398
1399
|
}, {}> | Exercise<{
|
|
1399
1400
|
type: number;
|
|
1400
|
-
a?: number
|
|
1401
|
-
coeffs?: number[]
|
|
1402
|
-
isCos?: boolean
|
|
1403
|
-
c?: number
|
|
1401
|
+
a?: number;
|
|
1402
|
+
coeffs?: number[];
|
|
1403
|
+
isCos?: boolean;
|
|
1404
|
+
c?: number;
|
|
1404
1405
|
}, {}> | Exercise<{
|
|
1405
1406
|
repartitions: number[];
|
|
1406
1407
|
colorAskedIndex: number;
|
|
1407
1408
|
}, {}> | Exercise<{
|
|
1408
1409
|
questionType: string;
|
|
1409
|
-
value?: string
|
|
1410
|
-
color?: import("./exercises/utils/cardsData").CardsColor
|
|
1410
|
+
value?: string;
|
|
1411
|
+
color?: import("./exercises/utils/cardsData.js").CardsColor;
|
|
1411
1412
|
}, {}> | Exercise<{
|
|
1412
1413
|
flip: number;
|
|
1413
|
-
pA?: number
|
|
1414
|
-
pB?: number
|
|
1415
|
-
pAB?: number
|
|
1416
|
-
pA_B?: number
|
|
1417
|
-
pB_A?: number
|
|
1414
|
+
pA?: number;
|
|
1415
|
+
pB?: number;
|
|
1416
|
+
pAB?: number;
|
|
1417
|
+
pA_B?: number;
|
|
1418
|
+
pB_A?: number;
|
|
1418
1419
|
}, {}> | Exercise<{
|
|
1419
1420
|
isParityQuestion: boolean;
|
|
1420
1421
|
isEvenQuestion: boolean;
|
|
1421
1422
|
nbFaces: number;
|
|
1422
1423
|
faceAsked: number;
|
|
1423
1424
|
}, {}> | Exercise<{
|
|
1424
|
-
A: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1425
|
-
B: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1426
|
-
AC: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1427
|
-
AD: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1428
|
-
BC: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1429
|
-
BD: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1425
|
+
A: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1426
|
+
B: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1427
|
+
AC: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1428
|
+
AD: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1429
|
+
BC: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1430
|
+
BD: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1430
1431
|
probaName: string;
|
|
1431
1432
|
}, {
|
|
1432
1433
|
allowApproximate: string;
|
|
@@ -1477,15 +1478,15 @@ declare const mathExercises: (Exercise<{
|
|
|
1477
1478
|
yValues: number[];
|
|
1478
1479
|
}, {}> | Exercise<{
|
|
1479
1480
|
isJustified: boolean;
|
|
1480
|
-
cloudPointsIdentifiers: import("./math/geometry/CloudPoints").CloudPointsIdentifiers;
|
|
1481
|
+
cloudPointsIdentifiers: import("./math/geometry/CloudPoints.js").CloudPointsIdentifiers;
|
|
1481
1482
|
}, {}> | Exercise<{
|
|
1482
1483
|
pA: number;
|
|
1483
1484
|
pB: number;
|
|
1484
1485
|
pUnion: number;
|
|
1485
1486
|
}, {}> | Exercise<{
|
|
1486
1487
|
questionType: string;
|
|
1487
|
-
value?: string
|
|
1488
|
-
color?: string
|
|
1488
|
+
value?: string;
|
|
1489
|
+
color?: string;
|
|
1489
1490
|
}, {}> | Exercise<{
|
|
1490
1491
|
aCapB: number;
|
|
1491
1492
|
aCapBBarre: number;
|
|
@@ -1495,7 +1496,7 @@ declare const mathExercises: (Exercise<{
|
|
|
1495
1496
|
type: string;
|
|
1496
1497
|
probaFrac: number[];
|
|
1497
1498
|
}, {
|
|
1498
|
-
allowNonIrreductible?: boolean
|
|
1499
|
+
allowNonIrreductible?: boolean;
|
|
1499
1500
|
}> | Exercise<{
|
|
1500
1501
|
aCapB: number;
|
|
1501
1502
|
aCapBBarre: number;
|
|
@@ -1505,7 +1506,7 @@ declare const mathExercises: (Exercise<{
|
|
|
1505
1506
|
type: string;
|
|
1506
1507
|
probaFrac: number[];
|
|
1507
1508
|
}, {
|
|
1508
|
-
allowNonIrreductible?: boolean
|
|
1509
|
+
allowNonIrreductible?: boolean;
|
|
1509
1510
|
}> | Exercise<{
|
|
1510
1511
|
exerciseVars: {
|
|
1511
1512
|
n: number;
|
|
@@ -1523,8 +1524,8 @@ declare const mathExercises: (Exercise<{
|
|
|
1523
1524
|
b: number;
|
|
1524
1525
|
}, {}> | Exercise<{
|
|
1525
1526
|
n: number;
|
|
1526
|
-
p: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1527
|
-
interval: import("./tree/nodes/sets/intervalNode").IntervalNodeIdentifiers;
|
|
1527
|
+
p: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1528
|
+
interval: import("./tree/nodes/sets/intervalNode.js").IntervalNodeIdentifiers;
|
|
1528
1529
|
type: number;
|
|
1529
1530
|
isSentence: boolean;
|
|
1530
1531
|
}, {
|
|
@@ -1631,7 +1632,7 @@ declare const mathExercises: (Exercise<{
|
|
|
1631
1632
|
reason: number;
|
|
1632
1633
|
nbTerms: number;
|
|
1633
1634
|
}, {}> | Exercise<{
|
|
1634
|
-
q: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1635
|
+
q: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1635
1636
|
a: number;
|
|
1636
1637
|
}, {}> | Exercise<{
|
|
1637
1638
|
rank: number;
|
|
@@ -1652,15 +1653,15 @@ declare const mathExercises: (Exercise<{
|
|
|
1652
1653
|
points: number[][];
|
|
1653
1654
|
isArithmetic: boolean;
|
|
1654
1655
|
}, {}> | Exercise<{
|
|
1655
|
-
intervalIdentifiers: import("./tree/nodes/sets/intervalNode").IntervalNodeIdentifiers;
|
|
1656
|
+
intervalIdentifiers: import("./tree/nodes/sets/intervalNode.js").IntervalNodeIdentifiers;
|
|
1656
1657
|
}, {}> | Exercise<{
|
|
1657
|
-
int1Identifiers: import("./tree/nodes/sets/intervalNode").IntervalNodeIdentifiers;
|
|
1658
|
-
int2Identifiers: import("./tree/nodes/sets/intervalNode").IntervalNodeIdentifiers;
|
|
1658
|
+
int1Identifiers: import("./tree/nodes/sets/intervalNode.js").IntervalNodeIdentifiers;
|
|
1659
|
+
int2Identifiers: import("./tree/nodes/sets/intervalNode.js").IntervalNodeIdentifiers;
|
|
1659
1660
|
}, {}> | Exercise<{
|
|
1660
|
-
int1Identifiers: import("./tree/nodes/sets/intervalNode").IntervalNodeIdentifiers;
|
|
1661
|
-
int2Identifiers: import("./tree/nodes/sets/intervalNode").IntervalNodeIdentifiers;
|
|
1661
|
+
int1Identifiers: import("./tree/nodes/sets/intervalNode.js").IntervalNodeIdentifiers;
|
|
1662
|
+
int2Identifiers: import("./tree/nodes/sets/intervalNode.js").IntervalNodeIdentifiers;
|
|
1662
1663
|
}, {}> | Exercise<{
|
|
1663
|
-
intervalIdentifiers: import("./tree/nodes/sets/intervalNode").IntervalNodeIdentifiers;
|
|
1664
|
+
intervalIdentifiers: import("./tree/nodes/sets/intervalNode.js").IntervalNodeIdentifiers;
|
|
1664
1665
|
}, {}> | Exercise<{
|
|
1665
1666
|
type: number;
|
|
1666
1667
|
nb: string;
|
|
@@ -1703,7 +1704,7 @@ declare const mathExercises: (Exercise<{
|
|
|
1703
1704
|
d: number;
|
|
1704
1705
|
}, {}> | Exercise<{
|
|
1705
1706
|
a: number;
|
|
1706
|
-
k: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1707
|
+
k: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1707
1708
|
isSquareInside: boolean;
|
|
1708
1709
|
}, {}> | Exercise<{
|
|
1709
1710
|
valueIndex: number;
|
|
@@ -1714,19 +1715,19 @@ declare const mathExercises: (Exercise<{
|
|
|
1714
1715
|
}, {}> | Exercise<{
|
|
1715
1716
|
randAngle: number;
|
|
1716
1717
|
randTrigo: number;
|
|
1717
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
1718
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
1718
1719
|
}, {}> | Exercise<{
|
|
1719
1720
|
randAngle: number;
|
|
1720
1721
|
hiddenSide: number;
|
|
1721
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
1722
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
1722
1723
|
}, {}> | Exercise<{
|
|
1723
1724
|
sideAsked: number;
|
|
1724
1725
|
givenSide: number;
|
|
1725
1726
|
givenAngle: number;
|
|
1726
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
1727
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
1727
1728
|
}, {}> | Exercise<{
|
|
1728
1729
|
angleValue: number;
|
|
1729
|
-
angleIdentifiers: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1730
|
+
angleIdentifiers: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1730
1731
|
point: string;
|
|
1731
1732
|
}, {}> | Exercise<{
|
|
1732
1733
|
trigFunction: string;
|
|
@@ -1752,7 +1753,7 @@ declare const mathExercises: (Exercise<{
|
|
|
1752
1753
|
}, {}> | Exercise<{
|
|
1753
1754
|
radius: number;
|
|
1754
1755
|
thetaInDegree: number | undefined;
|
|
1755
|
-
thetaInRadNodeIds: any;
|
|
1756
|
+
thetaInRadNodeIds: any | undefined;
|
|
1756
1757
|
isThetaInDegree: boolean;
|
|
1757
1758
|
}, {}> | Exercise<{
|
|
1758
1759
|
degree: number;
|
|
@@ -1762,7 +1763,7 @@ declare const mathExercises: (Exercise<{
|
|
|
1762
1763
|
a: number;
|
|
1763
1764
|
nbIteration: number;
|
|
1764
1765
|
op: string;
|
|
1765
|
-
b?: number
|
|
1766
|
+
b?: number;
|
|
1766
1767
|
};
|
|
1767
1768
|
}, {}> | Exercise<{
|
|
1768
1769
|
exercise: {
|
|
@@ -1819,6 +1820,8 @@ declare const mathExercises: (Exercise<{
|
|
|
1819
1820
|
}, {}> | Exercise<{
|
|
1820
1821
|
values: number[][];
|
|
1821
1822
|
caseAsked: number;
|
|
1823
|
+
}, {}> | Exercise<{
|
|
1824
|
+
a: number;
|
|
1822
1825
|
}, {}>)[];
|
|
1823
1826
|
declare const pcExercises: (Exercise<{
|
|
1824
1827
|
numbers: number[];
|
|
@@ -1832,8 +1835,8 @@ declare const pcExercises: (Exercise<{
|
|
|
1832
1835
|
a: number;
|
|
1833
1836
|
b: number;
|
|
1834
1837
|
}, {}> | Exercise<{
|
|
1835
|
-
a: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1836
|
-
b: import("./tree/nodes/nodeConstructor").NodeIdentifiers;
|
|
1838
|
+
a: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1839
|
+
b: import("./tree/nodes/nodeConstructor.js").NodeIdentifiers;
|
|
1837
1840
|
isXRight: boolean;
|
|
1838
1841
|
aNumberType: string;
|
|
1839
1842
|
}, {
|
|
@@ -1856,10 +1859,10 @@ declare const pcExercises: (Exercise<{
|
|
|
1856
1859
|
coefficients: number[];
|
|
1857
1860
|
}, {}> | Exercise<{
|
|
1858
1861
|
type: number;
|
|
1859
|
-
a?: number
|
|
1860
|
-
b?: number
|
|
1861
|
-
coefficients?: number[]
|
|
1862
|
-
tex?: string
|
|
1862
|
+
a?: number;
|
|
1863
|
+
b?: number;
|
|
1864
|
+
coefficients?: number[];
|
|
1865
|
+
tex?: string;
|
|
1863
1866
|
}, {}> | Exercise<{
|
|
1864
1867
|
A: number[];
|
|
1865
1868
|
B: number[];
|
|
@@ -1905,7 +1908,7 @@ declare const pcExercises: (Exercise<{
|
|
|
1905
1908
|
factor: number;
|
|
1906
1909
|
}, {}> | Exercise<{
|
|
1907
1910
|
ratio: number;
|
|
1908
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
1911
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
1909
1912
|
insidePointsNames: string[];
|
|
1910
1913
|
segmentAskedName: string;
|
|
1911
1914
|
isPapillon: boolean;
|
|
@@ -1935,16 +1938,16 @@ declare const pcExercises: (Exercise<{
|
|
|
1935
1938
|
}, {}> | Exercise<{
|
|
1936
1939
|
randAngle: number;
|
|
1937
1940
|
hiddenSide: number;
|
|
1938
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
1941
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
1939
1942
|
}, {}> | Exercise<{
|
|
1940
1943
|
sideAsked: number;
|
|
1941
1944
|
givenSide: number;
|
|
1942
1945
|
givenAngle: number;
|
|
1943
|
-
triangleIdentifiers: import("./math/geometry/triangle").TriangleIdentifiers;
|
|
1946
|
+
triangleIdentifiers: import("./math/geometry/triangle.js").TriangleIdentifiers;
|
|
1944
1947
|
}, {}> | Exercise<{
|
|
1945
|
-
reactionArray: import("./pc/constants/molecularChemistry/reaction").ReactionSpecies[];
|
|
1948
|
+
reactionArray: import("./pc/constants/molecularChemistry/reaction.js").ReactionSpecies[];
|
|
1946
1949
|
}, {}> | Exercise<{
|
|
1947
|
-
reactionArray: import("./pc/constants/molecularChemistry/reaction").ReactionSpecies[];
|
|
1950
|
+
reactionArray: import("./pc/constants/molecularChemistry/reaction.js").ReactionSpecies[];
|
|
1948
1951
|
randomSpacieIndex: number;
|
|
1949
1952
|
}, {}> | Exercise<{
|
|
1950
1953
|
concentrationMere: number;
|
|
@@ -2030,8 +2033,8 @@ declare const pcExercises: (Exercise<{
|
|
|
2030
2033
|
target: "le poids" | "la masse";
|
|
2031
2034
|
}, {}> | Exercise<{
|
|
2032
2035
|
planet: string;
|
|
2033
|
-
mass: import("./pc/measure/measure").Measure
|
|
2034
|
-
distance: import("./pc/measure/measure").Measure
|
|
2036
|
+
mass: import("./pc/measure/measure.js").Measure;
|
|
2037
|
+
distance: import("./pc/measure/measure.js").Measure;
|
|
2035
2038
|
}, {}> | Exercise<{
|
|
2036
2039
|
planet: string;
|
|
2037
2040
|
mass: number;
|
|
@@ -2054,28 +2057,28 @@ declare const pcExercises: (Exercise<{
|
|
|
2054
2057
|
T: number;
|
|
2055
2058
|
}, {}> | Exercise<{
|
|
2056
2059
|
lightYear: number;
|
|
2057
|
-
distanceMeters: import("./pc/measure/measure").Measure
|
|
2060
|
+
distanceMeters: import("./pc/measure/measure.js").Measure;
|
|
2058
2061
|
isLightYearToMeters: boolean;
|
|
2059
2062
|
}, {}> | Exercise<{
|
|
2060
|
-
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols").AtomSymbols;
|
|
2063
|
+
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols.js").AtomSymbols;
|
|
2061
2064
|
elementToFind: "proton" | "neutron" | "electron";
|
|
2062
2065
|
}, {}> | Exercise<{
|
|
2063
|
-
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols").AtomSymbols;
|
|
2066
|
+
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols.js").AtomSymbols;
|
|
2064
2067
|
}, {}> | Exercise<{
|
|
2065
|
-
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols").AtomSymbols;
|
|
2068
|
+
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols.js").AtomSymbols;
|
|
2066
2069
|
}, {}> | Exercise<{
|
|
2067
|
-
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols").AtomSymbols;
|
|
2070
|
+
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols.js").AtomSymbols;
|
|
2068
2071
|
}, {}> | Exercise<{
|
|
2069
2072
|
totalWeight: number;
|
|
2070
2073
|
percent: number;
|
|
2071
2074
|
elWeight: number;
|
|
2072
2075
|
type: number;
|
|
2073
2076
|
}, {}> | Exercise<{}, {}> | Exercise<{
|
|
2074
|
-
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols").AtomSymbols;
|
|
2077
|
+
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols.js").AtomSymbols;
|
|
2075
2078
|
}, {}> | Exercise<{
|
|
2076
|
-
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols").AtomSymbols;
|
|
2079
|
+
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols.js").AtomSymbols;
|
|
2077
2080
|
}, {}> | Exercise<{
|
|
2078
|
-
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols").AtomSymbols;
|
|
2081
|
+
atomSymbol: import("./pc/constants/molecularChemistry/atomSymbols.js").AtomSymbols;
|
|
2079
2082
|
sampleMass: number;
|
|
2080
2083
|
}, {}> | Exercise<{
|
|
2081
2084
|
totalMass: number;
|
|
@@ -2186,21 +2189,21 @@ declare const pcExercises: (Exercise<{
|
|
|
2186
2189
|
mass: number;
|
|
2187
2190
|
}, {}> | Exercise<{
|
|
2188
2191
|
type: number;
|
|
2189
|
-
pc?: number
|
|
2190
|
-
mass?: number
|
|
2191
|
-
eComb?: number
|
|
2192
|
-
quantity?: number
|
|
2192
|
+
pc?: number;
|
|
2193
|
+
mass?: number;
|
|
2194
|
+
eComb?: number;
|
|
2195
|
+
quantity?: number;
|
|
2193
2196
|
}, {}> | Exercise<{
|
|
2194
2197
|
mass: number;
|
|
2195
2198
|
specificHeat: number;
|
|
2196
2199
|
initialTemp: number;
|
|
2197
2200
|
finalTemp: number;
|
|
2198
|
-
variable: "
|
|
2201
|
+
variable: "E_th" | "m" | "c" | "deltaT";
|
|
2199
2202
|
}, {}> | Exercise<{
|
|
2200
2203
|
inputPower: number;
|
|
2201
2204
|
outputPower: number;
|
|
2202
2205
|
efficiency: number;
|
|
2203
|
-
variable: "P_in" | "P_out" | "
|
|
2206
|
+
variable: "P_in" | "P_out" | "\u03B7";
|
|
2204
2207
|
}, {}> | Exercise<{
|
|
2205
2208
|
norm: number;
|
|
2206
2209
|
}, {}> | Exercise<{
|
|
@@ -2221,12 +2224,12 @@ declare const pcExercises: (Exercise<{
|
|
|
2221
2224
|
}, {}> | Exercise<{
|
|
2222
2225
|
object1: string;
|
|
2223
2226
|
object2: string;
|
|
2224
|
-
reference: "
|
|
2227
|
+
reference: "\u00E0 l'autre" | "au sol";
|
|
2225
2228
|
}, {}> | Exercise<{
|
|
2226
2229
|
speed: number;
|
|
2227
2230
|
distance: number;
|
|
2228
2231
|
deltaTime: number;
|
|
2229
|
-
target: "
|
|
2232
|
+
target: "vitesse moyenne" | "distance" | "temps";
|
|
2230
2233
|
}, {}> | Exercise<{
|
|
2231
2234
|
epsilon: number;
|
|
2232
2235
|
l: number;
|
|
@@ -2242,16 +2245,16 @@ declare const pcExercises: (Exercise<{
|
|
|
2242
2245
|
concentration: number;
|
|
2243
2246
|
quantity: number;
|
|
2244
2247
|
volume: number;
|
|
2245
|
-
variable: "C" | "
|
|
2248
|
+
variable: "C" | "n" | "V";
|
|
2246
2249
|
}, {}> | Exercise<{
|
|
2247
2250
|
concentration: number;
|
|
2248
2251
|
mass: number;
|
|
2249
2252
|
molarMass: number;
|
|
2250
|
-
variable: "C" | "
|
|
2253
|
+
variable: "C" | "t" | "M";
|
|
2251
2254
|
}, {}> | Exercise<{
|
|
2252
|
-
wavelengths: import("./pc/measure/measure").Measure
|
|
2253
|
-
targetColor: "
|
|
2254
|
-
energy: import("./pc/measure/measure").Measure
|
|
2255
|
+
wavelengths: import("./pc/measure/measure.js").Measure[];
|
|
2256
|
+
targetColor: "bleue" | "verte" | "rouge";
|
|
2257
|
+
energy: import("./pc/measure/measure.js").Measure;
|
|
2255
2258
|
}, {}> | Exercise<{
|
|
2256
2259
|
atomicMass: number;
|
|
2257
2260
|
atomicNumber: number;
|