math-exercises 3.0.157 → 3.0.158
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 +7 -0
- package/lib/exercises/exercise.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/exp/expOfAffineEquals1Equation.d.ts +14 -0
- package/lib/exercises/math/calculLitteral/equation/exp/expOfAffineEquals1Equation.d.ts.map +1 -0
- package/lib/exercises/math/calculLitteral/equation/exp/expOfAffineEquals1Equation.js +145 -0
- package/lib/exercises/math/calculLitteral/equation/exp/expOfFEqualsExpOfGEquation.d.ts +16 -0
- package/lib/exercises/math/calculLitteral/equation/exp/expOfFEqualsExpOfGEquation.d.ts.map +1 -0
- package/lib/exercises/math/calculLitteral/equation/exp/expOfFEqualsExpOfGEquation.js +444 -0
- package/lib/exercises/math/calculLitteral/equation/exp/expOfTrinomEquals1Equation.d.ts +15 -0
- package/lib/exercises/math/calculLitteral/equation/exp/expOfTrinomEquals1Equation.d.ts.map +1 -0
- package/lib/exercises/math/calculLitteral/equation/exp/expOfTrinomEquals1Equation.js +292 -0
- package/lib/exercises/math/calculLitteral/equation/exp/index.d.ts +4 -0
- package/lib/exercises/math/calculLitteral/equation/exp/index.d.ts.map +1 -0
- package/lib/exercises/math/calculLitteral/equation/exp/index.js +3 -0
- package/lib/exercises/math/calculLitteral/inequations/exp/expOfFEqualsExpOfGInequation.d.ts +18 -0
- package/lib/exercises/math/calculLitteral/inequations/exp/expOfFEqualsExpOfGInequation.d.ts.map +1 -0
- package/lib/exercises/math/calculLitteral/inequations/exp/expOfFEqualsExpOfGInequation.js +437 -0
- package/lib/exercises/math/calculLitteral/inequations/exp/index.d.ts +2 -0
- package/lib/exercises/math/calculLitteral/inequations/exp/index.d.ts.map +1 -0
- package/lib/exercises/math/calculLitteral/inequations/exp/index.js +1 -0
- package/lib/exercises/math/derivation/derivative/exp/expDerivativeOne.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/exp/expDerivativeOne.js +29 -0
- package/lib/exercises/math/derivation/derivative/exp/expDerivativeThree.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/exp/expDerivativeThree.js +35 -2
- package/lib/exercises/math/derivation/derivative/exp/expDerivativeTwo.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/exp/expDerivativeTwo.js +19 -0
- package/lib/exercises/math/derivation/derivative/exp/expOverExpDerivative.d.ts +10 -0
- package/lib/exercises/math/derivation/derivative/exp/expOverExpDerivative.d.ts.map +1 -0
- package/lib/exercises/math/derivation/derivative/exp/expOverExpDerivative.js +282 -0
- package/lib/exercises/math/derivation/derivative/inverseFunctionDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/inverseFunctionDerivative.js +30 -2
- package/lib/exercises/math/derivation/derivative/productDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/productDerivative.js +68 -1
- package/lib/exercises/math/derivation/derivative/quotientDerivative.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/quotientDerivative.js +40 -4
- package/lib/exercises/math/derivation/derivative/sqrt/sqrtCompositionDerivation.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/sqrt/sqrtCompositionDerivation.js +30 -3
- package/lib/exercises/math/derivation/derivativeNumber/averageRateOfChangeAlgebraicExpression.d.ts +12 -0
- package/lib/exercises/math/derivation/derivativeNumber/averageRateOfChangeAlgebraicExpression.d.ts.map +1 -0
- package/lib/exercises/math/derivation/derivativeNumber/averageRateOfChangeAlgebraicExpression.js +127 -0
- package/lib/exercises/math/derivation/derivativeNumber/averageRateOfChangeFromAlgebraic.d.ts +13 -0
- package/lib/exercises/math/derivation/derivativeNumber/averageRateOfChangeFromAlgebraic.d.ts.map +1 -0
- package/lib/exercises/math/derivation/derivativeNumber/averageRateOfChangeFromAlgebraic.js +161 -0
- package/lib/exercises/math/derivation/derivativeNumber/averageRateOfChangeFromImages.d.ts +11 -0
- package/lib/exercises/math/derivation/derivativeNumber/averageRateOfChangeFromImages.d.ts.map +1 -0
- package/lib/exercises/math/derivation/derivativeNumber/averageRateOfChangeFromImages.js +116 -0
- package/lib/exercises/math/derivation/derivativeNumber/derivativeNumberCalcul.d.ts +8 -0
- package/lib/exercises/math/derivation/derivativeNumber/derivativeNumberCalcul.d.ts.map +1 -0
- package/lib/exercises/math/derivation/derivativeNumber/derivativeNumberCalcul.js +142 -0
- package/lib/exercises/math/derivation/derivativeNumber/index.d.ts +4 -0
- package/lib/exercises/math/derivation/derivativeNumber/index.d.ts.map +1 -0
- package/lib/exercises/math/derivation/derivativeNumber/index.js +4 -0
- package/lib/exercises/math/derivation/index.d.ts +1 -1
- package/lib/exercises/math/derivation/index.js +1 -1
- package/lib/exercises/math/functions/exponential/algebraic/approxExpAPlusB.d.ts +13 -0
- package/lib/exercises/math/functions/exponential/algebraic/approxExpAPlusB.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponential/algebraic/approxExpAPlusB.js +278 -0
- package/lib/exercises/math/functions/exponential/algebraic/approxExpKa.d.ts +11 -0
- package/lib/exercises/math/functions/exponential/algebraic/approxExpKa.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponential/algebraic/approxExpKa.js +211 -0
- package/lib/exercises/math/functions/exponential/algebraic/approxExpN.d.ts +9 -0
- package/lib/exercises/math/functions/exponential/algebraic/approxExpN.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponential/algebraic/approxExpN.js +142 -0
- package/lib/exercises/math/functions/exponential/algebraic/index.d.ts +5 -0
- package/lib/exercises/math/functions/exponential/algebraic/index.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponential/algebraic/index.js +4 -0
- package/lib/exercises/math/functions/exponential/algebraic/rewriteExpUsingExpA.d.ts +14 -0
- package/lib/exercises/math/functions/exponential/algebraic/rewriteExpUsingExpA.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponential/algebraic/rewriteExpUsingExpA.js +337 -0
- package/lib/exercises/math/functions/exponential/definition/approxExpAPlusH.d.ts +11 -0
- package/lib/exercises/math/functions/exponential/definition/approxExpAPlusH.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponential/definition/approxExpAPlusH.js +234 -0
- package/lib/exercises/math/functions/exponential/definition/expAntecedentFromGraph.d.ts +9 -0
- package/lib/exercises/math/functions/exponential/definition/expAntecedentFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponential/definition/expAntecedentFromGraph.js +190 -0
- package/lib/exercises/math/functions/exponential/definition/expImageFromGraph.d.ts +9 -0
- package/lib/exercises/math/functions/exponential/definition/expImageFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponential/definition/expImageFromGraph.js +190 -0
- package/lib/exercises/math/functions/exponential/definition/index.d.ts +5 -0
- package/lib/exercises/math/functions/exponential/definition/index.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponential/definition/index.js +4 -0
- package/lib/exercises/math/functions/exponential/definition/isPlausibleExpFromGraph.d.ts +13 -0
- package/lib/exercises/math/functions/exponential/definition/isPlausibleExpFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponential/definition/isPlausibleExpFromGraph.js +375 -0
- package/lib/exercises/math/functions/trinoms/devForm/coefficientsIdentification.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/devForm/coefficientsIdentification.js +30 -3
- package/lib/exercises/math/functions/trinoms/equation/deltaTrinom.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/equation/deltaTrinom.js +35 -1
- package/lib/exercises/math/functions/trinoms/parabole/paraboleExpressionReading.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/parabole/paraboleExpressionReading.js +1 -1
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/alphaBetaInCanonicalForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/alphaBetaInCanonicalForm.js +23 -1
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/extremumFromCanonicalForm.d.ts.map +1 -1
- package/lib/exercises/math/functions/trinoms/summitAndCanonical/extremumFromCanonicalForm.js +29 -0
- package/lib/exercises/math/functions/variations/exp/index.d.ts +3 -0
- package/lib/exercises/math/functions/variations/exp/index.d.ts.map +1 -0
- package/lib/exercises/math/functions/variations/exp/index.js +2 -0
- package/lib/exercises/math/functions/variations/exp/varOfAEXPlusB.d.ts +9 -0
- package/lib/exercises/math/functions/variations/exp/varOfAEXPlusB.d.ts.map +1 -0
- package/lib/exercises/math/functions/variations/exp/varOfAEXPlusB.js +101 -0
- package/lib/exercises/math/functions/variations/exp/varOfAEXPlusBOverCEXPlusD.d.ts +11 -0
- package/lib/exercises/math/functions/variations/exp/varOfAEXPlusBOverCEXPlusD.d.ts.map +1 -0
- package/lib/exercises/math/functions/variations/exp/varOfAEXPlusBOverCEXPlusD.js +192 -0
- package/lib/exercises/math/geometry/euclidian/pinPointFromAxialOrCentralSymmetry.js +2 -2
- package/lib/exercises/math/geometry/thales/thales.js +1 -1
- package/lib/exercises/math/geometry/thales/thalesCalcul.js +1 -1
- package/lib/exercises/math/geometry/vectors/colinearity/determinant.js +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/angleFromScalarProduct.js +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/findCoordinatesToOrthogonalize.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/findCoordinatesToOrthogonalize.js +33 -7
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCoords.js +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCos.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCos.js +38 -1
- package/lib/exercises/math/probaStat/conditionalProbability.d.ts +4 -1
- package/lib/exercises/math/probaStat/conditionalProbability.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/conditionalProbability.js +38 -5
- package/lib/exercises/math/probaStat/independancy/independancy.d.ts +9 -0
- package/lib/exercises/math/probaStat/independancy/independancy.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/independancy/independancy.js +114 -0
- package/lib/exercises/math/probaStat/independancy/independancyFindCap.d.ts +9 -0
- package/lib/exercises/math/probaStat/independancy/independancyFindCap.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/independancy/independancyFindCap.js +101 -0
- package/lib/exercises/math/probaStat/independancy/independancyFindCup.d.ts +9 -0
- package/lib/exercises/math/probaStat/independancy/independancyFindCup.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/independancy/independancyFindCup.js +118 -0
- package/lib/exercises/math/probaStat/independancy/index.d.ts +5 -0
- package/lib/exercises/math/probaStat/independancy/index.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/independancy/index.js +4 -0
- package/lib/exercises/math/probaStat/independancy/isIndependantFromDefinition.d.ts +10 -0
- package/lib/exercises/math/probaStat/independancy/isIndependantFromDefinition.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/independancy/isIndependantFromDefinition.js +106 -0
- package/lib/exercises/math/probaStat/index.d.ts +1 -1
- package/lib/exercises/math/probaStat/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/index.js +1 -1
- package/lib/exercises/math/probaStat/randomVariable/randomVariableStandardDeviation.js +1 -1
- package/lib/exercises/math/probaStat/twoStepExperiments/headsOrTailsTwiceOutcomes.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/twoStepExperiments/headsOrTailsTwiceOutcomes.js +7 -0
- package/lib/exercises/math/probaStat/twoStepExperiments/headsOrTailsTwiceProbas.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/twoStepExperiments/headsOrTailsTwiceProbas.js +7 -0
- package/lib/exercises/math/probaStat/twoStepExperiments/numberPoolTwiceProbas.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/twoStepExperiments/numberPoolTwiceProbas.js +7 -0
- package/lib/exercises/math/probaStat/twoStepExperiments/twoStepExperimentProbas.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/twoStepExperiments/twoStepExperimentProbas.js +7 -0
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormulaFirstTermRandom.d.ts +9 -0
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormulaFirstTermRandom.d.ts.map +1 -0
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormulaFirstTermRandom.js +118 -0
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindRandomTermFromTwoTerms.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindRandomTermFromTwoTerms.js +55 -6
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReasonRandomRange.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFindReasonRandomRange.js +42 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFirstTermsSum.d.ts +4 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFirstTermsSum.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticFirstTermsSum.js +57 -7
- package/lib/exercises/math/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.js +24 -2
- package/lib/exercises/math/sequences/arithmetic/arithmeticThresholdFind.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/arithmeticThresholdFind.js +31 -8
- package/lib/exercises/math/sequences/arithmetic/index.d.ts +1 -1
- package/lib/exercises/math/sequences/arithmetic/index.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/index.js +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.js +11 -1
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormulaFirstRankOne.js +5 -5
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormulaFirstTermRandom.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormulaFirstTermRandom.js +3 -1
- package/lib/exercises/math/sequences/geometric/geometricFindReason.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricFindReason.js +41 -2
- package/lib/exercises/math/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/geometricRecurrenceFormulaUsage.js +28 -2
- package/lib/exercises/math/sequences/sequenceEvaluation.d.ts.map +1 -1
- package/lib/exercises/math/sequences/sequenceEvaluation.js +22 -2
- package/lib/exercises/math/trigonometry/circle/areReelsOnTheSameTrigoCirclePoint.d.ts +9 -0
- package/lib/exercises/math/trigonometry/circle/areReelsOnTheSameTrigoCirclePoint.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/circle/areReelsOnTheSameTrigoCirclePoint.js +107 -0
- package/lib/exercises/math/trigonometry/circle/associatePoint.d.ts +10 -0
- package/lib/exercises/math/trigonometry/circle/associatePoint.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/circle/associatePoint.js +86 -0
- package/lib/exercises/math/trigonometry/circle/associateReelToTrigoCirclePoint.d.ts +10 -0
- package/lib/exercises/math/trigonometry/circle/associateReelToTrigoCirclePoint.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/circle/associateReelToTrigoCirclePoint.js +205 -0
- package/lib/exercises/math/trigonometry/circle/findAngleFromCosAndSin.d.ts +7 -0
- package/lib/exercises/math/trigonometry/circle/findAngleFromCosAndSin.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/circle/findAngleFromCosAndSin.js +121 -0
- package/lib/exercises/math/trigonometry/circle/index.d.ts +7 -0
- package/lib/exercises/math/trigonometry/circle/index.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/circle/index.js +7 -0
- package/lib/exercises/math/trigonometry/circle/mainAngleMeasure.d.ts +10 -0
- package/lib/exercises/math/trigonometry/circle/mainAngleMeasure.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/circle/mainAngleMeasure.js +100 -0
- package/lib/exercises/math/trigonometry/circle/mainRemarkableValues.d.ts +8 -0
- package/lib/exercises/math/trigonometry/circle/mainRemarkableValues.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/circle/mainRemarkableValues.js +97 -0
- package/lib/exercises/math/trigonometry/circle/remarkableValues.d.ts +10 -0
- package/lib/exercises/math/trigonometry/circle/remarkableValues.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/circle/remarkableValues.js +112 -0
- package/lib/exercises/math/trigonometry/functions/basicEquationCos.d.ts +7 -0
- package/lib/exercises/math/trigonometry/functions/basicEquationCos.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/functions/basicEquationCos.js +92 -0
- package/lib/exercises/math/trigonometry/functions/basicEquationSin.d.ts +7 -0
- package/lib/exercises/math/trigonometry/functions/basicEquationSin.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/functions/basicEquationSin.js +104 -0
- package/lib/exercises/math/trigonometry/functions/basicTrigoSystemEquation.d.ts +7 -0
- package/lib/exercises/math/trigonometry/functions/basicTrigoSystemEquation.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/functions/basicTrigoSystemEquation.js +83 -0
- package/lib/exercises/math/trigonometry/functions/equationCosOnRandomInterval.d.ts +8 -0
- package/lib/exercises/math/trigonometry/functions/equationCosOnRandomInterval.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/functions/equationCosOnRandomInterval.js +111 -0
- package/lib/exercises/math/trigonometry/functions/equationSinOnRandomInterval.d.ts +8 -0
- package/lib/exercises/math/trigonometry/functions/equationSinOnRandomInterval.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/functions/equationSinOnRandomInterval.js +101 -0
- package/lib/exercises/math/trigonometry/functions/index.d.ts +6 -0
- package/lib/exercises/math/trigonometry/functions/index.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/functions/index.js +6 -0
- package/lib/exercises/math/trigonometry/functions/trigoAssociateAngle.d.ts +9 -0
- package/lib/exercises/math/trigonometry/functions/trigoAssociateAngle.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/functions/trigoAssociateAngle.js +151 -0
- package/lib/exercises/math/trigonometry/index.d.ts +3 -14
- package/lib/exercises/math/trigonometry/index.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/index.js +3 -14
- package/lib/exercises/math/trigonometry/triangle/index.d.ts +7 -0
- package/lib/exercises/math/trigonometry/triangle/index.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/triangle/index.js +6 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometry.d.ts +10 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometry.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometry.js +207 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometryAngleCalcul.d.ts +10 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometryAngleCalcul.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometryAngleCalcul.js +174 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySideCalcul.d.ts +11 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySideCalcul.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySideCalcul.js +224 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySideName.d.ts +13 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySideName.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySideName.js +189 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySohcahtoaCalcul.d.ts +13 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySohcahtoaCalcul.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySohcahtoaCalcul.js +290 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySohcahtoaUse.d.ts +18 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySohcahtoaUse.d.ts.map +1 -0
- package/lib/exercises/math/trigonometry/triangle/trigonometrySohcahtoaUse.js +386 -0
- package/lib/exercises/pc/mathExosInPC.d.ts +2 -2
- package/lib/exercises/pc/mathExosInPC.d.ts.map +1 -1
- package/lib/exercises/pc/mathExosInPC.js +2 -2
- package/lib/index.d.ts +63 -27
- package/lib/index.d.ts.map +1 -1
- package/lib/math/geometry/segment.d.ts +1 -1
- package/lib/math/geometry/vector.d.ts +2 -1
- package/lib/math/geometry/vector.d.ts.map +1 -1
- package/lib/math/geometry/vector.js +1 -1
- package/lib/math/numbers/reals/real.d.ts.map +1 -1
- package/lib/math/numbers/reals/real.js +2 -0
- package/lib/playground.d.ts.map +1 -1
- package/lib/playground.js +3 -1
- package/lib/tree/nodes/algebraicNode.d.ts +1 -0
- package/lib/tree/nodes/algebraicNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/sqrtNode.d.ts +2 -1
- package/lib/tree/nodes/functions/sqrtNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/sqrtNode.js +17 -6
- package/lib/tree/nodes/operators/multiplyNode.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import { tryToAddWrongProp, propWhile, addValidProp, } from "../../../../../exercises/exercise.js";
|
|
2
|
+
import { getDistinctQuestions } from "../../../../../exercises/utils/getDistinctQuestions.js";
|
|
3
|
+
import { greenMain, red } from "../../../../../geogebra/colors.js";
|
|
4
|
+
import { GeogebraConstructor } from "../../../../../geogebra/geogebraConstructor.js";
|
|
5
|
+
import { Point } from "../../../../../math/geometry/point.js";
|
|
6
|
+
import { randfloat } from "../../../../../math/utils/random/randfloat.js";
|
|
7
|
+
import { round } from "../../../../../math/utils/round.js";
|
|
8
|
+
import { exp } from "../../../../../tree/nodes/functions/expNode.js";
|
|
9
|
+
import { LogNode } from "../../../../../tree/nodes/functions/logNode.js";
|
|
10
|
+
import { substract } from "../../../../../tree/nodes/operators/substractNode.js";
|
|
11
|
+
import { parseAlgebraic } from "../../../../../tree/parsers/latexParser.js";
|
|
12
|
+
import { coinFlip } from "../../../../../utils/alea/coinFlip.js";
|
|
13
|
+
const precision = 2;
|
|
14
|
+
const getInstruction = (identifiers) => {
|
|
15
|
+
const { a, isExpPrime } = identifiers;
|
|
16
|
+
return `La courbe représentative de la fonction exponentielle est ci-dessous en rouge.
|
|
17
|
+
|
|
18
|
+
Résoudre graphiquement l'équation
|
|
19
|
+
|
|
20
|
+
$$
|
|
21
|
+
\\exp${isExpPrime ? "'" : ""}(x) = ${a.frenchify()}
|
|
22
|
+
$$
|
|
23
|
+
|
|
24
|
+
(donner une valeur approchée
|
|
25
|
+
|
|
26
|
+
avec $${precision}$ décimale${precision > 1 ? "s" : ""}).`;
|
|
27
|
+
};
|
|
28
|
+
const getAnswerNode = (identifiers) => {
|
|
29
|
+
const { a } = identifiers;
|
|
30
|
+
return round(new LogNode(a.toTree()).evaluate(), precision).toTree();
|
|
31
|
+
};
|
|
32
|
+
const getAnswer = (identifiers) => {
|
|
33
|
+
return getAnswerNode(identifiers).toTex();
|
|
34
|
+
};
|
|
35
|
+
const getHint = (identifiers) => {
|
|
36
|
+
const { a, isExpPrime } = identifiers;
|
|
37
|
+
if (isExpPrime) {
|
|
38
|
+
return `La fonction exponentielle vérifie pour tout $x$ réel :
|
|
39
|
+
|
|
40
|
+
$$
|
|
41
|
+
\\exp'(x)=\\exp(x)
|
|
42
|
+
$$
|
|
43
|
+
|
|
44
|
+
On cherche donc à résoudre l'équation :
|
|
45
|
+
|
|
46
|
+
$$
|
|
47
|
+
\\exp(x)=${a.frenchify()}
|
|
48
|
+
$$
|
|
49
|
+
|
|
50
|
+
Cela étant dit,
|
|
51
|
+
|
|
52
|
+
pour résoudre graphiquement $f(x)=${a.frenchify()}$, on cherche l'image ou les antécédents ?`;
|
|
53
|
+
}
|
|
54
|
+
else {
|
|
55
|
+
return `Pour résoudre graphiquement $f(x)=${a.frenchify()}$, on cherche l'image ou les antécédents ?`;
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
const getCorrection = (identifiers) => {
|
|
59
|
+
const { a, isExpPrime } = identifiers;
|
|
60
|
+
return `${(() => {
|
|
61
|
+
if (isExpPrime) {
|
|
62
|
+
return `La fonction exponentielle vérifie pour tout $x$ réel :
|
|
63
|
+
|
|
64
|
+
$$
|
|
65
|
+
\\exp'(x)=\\exp(x)
|
|
66
|
+
$$
|
|
67
|
+
|
|
68
|
+
On cherche donc à résoudre l'équation :
|
|
69
|
+
|
|
70
|
+
$$
|
|
71
|
+
\\exp(x)=${a.frenchify()}
|
|
72
|
+
$$
|
|
73
|
+
|
|
74
|
+
`;
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
return ``;
|
|
78
|
+
}
|
|
79
|
+
})()}
|
|
80
|
+
On cherche les antécédents de $${a.frenchify()}$ par $\\exp$.
|
|
81
|
+
|
|
82
|
+
La fonction exponentielle est strictement croissante de $\\mathbb{R}$ dans $\\mathbb{R}^{+*}$
|
|
83
|
+
|
|
84
|
+
donc $${a.frenchify()}$ n'a qu'un seul antécédent par $\\exp$ ; on le nomme $x_{0}$.
|
|
85
|
+
|
|
86
|
+
On lit :
|
|
87
|
+
|
|
88
|
+
$$
|
|
89
|
+
x_{0} \\approx ${getAnswer(identifiers)}
|
|
90
|
+
$$
|
|
91
|
+
|
|
92
|
+
`;
|
|
93
|
+
};
|
|
94
|
+
const getCorrectionGGBOptions = (identifiers) => {
|
|
95
|
+
const { a, coordsFrame } = identifiers;
|
|
96
|
+
const [xMinFrame, xMaxFrame, yMinFrame, yMaxFrame] = coordsFrame;
|
|
97
|
+
const x = getAnswerNode(identifiers);
|
|
98
|
+
const y = a;
|
|
99
|
+
const pointX0 = new Point("PX0", x, 0);
|
|
100
|
+
const point0Y = new Point("P0Y", 0, y);
|
|
101
|
+
const pointXY = new Point("PXY", x, y);
|
|
102
|
+
const commands = [
|
|
103
|
+
`Cf = exp(x)`,
|
|
104
|
+
`SetColor(Cf, "${red}")`,
|
|
105
|
+
`v1 = Vector(${point0Y.toMathString()},${pointXY.toMathString()})`,
|
|
106
|
+
`SetColor(v1, "${greenMain}")`,
|
|
107
|
+
`v2 = Vector(${pointXY.toMathString()},${pointX0.toMathString()})`,
|
|
108
|
+
`SetColor(v2, "${greenMain}")`,
|
|
109
|
+
];
|
|
110
|
+
const ggb = new GeogebraConstructor({
|
|
111
|
+
commands,
|
|
112
|
+
lockedAxesRatio: (xMaxFrame - xMinFrame) / (yMaxFrame - yMinFrame),
|
|
113
|
+
});
|
|
114
|
+
return ggb.getOptions({
|
|
115
|
+
coords: coordsFrame,
|
|
116
|
+
});
|
|
117
|
+
};
|
|
118
|
+
const getGGBOptions = (identifiers) => {
|
|
119
|
+
const { coordsFrame } = identifiers;
|
|
120
|
+
const [xMinFrame, xMaxFrame, yMinFrame, yMaxFrame] = coordsFrame;
|
|
121
|
+
const commands = [`Cf = exp(x)`, `SetColor(Cf, "${red}")`];
|
|
122
|
+
const ggb = new GeogebraConstructor({
|
|
123
|
+
commands,
|
|
124
|
+
lockedAxesRatio: (xMaxFrame - xMinFrame) / (yMaxFrame - yMinFrame),
|
|
125
|
+
});
|
|
126
|
+
return ggb.getOptions({
|
|
127
|
+
coords: coordsFrame,
|
|
128
|
+
});
|
|
129
|
+
};
|
|
130
|
+
const getPropositions = (n, { answer, ...identifiers }) => {
|
|
131
|
+
const { a } = identifiers;
|
|
132
|
+
const propositions = [];
|
|
133
|
+
addValidProp(propositions, answer);
|
|
134
|
+
//a
|
|
135
|
+
{
|
|
136
|
+
tryToAddWrongProp(propositions, round(a, precision).frenchify());
|
|
137
|
+
}
|
|
138
|
+
//exp(a)
|
|
139
|
+
{
|
|
140
|
+
tryToAddWrongProp(propositions, round(exp(a).evaluate(), precision).frenchify());
|
|
141
|
+
}
|
|
142
|
+
propWhile(propositions, n, () => {
|
|
143
|
+
tryToAddWrongProp(propositions, randfloat(-1, 2, precision).frenchify());
|
|
144
|
+
});
|
|
145
|
+
return propositions;
|
|
146
|
+
};
|
|
147
|
+
const isAnswerValid = (ans, { answer }) => {
|
|
148
|
+
const nodeAns = parseAlgebraic(ans);
|
|
149
|
+
const nodeAnswer = parseAlgebraic(answer);
|
|
150
|
+
return substract(nodeAns, nodeAnswer).evaluate() === 0;
|
|
151
|
+
};
|
|
152
|
+
const getExpAntecedentFromGraphQuestion = () => {
|
|
153
|
+
const a = randfloat(0.5, 2, precision);
|
|
154
|
+
const isExpPrime = coinFlip();
|
|
155
|
+
const coordsFrame = [-1, 2, Math.exp(-1), Math.exp(2)];
|
|
156
|
+
const identifiers = {
|
|
157
|
+
a,
|
|
158
|
+
isExpPrime,
|
|
159
|
+
coordsFrame,
|
|
160
|
+
};
|
|
161
|
+
return getQuestionFromIdentifiers(identifiers);
|
|
162
|
+
};
|
|
163
|
+
const getQuestionFromIdentifiers = (identifiers) => {
|
|
164
|
+
const question = {
|
|
165
|
+
answer: getAnswer(identifiers),
|
|
166
|
+
instruction: getInstruction(identifiers),
|
|
167
|
+
answerFormat: "tex",
|
|
168
|
+
identifiers,
|
|
169
|
+
keys: [],
|
|
170
|
+
hint: getHint(identifiers),
|
|
171
|
+
correction: getCorrection(identifiers),
|
|
172
|
+
correctionGgbOptions: getCorrectionGGBOptions(identifiers),
|
|
173
|
+
ggbOptions: getGGBOptions(identifiers),
|
|
174
|
+
};
|
|
175
|
+
return question;
|
|
176
|
+
};
|
|
177
|
+
export const expAntecedentFromGraph = {
|
|
178
|
+
id: "expAntecedentFromGraph",
|
|
179
|
+
label: "Résoudre graphiquement une équation du type $\\exp(x)=a$",
|
|
180
|
+
isSingleStep: true,
|
|
181
|
+
generator: (nb, opts) => getDistinctQuestions(() => getExpAntecedentFromGraphQuestion(opts), nb),
|
|
182
|
+
qcmTimer: 60,
|
|
183
|
+
freeTimer: 60,
|
|
184
|
+
getPropositions,
|
|
185
|
+
subject: "Mathématiques",
|
|
186
|
+
getQuestionFromIdentifiers,
|
|
187
|
+
hasGeogebra: true,
|
|
188
|
+
hasHintAndCorrection: true,
|
|
189
|
+
isAnswerValid,
|
|
190
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Exercise } from "../../../../../exercises/exercise.js";
|
|
2
|
+
type Identifiers = {
|
|
3
|
+
a: number;
|
|
4
|
+
isExpPrime: boolean;
|
|
5
|
+
coordsFrame: number[];
|
|
6
|
+
};
|
|
7
|
+
export declare const expImageFromGraph: Exercise<Identifiers>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=expImageFromGraph.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expImageFromGraph.d.ts","sourceRoot":"","sources":["../../../../../../src/exercises/math/functions/exponential/definition/expImageFromGraph.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;AAgBrC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AA0MF,eAAO,MAAM,iBAAiB,EAAE,QAAQ,CAAC,WAAW,CAenD,CAAC"}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import { tryToAddWrongProp, propWhile, addValidProp, } from "../../../../../exercises/exercise.js";
|
|
2
|
+
import { getDistinctQuestions } from "../../../../../exercises/utils/getDistinctQuestions.js";
|
|
3
|
+
import { greenMain, red } from "../../../../../geogebra/colors.js";
|
|
4
|
+
import { GeogebraConstructor } from "../../../../../geogebra/geogebraConstructor.js";
|
|
5
|
+
import { Point } from "../../../../../math/geometry/point.js";
|
|
6
|
+
import { randfloat } from "../../../../../math/utils/random/randfloat.js";
|
|
7
|
+
import { randint } from "../../../../../math/utils/random/randint.js";
|
|
8
|
+
import { round } from "../../../../../math/utils/round.js";
|
|
9
|
+
import { exp } from "../../../../../tree/nodes/functions/expNode.js";
|
|
10
|
+
import { LogNode } from "../../../../../tree/nodes/functions/logNode.js";
|
|
11
|
+
import { substract } from "../../../../../tree/nodes/operators/substractNode.js";
|
|
12
|
+
import { parseAlgebraic } from "../../../../../tree/parsers/latexParser.js";
|
|
13
|
+
import { coinFlip } from "../../../../../utils/alea/coinFlip.js";
|
|
14
|
+
const precision = 2;
|
|
15
|
+
const getInstruction = (identifiers) => {
|
|
16
|
+
const { a, isExpPrime } = identifiers;
|
|
17
|
+
return `La courbe représentative de la fonction exponentielle est ci-dessous en rouge.
|
|
18
|
+
|
|
19
|
+
Résoudre graphiquement l'équation
|
|
20
|
+
|
|
21
|
+
$$
|
|
22
|
+
\\exp${isExpPrime ? "'" : ""}(${a.frenchify()}) = x
|
|
23
|
+
$$
|
|
24
|
+
|
|
25
|
+
(donner une valeur approchée
|
|
26
|
+
|
|
27
|
+
avec $${precision}$ décimale${precision > 1 ? "s" : ""}).`;
|
|
28
|
+
};
|
|
29
|
+
const getAnswerNode = (identifiers) => {
|
|
30
|
+
const { a } = identifiers;
|
|
31
|
+
return round(exp(a).evaluate(), precision).toTree();
|
|
32
|
+
};
|
|
33
|
+
const getAnswer = (identifiers) => {
|
|
34
|
+
return getAnswerNode(identifiers).toTex();
|
|
35
|
+
};
|
|
36
|
+
const getHint = (identifiers) => {
|
|
37
|
+
const { a, isExpPrime } = identifiers;
|
|
38
|
+
if (isExpPrime) {
|
|
39
|
+
return `La fonction exponentielle vérifie pour tout $x$ réel :
|
|
40
|
+
|
|
41
|
+
$$
|
|
42
|
+
\\exp'(x)=\\exp(x)
|
|
43
|
+
$$
|
|
44
|
+
|
|
45
|
+
On cherche donc à résoudre l'équation :
|
|
46
|
+
|
|
47
|
+
$$
|
|
48
|
+
\\exp(x)=${a.frenchify()}
|
|
49
|
+
$$
|
|
50
|
+
|
|
51
|
+
Cela étant dit,
|
|
52
|
+
|
|
53
|
+
ici, on cherche l'image ou les antécédents ?`;
|
|
54
|
+
}
|
|
55
|
+
else {
|
|
56
|
+
return `Ici, on cherche l'image ou les antécédents ?`;
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
const getCorrection = (identifiers) => {
|
|
60
|
+
const { a, isExpPrime } = identifiers;
|
|
61
|
+
return `${(() => {
|
|
62
|
+
if (isExpPrime) {
|
|
63
|
+
return `La fonction exponentielle vérifie pour tout $x$ réel :
|
|
64
|
+
|
|
65
|
+
$$
|
|
66
|
+
\\exp'(x)=\\exp(x)
|
|
67
|
+
$$
|
|
68
|
+
|
|
69
|
+
`;
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
return ``;
|
|
73
|
+
}
|
|
74
|
+
})()}
|
|
75
|
+
On cherche l'image de $${a.frenchify()}$ par $\\exp$
|
|
76
|
+
|
|
77
|
+
On lit :
|
|
78
|
+
|
|
79
|
+
$$
|
|
80
|
+
\\exp(${a.frenchify()}) \\approx ${getAnswer(identifiers)}
|
|
81
|
+
$$
|
|
82
|
+
|
|
83
|
+
`;
|
|
84
|
+
};
|
|
85
|
+
const getCorrectionGGBOptions = (identifiers) => {
|
|
86
|
+
const { a, coordsFrame } = identifiers;
|
|
87
|
+
const [xMinFrame, xMaxFrame, yMinFrame, yMaxFrame] = coordsFrame;
|
|
88
|
+
const x = a;
|
|
89
|
+
const y = exp(a);
|
|
90
|
+
const pointX0 = new Point("PX0", x, 0);
|
|
91
|
+
const point0Y = new Point("P0Y", 0, y);
|
|
92
|
+
const pointXY = new Point("PXY", x, y);
|
|
93
|
+
const commands = [
|
|
94
|
+
`Cf = exp(x)`,
|
|
95
|
+
`SetColor(Cf, "${red}")`,
|
|
96
|
+
`v1 = Vector(${pointX0.toMathString()},${pointXY.toMathString()})`,
|
|
97
|
+
`SetColor(v1, "${greenMain}")`,
|
|
98
|
+
`v2 = Vector(${pointXY.toMathString()},${point0Y.toMathString()})`,
|
|
99
|
+
`SetColor(v2, "${greenMain}")`,
|
|
100
|
+
];
|
|
101
|
+
const ggb = new GeogebraConstructor({
|
|
102
|
+
commands,
|
|
103
|
+
lockedAxesRatio: (xMaxFrame - xMinFrame) / (yMaxFrame - yMinFrame),
|
|
104
|
+
});
|
|
105
|
+
return ggb.getOptions({
|
|
106
|
+
coords: coordsFrame,
|
|
107
|
+
});
|
|
108
|
+
};
|
|
109
|
+
const getGGBOptions = (identifiers) => {
|
|
110
|
+
const { coordsFrame } = identifiers;
|
|
111
|
+
const [xMinFrame, xMaxFrame, yMinFrame, yMaxFrame] = coordsFrame;
|
|
112
|
+
const commands = [`Cf = exp(x)`, `SetColor(Cf, "${red}")`];
|
|
113
|
+
const ggb = new GeogebraConstructor({
|
|
114
|
+
commands,
|
|
115
|
+
lockedAxesRatio: (xMaxFrame - xMinFrame) / (yMaxFrame - yMinFrame),
|
|
116
|
+
});
|
|
117
|
+
return ggb.getOptions({
|
|
118
|
+
coords: coordsFrame,
|
|
119
|
+
});
|
|
120
|
+
};
|
|
121
|
+
const getPropositions = (n, { answer, ...identifiers }) => {
|
|
122
|
+
const { a } = identifiers;
|
|
123
|
+
const propositions = [];
|
|
124
|
+
addValidProp(propositions, answer);
|
|
125
|
+
//a
|
|
126
|
+
{
|
|
127
|
+
tryToAddWrongProp(propositions, round(a, precision).frenchify());
|
|
128
|
+
}
|
|
129
|
+
//ln(a)
|
|
130
|
+
{
|
|
131
|
+
tryToAddWrongProp(propositions, round(new LogNode(a.toTree()).evaluate(), precision).frenchify());
|
|
132
|
+
}
|
|
133
|
+
propWhile(propositions, n, () => {
|
|
134
|
+
tryToAddWrongProp(propositions, randfloat(0, 1000, precision).frenchify());
|
|
135
|
+
});
|
|
136
|
+
return propositions;
|
|
137
|
+
};
|
|
138
|
+
const isAnswerValid = (ans, { answer }) => {
|
|
139
|
+
const nodeAns = parseAlgebraic(ans);
|
|
140
|
+
const nodeAnswer = parseAlgebraic(answer);
|
|
141
|
+
return substract(nodeAns, nodeAnswer).evaluate() === 0;
|
|
142
|
+
};
|
|
143
|
+
const getExpImageFromGraphQuestion = () => {
|
|
144
|
+
const minA = 1;
|
|
145
|
+
const maxA = 8;
|
|
146
|
+
const a = randint(minA, maxA + 1);
|
|
147
|
+
const isExpPrime = coinFlip();
|
|
148
|
+
const minXFrame = a - randint(2, 6);
|
|
149
|
+
const maxXFrame = a + randint(1, 3);
|
|
150
|
+
const coordsFrame = [
|
|
151
|
+
minXFrame,
|
|
152
|
+
maxXFrame,
|
|
153
|
+
Math.exp(minXFrame),
|
|
154
|
+
Math.exp(maxXFrame),
|
|
155
|
+
];
|
|
156
|
+
const identifiers = {
|
|
157
|
+
a,
|
|
158
|
+
isExpPrime,
|
|
159
|
+
coordsFrame,
|
|
160
|
+
};
|
|
161
|
+
return getQuestionFromIdentifiers(identifiers);
|
|
162
|
+
};
|
|
163
|
+
const getQuestionFromIdentifiers = (identifiers) => {
|
|
164
|
+
const question = {
|
|
165
|
+
answer: getAnswer(identifiers),
|
|
166
|
+
instruction: getInstruction(identifiers),
|
|
167
|
+
answerFormat: "tex",
|
|
168
|
+
identifiers,
|
|
169
|
+
keys: [],
|
|
170
|
+
hint: getHint(identifiers),
|
|
171
|
+
correction: getCorrection(identifiers),
|
|
172
|
+
correctionGgbOptions: getCorrectionGGBOptions(identifiers),
|
|
173
|
+
ggbOptions: getGGBOptions(identifiers),
|
|
174
|
+
};
|
|
175
|
+
return question;
|
|
176
|
+
};
|
|
177
|
+
export const expImageFromGraph = {
|
|
178
|
+
id: "expImageFromGraph",
|
|
179
|
+
label: "Lire graphiquement une valeur approchée de $\\exp(a)$ ou de $\\exp'(a)$",
|
|
180
|
+
isSingleStep: true,
|
|
181
|
+
generator: (nb, opts) => getDistinctQuestions(() => getExpImageFromGraphQuestion(opts), nb),
|
|
182
|
+
qcmTimer: 60,
|
|
183
|
+
freeTimer: 60,
|
|
184
|
+
getPropositions,
|
|
185
|
+
subject: "Mathématiques",
|
|
186
|
+
getQuestionFromIdentifiers,
|
|
187
|
+
hasGeogebra: true,
|
|
188
|
+
hasHintAndCorrection: true,
|
|
189
|
+
isAnswerValid,
|
|
190
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/exercises/math/functions/exponential/definition/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Exercise } from "../../../../../exercises/exercise.js";
|
|
2
|
+
import { NodeIdentifiers } from "../../../../../tree/nodes/nodeConstructor.js";
|
|
3
|
+
type Identifiers = {
|
|
4
|
+
nodeIdsF: NodeIdentifiers;
|
|
5
|
+
nodeIdsT: NodeIdentifiers;
|
|
6
|
+
x: number;
|
|
7
|
+
s: number;
|
|
8
|
+
coordsFrame: number[];
|
|
9
|
+
rand: number;
|
|
10
|
+
};
|
|
11
|
+
export declare const isPlausibleExpFromGraph: Exercise<Identifiers>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=isPlausibleExpFromGraph.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isPlausibleExpFromGraph.d.ts","sourceRoot":"","sources":["../../../../../../src/exercises/math/functions/exponential/definition/isPlausibleExpFromGraph.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAaT,MAAM,6BAA6B,CAAC;AAQrC,OAAO,EAEL,eAAe,EAChB,MAAM,qCAAqC,CAAC;AAmB7C,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,eAAe,CAAC;IAC1B,QAAQ,EAAE,eAAe,CAAC;IAC1B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;CAQd,CAAC;AA4XF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,WAAW,CAczD,CAAC"}
|