math-exercises 3.0.109 → 3.0.111

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.
Files changed (1629) hide show
  1. package/lib/exercises/exercise.d.ts +25 -25
  2. package/lib/exercises/exercise.d.ts.map +1 -1
  3. package/lib/exercises/math/calcul/addAndSub.js +2 -2
  4. package/lib/exercises/math/calcul/addAndSubWithoutRelatives.d.ts.map +1 -1
  5. package/lib/exercises/math/calcul/addAndSubWithoutRelatives.js +5 -3
  6. package/lib/exercises/math/calcul/arithmetics/commonDivisorsList.d.ts.map +1 -1
  7. package/lib/exercises/math/calcul/arithmetics/commonDivisorsList.js +7 -6
  8. package/lib/exercises/math/calcul/arithmetics/divisibiltyCriteria.d.ts.map +1 -1
  9. package/lib/exercises/math/calcul/arithmetics/divisibiltyCriteria.js +2 -2
  10. package/lib/exercises/math/calcul/arithmetics/divisorsList.d.ts.map +1 -1
  11. package/lib/exercises/math/calcul/arithmetics/divisorsList.js +5 -4
  12. package/lib/exercises/math/calcul/arithmetics/getParityBetweenTwoNumbers.d.ts.map +1 -1
  13. package/lib/exercises/math/calcul/arithmetics/getParityBetweenTwoNumbers.js +6 -5
  14. package/lib/exercises/math/calcul/arithmetics/isMultipleOrDivisor.d.ts.map +1 -1
  15. package/lib/exercises/math/calcul/arithmetics/isMultipleOrDivisor.js +4 -5
  16. package/lib/exercises/math/calcul/arithmetics/paritySumsAndProducts.js +2 -2
  17. package/lib/exercises/math/calcul/arithmetics/ppcmCalcul.d.ts.map +1 -1
  18. package/lib/exercises/math/calcul/arithmetics/ppcmCalcul.js +2 -2
  19. package/lib/exercises/math/calcul/arithmetics/primeNumberIdentification.js +2 -2
  20. package/lib/exercises/math/calcul/arithmetics/primeNumbers.d.ts.map +1 -1
  21. package/lib/exercises/math/calcul/arithmetics/primeNumbers.js +11 -19
  22. package/lib/exercises/math/calcul/arithmetics/whichMultipleAmI.d.ts.map +1 -1
  23. package/lib/exercises/math/calcul/arithmetics/whichMultipleAmI.js +1 -7
  24. package/lib/exercises/math/calcul/decimals/decimalBoundingOnLine.d.ts.map +1 -1
  25. package/lib/exercises/math/calcul/decimals/decimalBoundingOnLine.js +5 -30
  26. package/lib/exercises/math/calcul/decimals/multiplyDecimalByNegativeTens.d.ts.map +1 -1
  27. package/lib/exercises/math/calcul/decimals/multiplyDecimalByNegativeTens.js +1 -1
  28. package/lib/exercises/math/calcul/decimals/multiplyDecimalByTens.js +1 -1
  29. package/lib/exercises/math/calcul/digitDecimalRank.d.ts.map +1 -1
  30. package/lib/exercises/math/calcul/digitDecimalRank.js +2 -2
  31. package/lib/exercises/math/calcul/digitDecimalRankNumber.d.ts.map +1 -1
  32. package/lib/exercises/math/calcul/digitRank.d.ts.map +1 -1
  33. package/lib/exercises/math/calcul/digitRank.js +2 -2
  34. package/lib/exercises/math/calcul/digitRankNumber.d.ts.map +1 -1
  35. package/lib/exercises/math/calcul/fractions/evalFractionExpression.d.ts.map +1 -1
  36. package/lib/exercises/math/calcul/fractions/evalFractionExpression.js +2 -2
  37. package/lib/exercises/math/calcul/fractions/fractionAndIntegerDivision.js +1 -1
  38. package/lib/exercises/math/calcul/fractions/fractionAndIntegerProduct.d.ts.map +1 -1
  39. package/lib/exercises/math/calcul/fractions/fractionAndIntegerProduct.js +2 -2
  40. package/lib/exercises/math/calcul/fractions/fractionAndIntegerSum.d.ts.map +1 -1
  41. package/lib/exercises/math/calcul/fractions/fractionAndIntegerSum.js +3 -13
  42. package/lib/exercises/math/calcul/fractions/fractionForbiddenValue.d.ts.map +1 -1
  43. package/lib/exercises/math/calcul/fractions/fractionForbiddenValue.js +4 -4
  44. package/lib/exercises/math/calcul/fractions/fractionSquare.d.ts.map +1 -1
  45. package/lib/exercises/math/calcul/fractions/fractionSquare.js +3 -4
  46. package/lib/exercises/math/calcul/fractions/fractionToPercentToDecimal.d.ts.map +1 -1
  47. package/lib/exercises/math/calcul/fractions/fractionToPercentToDecimal.js +5 -3
  48. package/lib/exercises/math/calcul/fractions/fractionsDivision.d.ts.map +1 -1
  49. package/lib/exercises/math/calcul/fractions/fractionsDivision.js +5 -5
  50. package/lib/exercises/math/calcul/fractions/fractionsMix.d.ts.map +1 -1
  51. package/lib/exercises/math/calcul/fractions/fractionsMix.js +7 -6
  52. package/lib/exercises/math/calcul/fractions/fractionsOperations.d.ts.map +1 -1
  53. package/lib/exercises/math/calcul/fractions/fractionsOperations.js +5 -5
  54. package/lib/exercises/math/calcul/fractions/fractionsProduct.d.ts.map +1 -1
  55. package/lib/exercises/math/calcul/fractions/fractionsProduct.js +3 -3
  56. package/lib/exercises/math/calcul/fractions/fractionsSubstraction.d.ts.map +1 -1
  57. package/lib/exercises/math/calcul/fractions/fractionsSubstraction.js +3 -4
  58. package/lib/exercises/math/calcul/fractions/fractionsSum.d.ts.map +1 -1
  59. package/lib/exercises/math/calcul/fractions/fractionsSum.js +3 -4
  60. package/lib/exercises/math/calcul/fractions/fractionsSumsMultiplesDenominators.d.ts.map +1 -1
  61. package/lib/exercises/math/calcul/fractions/fractionsSumsMultiplesDenominators.js +2 -2
  62. package/lib/exercises/math/calcul/fractions/fractionsSumsPrimeDenominators.d.ts.map +1 -1
  63. package/lib/exercises/math/calcul/fractions/fractionsSumsPrimeDenominators.js +2 -2
  64. package/lib/exercises/math/calcul/fractions/fractionsSumsSameDenominators.d.ts.map +1 -1
  65. package/lib/exercises/math/calcul/fractions/fractionsSumsSameDenominators.js +4 -5
  66. package/lib/exercises/math/calcul/fractions/periodicWritingToFraction.js +1 -1
  67. package/lib/exercises/math/calcul/fractions/simplifyFractionWithPrimeFactorization.d.ts.map +1 -1
  68. package/lib/exercises/math/calcul/fractions/simplifyFractionWithPrimeFactorization.js +2 -3
  69. package/lib/exercises/math/calcul/fractions/simplifyToFraction.d.ts.map +1 -1
  70. package/lib/exercises/math/calcul/fractions/simplifyToFraction.js +3 -3
  71. package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSub.d.ts.map +1 -1
  72. package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSub.js +1 -1
  73. package/lib/exercises/math/calcul/mentalCaluls/mentalAddAndSubNoRelative.d.ts.map +1 -1
  74. package/lib/exercises/math/calcul/mentalCaluls/mentalDivisions.d.ts.map +1 -1
  75. package/lib/exercises/math/calcul/mentalCaluls/mentalDivisions.js +0 -1
  76. package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplications.js +1 -1
  77. package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplicationsNoRelative.d.ts.map +1 -1
  78. package/lib/exercises/math/calcul/mentalCaluls/mentalMultiplicationsNoRelative.js +1 -1
  79. package/lib/exercises/math/calcul/mentalCaluls/mentalPercentage.d.ts.map +1 -1
  80. package/lib/exercises/math/calcul/mentalCaluls/mentalPercentage.js +3 -3
  81. package/lib/exercises/math/calcul/operations/expressionNature.d.ts.map +1 -1
  82. package/lib/exercises/math/calcul/operations/expressionNature.js +2 -4
  83. package/lib/exercises/math/calcul/operations/numberInverse.d.ts.map +1 -1
  84. package/lib/exercises/math/calcul/operations/numberInverse.js +3 -3
  85. package/lib/exercises/math/calcul/operations/operationsPriorities.d.ts.map +1 -1
  86. package/lib/exercises/math/calcul/operations/operationsPriorities.js +7 -13
  87. package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesis.d.ts.map +1 -1
  88. package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesis.js +6 -5
  89. package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesisNoRelatives.d.ts.map +1 -1
  90. package/lib/exercises/math/calcul/operations/operationsPrioritiesParenthesisNoRelatives.js +5 -4
  91. package/lib/exercises/math/calcul/operations/operationsPrioritiesWithoutRelative.d.ts.map +1 -1
  92. package/lib/exercises/math/calcul/operations/operationsPrioritiesWithoutRelative.js +5 -6
  93. package/lib/exercises/math/calcul/ordering/decimalOrdering.d.ts.map +1 -1
  94. package/lib/exercises/math/calcul/ordering/decimalOrderingNoRelatives.d.ts.map +1 -1
  95. package/lib/exercises/math/calcul/ordering/framing.d.ts +2 -1
  96. package/lib/exercises/math/calcul/ordering/framing.d.ts.map +1 -1
  97. package/lib/exercises/math/calcul/ordering/framing.js +52 -50
  98. package/lib/exercises/math/calcul/ordering/integerOrdering.d.ts.map +1 -1
  99. package/lib/exercises/math/calcul/proportionality/findCoeffInProportionalTableNonIntegers.d.ts +4 -3
  100. package/lib/exercises/math/calcul/proportionality/findCoeffInProportionalTableNonIntegers.d.ts.map +1 -1
  101. package/lib/exercises/math/calcul/proportionality/findCoeffInProportionalTableNonIntegers.js +10 -12
  102. package/lib/exercises/math/calcul/proportionality/isTableProportional.js +1 -1
  103. package/lib/exercises/math/calcul/proportionality/isTableProportionalNonInteger.d.ts +4 -3
  104. package/lib/exercises/math/calcul/proportionality/isTableProportionalNonInteger.d.ts.map +1 -1
  105. package/lib/exercises/math/calcul/proportionality/isTableProportionalNonInteger.js +10 -12
  106. package/lib/exercises/math/calcul/proportionality/proportionalityTableCoefficient.d.ts.map +1 -1
  107. package/lib/exercises/math/calcul/proportionality/proportionalityTableCoefficient.js +2 -3
  108. package/lib/exercises/math/calcul/proportionality/rectangleSideAfterReduction.d.ts.map +1 -1
  109. package/lib/exercises/math/calcul/proportionality/rectangleSideAfterReduction.js +5 -5
  110. package/lib/exercises/math/calcul/proportionality/scaleCalculation.d.ts.map +1 -1
  111. package/lib/exercises/math/calcul/proportionality/scaleCalculation.js +3 -4
  112. package/lib/exercises/math/calcul/proportionality/scaleUsage.d.ts.map +1 -1
  113. package/lib/exercises/math/calcul/proportionality/scaleUsage.js +2 -9
  114. package/lib/exercises/math/calcul/rationals/rationalNumbers.d.ts.map +1 -1
  115. package/lib/exercises/math/calcul/rationals/rationalNumbers.js +12 -8
  116. package/lib/exercises/math/calcul/rounding/getPhysicalOrderOfMagnitude.d.ts.map +1 -1
  117. package/lib/exercises/math/calcul/rounding/getPhysicalOrderOfMagnitude.js +2 -2
  118. package/lib/exercises/math/calcul/rounding/rounding.d.ts.map +1 -1
  119. package/lib/exercises/math/calcul/rounding/rounding.js +4 -5
  120. package/lib/exercises/math/calcul/sign/absoluteNumber.d.ts.map +1 -1
  121. package/lib/exercises/math/calcul/sign/absoluteNumber.js +3 -3
  122. package/lib/exercises/math/calcul/sign/inverseOrOpposite.d.ts.map +1 -1
  123. package/lib/exercises/math/calcul/sign/inverseOrOpposite.js +2 -2
  124. package/lib/exercises/math/calcul/sign/signFromAx.d.ts.map +1 -1
  125. package/lib/exercises/math/calcul/sign/signFromAx.js +4 -4
  126. package/lib/exercises/math/calculLitteral/distributivity/canonicalFormDevelopment.d.ts.map +1 -1
  127. package/lib/exercises/math/calculLitteral/distributivity/canonicalFormDevelopment.js +2 -2
  128. package/lib/exercises/math/calculLitteral/distributivity/doubleDistri.d.ts.map +1 -1
  129. package/lib/exercises/math/calculLitteral/distributivity/doubleDistri.js +1 -1
  130. package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivitySubstract.js +5 -5
  131. package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivityWithCoeff.d.ts.map +1 -1
  132. package/lib/exercises/math/calculLitteral/distributivity/doubleDistributivityWithCoeff.js +2 -2
  133. package/lib/exercises/math/calculLitteral/distributivity/idRmq1.d.ts.map +1 -1
  134. package/lib/exercises/math/calculLitteral/distributivity/idRmq1.js +4 -4
  135. package/lib/exercises/math/calculLitteral/distributivity/idRmq2.d.ts.map +1 -1
  136. package/lib/exercises/math/calculLitteral/distributivity/idRmq2.js +1 -2
  137. package/lib/exercises/math/calculLitteral/distributivity/idRmq3.d.ts.map +1 -1
  138. package/lib/exercises/math/calculLitteral/distributivity/idRmq3.js +3 -3
  139. package/lib/exercises/math/calculLitteral/distributivity/identitiesWithNonIntegers.d.ts.map +1 -1
  140. package/lib/exercises/math/calculLitteral/distributivity/identitiesWithNonIntegers.js +3 -3
  141. package/lib/exercises/math/calculLitteral/distributivity/index.d.ts +1 -0
  142. package/lib/exercises/math/calculLitteral/distributivity/index.d.ts.map +1 -1
  143. package/lib/exercises/math/calculLitteral/distributivity/index.js +1 -0
  144. package/lib/exercises/math/calculLitteral/distributivity/simpleDistri.d.ts.map +1 -1
  145. package/lib/exercises/math/calculLitteral/distributivity/simpleDistri.js +1 -1
  146. package/lib/exercises/math/calculLitteral/distributivity/simpleDistriMinus1.d.ts +10 -0
  147. package/lib/exercises/math/calculLitteral/distributivity/simpleDistriMinus1.d.ts.map +1 -0
  148. package/lib/exercises/math/calculLitteral/distributivity/simpleDistriMinus1.js +147 -0
  149. package/lib/exercises/math/calculLitteral/distributivity/simpleDistriXCoeff.d.ts.map +1 -1
  150. package/lib/exercises/math/calculLitteral/distributivity/simpleDistriXCoeff.js +2 -3
  151. package/lib/exercises/math/calculLitteral/equation/binomialsTrinomialsProposedSolutions.d.ts.map +1 -1
  152. package/lib/exercises/math/calculLitteral/equation/binomialsTrinomialsProposedSolutions.js +3 -11
  153. package/lib/exercises/math/calculLitteral/equation/choseOperationToSolveEquation.d.ts.map +1 -1
  154. package/lib/exercises/math/calculLitteral/equation/choseOperationToSolveEquation.js +3 -4
  155. package/lib/exercises/math/calculLitteral/equation/equa1.d.ts.map +1 -1
  156. package/lib/exercises/math/calculLitteral/equation/equa1.js +1 -1
  157. package/lib/exercises/math/calculLitteral/equation/equa2.d.ts.map +1 -1
  158. package/lib/exercises/math/calculLitteral/equation/equa2.js +5 -17
  159. package/lib/exercises/math/calculLitteral/equation/equa3.js +2 -2
  160. package/lib/exercises/math/calculLitteral/equation/equa4.d.ts.map +1 -1
  161. package/lib/exercises/math/calculLitteral/equation/equa4.js +1 -1
  162. package/lib/exercises/math/calculLitteral/equation/equationFromSentenceExercise.js +1 -1
  163. package/lib/exercises/math/calculLitteral/equation/equationSimpleSquare.d.ts.map +1 -1
  164. package/lib/exercises/math/calculLitteral/equation/equationSimpleSquare.js +3 -4
  165. package/lib/exercises/math/calculLitteral/equation/equationWithDistributivity.d.ts.map +1 -1
  166. package/lib/exercises/math/calculLitteral/equation/equationWithDistributivity.js +3 -3
  167. package/lib/exercises/math/calculLitteral/equation/factorizeEquation.d.ts.map +1 -1
  168. package/lib/exercises/math/calculLitteral/equation/factorizeEquation.js +4 -4
  169. package/lib/exercises/math/calculLitteral/equation/firstDegreeEquation.d.ts.map +1 -1
  170. package/lib/exercises/math/calculLitteral/equation/firstDegreeEquation.js +1 -1
  171. package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType1.d.ts.map +1 -1
  172. package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType1.js +5 -5
  173. package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType2.js +5 -5
  174. package/lib/exercises/math/calculLitteral/equation/firstDegreeEquationIntType3.js +4 -4
  175. package/lib/exercises/math/calculLitteral/equation/fractionEquation.d.ts.map +1 -1
  176. package/lib/exercises/math/calculLitteral/equation/fractionEquation.js +2 -2
  177. package/lib/exercises/math/calculLitteral/equation/multiplicationEquation.d.ts.map +1 -1
  178. package/lib/exercises/math/calculLitteral/equation/multiplicationEquation.js +2 -2
  179. package/lib/exercises/math/calculLitteral/factorisation/facto1.d.ts.map +1 -1
  180. package/lib/exercises/math/calculLitteral/factorisation/facto1.js +3 -4
  181. package/lib/exercises/math/calculLitteral/factorisation/factoByX.d.ts.map +1 -1
  182. package/lib/exercises/math/calculLitteral/factorisation/factoByX.js +2 -2
  183. package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq1.d.ts.map +1 -1
  184. package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq1.js +2 -2
  185. package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq2.d.ts.map +1 -1
  186. package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq2.js +1 -1
  187. package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq3.d.ts.map +1 -1
  188. package/lib/exercises/math/calculLitteral/factorisation/factoIdRmq3.js +1 -2
  189. package/lib/exercises/math/calculLitteral/factorisation/factoType2.d.ts.map +1 -1
  190. package/lib/exercises/math/calculLitteral/factorisation/factoType2.js +2 -3
  191. package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalForm.d.ts.map +1 -1
  192. package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalForm.js +1 -1
  193. package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalFormWithSqrt.d.ts.map +1 -1
  194. package/lib/exercises/math/calculLitteral/factorisation/factorizeCanonicalFormWithSqrt.js +2 -2
  195. package/lib/exercises/math/calculLitteral/formulas/useFormula.js +5 -5
  196. package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType0.d.ts.map +1 -1
  197. package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType0.js +2 -2
  198. package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType1.d.ts.map +1 -1
  199. package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType1.js +3 -3
  200. package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType2.d.ts.map +1 -1
  201. package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType2.js +3 -3
  202. package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType3.d.ts.map +1 -1
  203. package/lib/exercises/math/calculLitteral/inequations/firstDegreeInequationsType3.js +3 -3
  204. package/lib/exercises/math/calculLitteral/inequations/inequationsSign.d.ts.map +1 -1
  205. package/lib/exercises/math/calculLitteral/inequations/inequationsSign.js +3 -4
  206. package/lib/exercises/math/calculLitteral/inequations/inverseInequality.d.ts.map +1 -1
  207. package/lib/exercises/math/calculLitteral/inequations/inverseInequality.js +3 -4
  208. package/lib/exercises/math/calculLitteral/inequations/inverseInequalityWithGraph.d.ts.map +1 -1
  209. package/lib/exercises/math/calculLitteral/inequations/inverseInequalityWithGraph.js +4 -6
  210. package/lib/exercises/math/calculLitteral/inequations/isInequalityTrue.d.ts.map +1 -1
  211. package/lib/exercises/math/calculLitteral/inequations/isInequalityTrue.js +2 -2
  212. package/lib/exercises/math/calculLitteral/inequations/minNumberInequality.d.ts.map +1 -1
  213. package/lib/exercises/math/calculLitteral/inequations/minNumberInequality.js +4 -4
  214. package/lib/exercises/math/calculLitteral/inequations/squareFunctionInequation.d.ts.map +1 -1
  215. package/lib/exercises/math/calculLitteral/inequations/squareFunctionInequation.js +1 -1
  216. package/lib/exercises/math/calculLitteral/simplifying/distributeAndSimplify.d.ts.map +1 -1
  217. package/lib/exercises/math/calculLitteral/simplifying/distributeAndSimplify.js +1 -1
  218. package/lib/exercises/math/calculLitteral/simplifying/evaluateExpression.d.ts.map +1 -1
  219. package/lib/exercises/math/calculLitteral/simplifying/reduceExpression.d.ts.map +1 -1
  220. package/lib/exercises/math/calculLitteral/simplifying/reduceExpression.js +2 -22
  221. package/lib/exercises/math/calculLitteral/simplifying/valuateExpression.d.ts.map +1 -1
  222. package/lib/exercises/math/calculLitteral/simplifying/valuateExpression.js +7 -7
  223. package/lib/exercises/math/calculLitteral/systems/basicNiceValuesSystemResolution.d.ts.map +1 -1
  224. package/lib/exercises/math/calculLitteral/systems/basicNiceValuesSystemResolution.js +4 -12
  225. package/lib/exercises/math/calculLitteral/systems/basicSystemResolution.d.ts.map +1 -1
  226. package/lib/exercises/math/calculLitteral/systems/basicSystemResolution.js +4 -12
  227. package/lib/exercises/math/calculLitteral/systems/verifySystemSolution.d.ts.map +1 -1
  228. package/lib/exercises/math/calculLitteral/systems/verifySystemSolution.js +1 -12
  229. package/lib/exercises/math/combinatory/anagrams.d.ts.map +1 -1
  230. package/lib/exercises/math/combinatory/anagrams.js +1 -1
  231. package/lib/exercises/math/combinatory/ballsCounting.d.ts.map +1 -1
  232. package/lib/exercises/math/combinatory/diceCounting.d.ts.map +1 -1
  233. package/lib/exercises/math/combinatory/diceCounting.js +1 -1
  234. package/lib/exercises/math/complex/addComplex.d.ts.map +1 -1
  235. package/lib/exercises/math/complex/argumentFromAlgebraicComplex.d.ts.map +1 -1
  236. package/lib/exercises/math/complex/conjugateDivideComplex.d.ts.map +1 -1
  237. package/lib/exercises/math/complex/linearCombinaisonComplex.d.ts.map +1 -1
  238. package/lib/exercises/math/complex/linearCombinaisonComplex.js +1 -1
  239. package/lib/exercises/math/conversion/aeraConversion.d.ts.map +1 -1
  240. package/lib/exercises/math/conversion/aeraConversion.js +1 -1
  241. package/lib/exercises/math/conversion/hoursToDecimal.d.ts.map +1 -1
  242. package/lib/exercises/math/conversion/hoursToDecimal.js +2 -2
  243. package/lib/exercises/math/conversion/hoursToSecond.d.ts.map +1 -1
  244. package/lib/exercises/math/conversion/hoursToSecond.js +3 -3
  245. package/lib/exercises/math/conversion/lengthConversion.d.ts.map +1 -1
  246. package/lib/exercises/math/conversion/lengthConversion.js +4 -4
  247. package/lib/exercises/math/conversion/massConversion.d.ts.map +1 -1
  248. package/lib/exercises/math/conversion/volumeCapacityConversion.d.ts.map +1 -1
  249. package/lib/exercises/math/curve/sqrtCurvePoint.d.ts.map +1 -1
  250. package/lib/exercises/math/curve/sqrtCurvePoint.js +3 -3
  251. package/lib/exercises/math/curve/squareCurvePoint.d.ts.map +1 -1
  252. package/lib/exercises/math/curve/squareCurvePoint.js +4 -4
  253. package/lib/exercises/math/dataRepresentations/barChartReading.d.ts.map +1 -1
  254. package/lib/exercises/math/dataRepresentations/barChartReading.js +5 -5
  255. package/lib/exercises/math/dataRepresentations/functionGraphReading.d.ts.map +1 -1
  256. package/lib/exercises/math/dataRepresentations/functionGraphReading.js +5 -12
  257. package/lib/exercises/math/dataRepresentations/pieChartReading.d.ts.map +1 -1
  258. package/lib/exercises/math/dataRepresentations/pieChartReading.js +3 -3
  259. package/lib/exercises/math/dataRepresentations/tableReading.d.ts.map +1 -1
  260. package/lib/exercises/math/dataRepresentations/tableReading.js +5 -5
  261. package/lib/exercises/math/dataRepresentations/testGen.d.ts +0 -7
  262. package/lib/exercises/math/dataRepresentations/testGen.d.ts.map +1 -1
  263. package/lib/exercises/math/dataRepresentations/testGen.js +129 -108
  264. package/lib/exercises/math/dataRepresentations/testGenGGB.d.ts +0 -7
  265. package/lib/exercises/math/dataRepresentations/testGenGGB.d.ts.map +1 -1
  266. package/lib/exercises/math/dataRepresentations/testGenGGB.js +140 -118
  267. package/lib/exercises/math/dataRepresentations/testGenStudentGGB.d.ts +0 -7
  268. package/lib/exercises/math/dataRepresentations/testGenStudentGGB.d.ts.map +1 -1
  269. package/lib/exercises/math/dataRepresentations/testGenStudentGGB.js +146 -123
  270. package/lib/exercises/math/derivation/convexity/convexityQuadrinomials.d.ts.map +1 -1
  271. package/lib/exercises/math/derivation/convexity/convexityQuadrinomials.js +1 -1
  272. package/lib/exercises/math/derivation/convexity/convexityTrinomials.d.ts.map +1 -1
  273. package/lib/exercises/math/derivation/convexity/inflexionPointQuadrinomials.d.ts.map +1 -1
  274. package/lib/exercises/math/derivation/convexity/inflexionPointQuadrinomials.js +4 -5
  275. package/lib/exercises/math/derivation/derivative/exp/expDerivativeFour.d.ts.map +1 -1
  276. package/lib/exercises/math/derivation/derivative/exp/expDerivativeFour.js +1 -1
  277. package/lib/exercises/math/derivation/derivative/exp/expDerivativeOne.js +1 -1
  278. package/lib/exercises/math/derivation/derivative/exp/expDerivativeTwo.js +2 -2
  279. package/lib/exercises/math/derivation/derivative/exp/secondDerivativeOfExpoFunction.js +1 -1
  280. package/lib/exercises/math/derivation/derivative/inverseFunctionDerivative.d.ts.map +1 -1
  281. package/lib/exercises/math/derivation/derivative/inverseFunctionDerivative.js +1 -1
  282. package/lib/exercises/math/derivation/derivative/ln/lnDerivativeOne.js +6 -6
  283. package/lib/exercises/math/derivation/derivative/ln/lnDerivativeThree.js +2 -2
  284. package/lib/exercises/math/derivation/derivative/ln/lnDerivativeTwo.js +2 -2
  285. package/lib/exercises/math/derivation/derivative/polynomial/constanteDerivative.js +1 -1
  286. package/lib/exercises/math/derivation/derivative/polynomial/firstDegreeDerivative.js +2 -2
  287. package/lib/exercises/math/derivation/derivative/polynomial/secondDegreeDerivative.js +2 -2
  288. package/lib/exercises/math/derivation/derivative/polynomial/secondDerivativeOfThirdDegreeFunction.js +1 -1
  289. package/lib/exercises/math/derivation/derivative/polynomial/secondDerivativeOfTrinom.d.ts.map +1 -1
  290. package/lib/exercises/math/derivation/derivative/polynomial/secondDerivativeOfTrinom.js +2 -2
  291. package/lib/exercises/math/derivation/derivative/polynomial/thirdDegreeDerivative.js +2 -2
  292. package/lib/exercises/math/derivation/derivative/power/powerCompositionDerivation.d.ts.map +1 -1
  293. package/lib/exercises/math/derivation/derivative/power/powerCompositionDerivation.js +2 -2
  294. package/lib/exercises/math/derivation/derivative/power/powerFunctionDerivative.d.ts.map +1 -1
  295. package/lib/exercises/math/derivation/derivative/power/powerFunctionDerivative.js +2 -2
  296. package/lib/exercises/math/derivation/derivative/productDerivative.d.ts.map +1 -1
  297. package/lib/exercises/math/derivation/derivative/productDerivative.js +1 -1
  298. package/lib/exercises/math/derivation/derivative/quotientDerivative.d.ts.map +1 -1
  299. package/lib/exercises/math/derivation/derivative/quotientDerivative.js +1 -1
  300. package/lib/exercises/math/derivation/derivative/sqrt/rootFunctionDerivative.js +2 -2
  301. package/lib/exercises/math/derivation/derivative/sqrt/sqrtCompositionDerivation.js +1 -1
  302. package/lib/exercises/math/derivation/derivative/sqrt/sqrtProductDerivative.d.ts.map +1 -1
  303. package/lib/exercises/math/derivation/derivative/sqrt/sqrtProductDerivative.js +8 -8
  304. package/lib/exercises/math/derivation/derivative/trigo/cosCompositionDerivation.d.ts.map +1 -1
  305. package/lib/exercises/math/derivation/derivative/trigo/cosCompositionDerivation.js +1 -1
  306. package/lib/exercises/math/derivation/derivative/trigo/cosSecondDegreeDerivative.d.ts.map +1 -1
  307. package/lib/exercises/math/derivation/derivative/trigo/cosSecondDegreeDerivative.js +1 -1
  308. package/lib/exercises/math/derivation/derivative/trigo/sinCompositionDerivation.js +1 -1
  309. package/lib/exercises/math/derivation/derivative/trigo/sinSecondDegreeDerivative.js +1 -1
  310. package/lib/exercises/math/derivation/tangent/derivativeNumberOrImageReading.d.ts.map +1 -1
  311. package/lib/exercises/math/derivation/tangent/derivativeNumberOrImageReading.js +5 -6
  312. package/lib/exercises/math/derivation/tangent/derivativeNumberReading.d.ts.map +1 -1
  313. package/lib/exercises/math/derivation/tangent/derivativeNumberReading.js +6 -33
  314. package/lib/exercises/math/derivation/tangent/derivativeTangentEquationReading.d.ts +2 -1
  315. package/lib/exercises/math/derivation/tangent/derivativeTangentEquationReading.d.ts.map +1 -1
  316. package/lib/exercises/math/derivation/tangent/derivativeTangentEquationReading.js +7 -7
  317. package/lib/exercises/math/derivation/tangent/horizontalTangentFromAlgebraic.d.ts.map +1 -1
  318. package/lib/exercises/math/derivation/tangent/horizontalTangentFromAlgebraic.js +4 -4
  319. package/lib/exercises/math/derivation/tangent/tangentEquationWithData.d.ts.map +1 -1
  320. package/lib/exercises/math/derivation/tangent/tangentEquationWithData.js +3 -3
  321. package/lib/exercises/math/derivation/tangent/tangentEquations.d.ts.map +1 -1
  322. package/lib/exercises/math/derivation/tangent/tangentEquations.js +2 -2
  323. package/lib/exercises/math/derivation/variations/thirdDegreeDerivativeVariation.d.ts.map +1 -1
  324. package/lib/exercises/math/derivation/variations/thirdDegreeDerivativeVariation.js +2 -2
  325. package/lib/exercises/math/derivation/variations/thirdDegreeFunctionVariation.d.ts.map +1 -1
  326. package/lib/exercises/math/derivation/variations/thirdDegreeFunctionVariation.js +5 -16
  327. package/lib/exercises/math/derivation/variations/variationArrowAmount.d.ts.map +1 -1
  328. package/lib/exercises/math/derivation/variations/variationArrowAmount.js +4 -11
  329. package/lib/exercises/math/equaDiff/equaDiffAyPlusB.d.ts.map +1 -1
  330. package/lib/exercises/math/equaDiff/equaDiffAyPlusB.js +7 -7
  331. package/lib/exercises/math/equaDiff/equaDiffCheckSolutionFirstOrder.d.ts.map +1 -1
  332. package/lib/exercises/math/equaDiff/equaDiffCheckSolutionFirstOrder.js +7 -4
  333. package/lib/exercises/math/equaDiff/equaDiffGeneralForme.d.ts.map +1 -1
  334. package/lib/exercises/math/equaDiff/equaDiffGeneralForme.js +1 -1
  335. package/lib/exercises/math/equaDiff/exponentialDifferentialEquationWithIC.d.ts.map +1 -1
  336. package/lib/exercises/math/equaDiff/exponentialDifferentialEquationWithIC.js +6 -6
  337. package/lib/exercises/math/functions/absolute/absolueValueAffineEquation.js +4 -4
  338. package/lib/exercises/math/functions/absolute/absolueValueInequationsSup.d.ts.map +1 -1
  339. package/lib/exercises/math/functions/absolute/absolueValueInequationsSup.js +4 -4
  340. package/lib/exercises/math/functions/absolute/absoluteValueInequations.d.ts.map +1 -1
  341. package/lib/exercises/math/functions/absolute/absoluteValueInequations.js +2 -4
  342. package/lib/exercises/math/functions/absolute/calculateDistanceBetweenNumbers.d.ts.map +1 -1
  343. package/lib/exercises/math/functions/absolute/calculateDistanceBetweenNumbers.js +3 -3
  344. package/lib/exercises/math/functions/absolute/calculateDistanceWithAbsoluteValue.d.ts.map +1 -1
  345. package/lib/exercises/math/functions/absolute/calculateDistanceWithAbsoluteValue.js +4 -4
  346. package/lib/exercises/math/functions/absolute/calculateWithAbsoluteValue.d.ts.map +1 -1
  347. package/lib/exercises/math/functions/absolute/calculateWithAbsoluteValue.js +3 -6
  348. package/lib/exercises/math/functions/absolute/removeAbsNotation.d.ts.map +1 -1
  349. package/lib/exercises/math/functions/absolute/removeAbsNotation.js +2 -2
  350. package/lib/exercises/math/functions/absolute/removeAbsNotationSign.d.ts.map +1 -1
  351. package/lib/exercises/math/functions/absolute/removeAbsNotationSign.js +2 -2
  352. package/lib/exercises/math/functions/affines/affineAdjustment.d.ts.map +1 -1
  353. package/lib/exercises/math/functions/affines/affineAdjustment.js +5 -5
  354. package/lib/exercises/math/functions/affines/affineAdjustmentComplete.d.ts.map +1 -1
  355. package/lib/exercises/math/functions/affines/affineAdjustmentRsquared.d.ts.map +1 -1
  356. package/lib/exercises/math/functions/affines/affineAdjustmentRsquared.js +1 -1
  357. package/lib/exercises/math/functions/affines/affineExpressionFromTwoImages.d.ts.map +1 -1
  358. package/lib/exercises/math/functions/affines/affineExpressionFromTwoImages.js +4 -4
  359. package/lib/exercises/math/functions/affines/affineExpressionReading.js +6 -6
  360. package/lib/exercises/math/functions/affines/affineFromExercise.d.ts.map +1 -1
  361. package/lib/exercises/math/functions/affines/affineFromExercise.js +3 -3
  362. package/lib/exercises/math/functions/affines/affineMeanValue.js +1 -1
  363. package/lib/exercises/math/functions/affines/algebricExpressionOfAffine.d.ts.map +1 -1
  364. package/lib/exercises/math/functions/affines/algebricExpressionOfAffine.js +2 -2
  365. package/lib/exercises/math/functions/affines/drawAffineFromLitExp.d.ts +9 -0
  366. package/lib/exercises/math/functions/affines/drawAffineFromLitExp.d.ts.map +1 -0
  367. package/lib/exercises/math/functions/affines/drawAffineFromLitExp.js +118 -0
  368. package/lib/exercises/math/functions/affines/index.d.ts +1 -0
  369. package/lib/exercises/math/functions/affines/index.d.ts.map +1 -1
  370. package/lib/exercises/math/functions/affines/index.js +1 -0
  371. package/lib/exercises/math/functions/affines/interceptReading.js +8 -8
  372. package/lib/exercises/math/functions/affines/leadingCoeffAndOriginOrdinate.js +1 -1
  373. package/lib/exercises/math/functions/affines/leadingCoefficient.d.ts.map +1 -1
  374. package/lib/exercises/math/functions/affines/leadingCoefficient.js +7 -7
  375. package/lib/exercises/math/functions/affines/leadingCoefficientCalculV1.d.ts.map +1 -1
  376. package/lib/exercises/math/functions/affines/leadingCoefficientCalculV1.js +4 -6
  377. package/lib/exercises/math/functions/affines/leadingCoefficientCalculV2.js +3 -3
  378. package/lib/exercises/math/functions/affines/signFunction.d.ts.map +1 -1
  379. package/lib/exercises/math/functions/affines/signFunction.js +1 -1
  380. package/lib/exercises/math/functions/basics/countFunctionZeroes.d.ts.map +1 -1
  381. package/lib/exercises/math/functions/basics/countFunctionZeroes.js +6 -5
  382. package/lib/exercises/math/functions/basics/findZeroesProductQuotient.d.ts.map +1 -1
  383. package/lib/exercises/math/functions/basics/findZeroesProductQuotient.js +2 -5
  384. package/lib/exercises/math/functions/basics/graphicEquation.d.ts.map +1 -1
  385. package/lib/exercises/math/functions/basics/graphicEquation.js +5 -5
  386. package/lib/exercises/math/functions/basics/graphicInequation.d.ts.map +1 -1
  387. package/lib/exercises/math/functions/basics/graphicInequation.js +5 -5
  388. package/lib/exercises/math/functions/basics/graphicInequationAffine.d.ts.map +1 -1
  389. package/lib/exercises/math/functions/basics/graphicInequationAffine.js +5 -5
  390. package/lib/exercises/math/functions/basics/imageAntecedentFromSentence.d.ts.map +1 -1
  391. package/lib/exercises/math/functions/basics/imageAntecedentFromSentence.js +3 -3
  392. package/lib/exercises/math/functions/basics/imageFunction.d.ts.map +1 -1
  393. package/lib/exercises/math/functions/basics/imageFunction.js +11 -11
  394. package/lib/exercises/math/functions/basics/imageFunctionGeogebra.d.ts.map +1 -1
  395. package/lib/exercises/math/functions/basics/imageFunctionGeogebra.js +19 -52
  396. package/lib/exercises/math/functions/basics/inverseImageFunction.d.ts.map +1 -1
  397. package/lib/exercises/math/functions/basics/inverseImageFunction.js +1 -14
  398. package/lib/exercises/math/functions/basics/inverseImageFunctionGeogebra.d.ts.map +1 -1
  399. package/lib/exercises/math/functions/basics/inverseImageFunctionGeogebra.js +2 -29
  400. package/lib/exercises/math/functions/basics/inverseImageFunctionTable.d.ts.map +1 -1
  401. package/lib/exercises/math/functions/basics/inverseImageFunctionTable.js +5 -5
  402. package/lib/exercises/math/functions/basics/isPointOnFunction.d.ts.map +1 -1
  403. package/lib/exercises/math/functions/basics/isPointOnFunction.js +4 -5
  404. package/lib/exercises/math/functions/basics/signOfFunction.d.ts.map +1 -1
  405. package/lib/exercises/math/functions/basics/signOfFunction.js +4 -7
  406. package/lib/exercises/math/functions/basics/twoFunctionsEquation.d.ts.map +1 -1
  407. package/lib/exercises/math/functions/basics/twoFunctionsEquation.js +6 -7
  408. package/lib/exercises/math/functions/basics/twoFunctionsInequation.d.ts.map +1 -1
  409. package/lib/exercises/math/functions/basics/twoFunctionsInequation.js +5 -5
  410. package/lib/exercises/math/functions/basics/valueTableCompletion.d.ts.map +1 -1
  411. package/lib/exercises/math/functions/basics/valueTableCompletion.js +5 -5
  412. package/lib/exercises/math/functions/basics/valueTableFromGraph.d.ts.map +1 -1
  413. package/lib/exercises/math/functions/basics/valueTableFromGraph.js +6 -6
  414. package/lib/exercises/math/functions/cube/compareCubeValues.js +3 -3
  415. package/lib/exercises/math/functions/cube/cubicEquation.d.ts.map +1 -1
  416. package/lib/exercises/math/functions/cube/imageOfCubeFunction.d.ts.map +1 -1
  417. package/lib/exercises/math/functions/cube/imageOfCubeFunction.js +3 -3
  418. package/lib/exercises/math/functions/cube/isPointOnCubicFunction.d.ts.map +1 -1
  419. package/lib/exercises/math/functions/cube/isPointOnCubicFunction.js +3 -3
  420. package/lib/exercises/math/functions/exponential/expEquation.js +2 -2
  421. package/lib/exercises/math/functions/exponential/expFactorization.d.ts.map +1 -1
  422. package/lib/exercises/math/functions/exponential/expSimplifiying.d.ts.map +1 -1
  423. package/lib/exercises/math/functions/exponential/expSimplifiying.js +1 -1
  424. package/lib/exercises/math/functions/exponentials/exponentialsVariations.js +3 -3
  425. package/lib/exercises/math/functions/integral/integralAffines.d.ts.map +1 -1
  426. package/lib/exercises/math/functions/integral/integralExpU.d.ts.map +1 -1
  427. package/lib/exercises/math/functions/integral/integralExpU.js +1 -1
  428. package/lib/exercises/math/functions/integral/integralFractions.d.ts.map +1 -1
  429. package/lib/exercises/math/functions/integral/integralFractions.js +1 -1
  430. package/lib/exercises/math/functions/integral/integralKCosinus.d.ts.map +1 -1
  431. package/lib/exercises/math/functions/integral/integralKCosinus.js +1 -1
  432. package/lib/exercises/math/functions/integral/integralKSinus.d.ts.map +1 -1
  433. package/lib/exercises/math/functions/integral/integralKSinus.js +1 -1
  434. package/lib/exercises/math/functions/integral/integralTrinomials.d.ts.map +1 -1
  435. package/lib/exercises/math/functions/integral/integralTrinomials.js +1 -1
  436. package/lib/exercises/math/functions/inverse/compareInverseValues.d.ts.map +1 -1
  437. package/lib/exercises/math/functions/inverse/compareInverseValues.js +1 -2
  438. package/lib/exercises/math/functions/inverse/isPointOnReciprocalFunction.d.ts.map +1 -1
  439. package/lib/exercises/math/functions/inverse/isPointOnReciprocalFunction.js +3 -4
  440. package/lib/exercises/math/functions/inverse/solveInverseEquation.d.ts.map +1 -1
  441. package/lib/exercises/math/functions/inverse/solveInverseEquation.js +9 -6
  442. package/lib/exercises/math/functions/logarithm/log10PowerSimplifying.d.ts.map +1 -1
  443. package/lib/exercises/math/functions/logarithm/log10PowerSimplifying.js +1 -1
  444. package/lib/exercises/math/functions/logarithm/log10Simplifying.d.ts.map +1 -1
  445. package/lib/exercises/math/functions/logarithm/log10Simplifying.js +4 -4
  446. package/lib/exercises/math/functions/logarithm/logPowerEquation.d.ts.map +1 -1
  447. package/lib/exercises/math/functions/logarithm/logPowerEquation.js +6 -6
  448. package/lib/exercises/math/functions/logarithm/logSimplifiying.js +2 -2
  449. package/lib/exercises/math/functions/logarithm/powerEquation.d.ts.map +1 -1
  450. package/lib/exercises/math/functions/logarithm/powerEquation.js +2 -2
  451. package/lib/exercises/math/functions/parity/finishParityFunctionGraph.d.ts.map +1 -1
  452. package/lib/exercises/math/functions/parity/finishParityFunctionGraph.js +5 -5
  453. package/lib/exercises/math/functions/parity/parityFromAlgebra.d.ts.map +1 -1
  454. package/lib/exercises/math/functions/parity/parityFromAlgebra.js +5 -7
  455. package/lib/exercises/math/functions/parity/parityFromGraph.d.ts.map +1 -1
  456. package/lib/exercises/math/functions/parity/parityFromGraph.js +6 -6
  457. package/lib/exercises/math/functions/rationalFraction/rationalFractionForbiddenValue.d.ts.map +1 -1
  458. package/lib/exercises/math/functions/rationalFraction/rationalFractionForbiddenValue.js +4 -4
  459. package/lib/exercises/math/functions/sign/affineProductSign.d.ts.map +1 -1
  460. package/lib/exercises/math/functions/sign/affineProductSign.js +5 -5
  461. package/lib/exercises/math/functions/sign/affineProductSignTable.d.ts.map +1 -1
  462. package/lib/exercises/math/functions/sign/affineProductSignTable.js +2 -2
  463. package/lib/exercises/math/functions/sign/affineProductSignTableThirdLine.d.ts.map +1 -1
  464. package/lib/exercises/math/functions/sign/affineProductSignTableThirdLine.js +4 -21
  465. package/lib/exercises/math/functions/sign/affineSignTable.d.ts.map +1 -1
  466. package/lib/exercises/math/functions/sign/affineSignTable.js +4 -5
  467. package/lib/exercises/math/functions/sign/equationFromSignTable.js +7 -6
  468. package/lib/exercises/math/functions/sign/partialSignTableFromGraph.d.ts.map +1 -1
  469. package/lib/exercises/math/functions/sign/partialSignTableFromGraph.js +7 -7
  470. package/lib/exercises/math/functions/sign/readSignTable.d.ts.map +1 -1
  471. package/lib/exercises/math/functions/sign/readSignTable.js +4 -3
  472. package/lib/exercises/math/functions/sign/signTableFromGraph.d.ts.map +1 -1
  473. package/lib/exercises/math/functions/sign/signTableFromGraph.js +7 -7
  474. package/lib/exercises/math/functions/sqrt/compareSqrtValues.js +3 -3
  475. package/lib/exercises/math/functions/sqrt/getImageOfSquareRootFunction.d.ts.map +1 -1
  476. package/lib/exercises/math/functions/sqrt/getImageOfSquareRootFunction.js +2 -2
  477. package/lib/exercises/math/functions/sqrt/sqrtInequality.d.ts.map +1 -1
  478. package/lib/exercises/math/functions/sqrt/sqrtInequality.js +1 -2
  479. package/lib/exercises/math/functions/sqrt/squareRootCalculation.d.ts.map +1 -1
  480. package/lib/exercises/math/functions/sqrt/squareRootCalculation.js +2 -2
  481. package/lib/exercises/math/functions/square/compareSquaredValues.d.ts.map +1 -1
  482. package/lib/exercises/math/functions/square/compareSquaredValues.js +5 -8
  483. package/lib/exercises/math/functions/square/imageOfSquareFunction.d.ts.map +1 -1
  484. package/lib/exercises/math/functions/square/imageOfSquareFunction.js +3 -3
  485. package/lib/exercises/math/functions/square/squareFunctionInequationWithGraph.d.ts.map +1 -1
  486. package/lib/exercises/math/functions/square/squareFunctionInequationWithGraph.js +2 -2
  487. package/lib/exercises/math/functions/square/squareImageInterval.d.ts.map +1 -1
  488. package/lib/exercises/math/functions/square/squareImageInterval.js +26 -34
  489. package/lib/exercises/math/functions/square/squareImageIntervalWithGraph.d.ts.map +1 -1
  490. package/lib/exercises/math/functions/square/squareImageIntervalWithGraph.js +5 -6
  491. package/lib/exercises/math/functions/trinoms/devForm/coefficientsIdentification.d.ts.map +1 -1
  492. package/lib/exercises/math/functions/trinoms/devForm/coefficientsIdentification.js +1 -1
  493. package/lib/exercises/math/functions/trinoms/devForm/variationsFromAlgebricForm.js +2 -2
  494. package/lib/exercises/math/functions/trinoms/equation/secondDegreeInequation.d.ts.map +1 -1
  495. package/lib/exercises/math/functions/trinoms/equation/secondDegreeInequation.js +2 -2
  496. package/lib/exercises/math/functions/trinoms/equation/solveSecondDegreeEquationByFactorisation.d.ts.map +1 -1
  497. package/lib/exercises/math/functions/trinoms/equation/solveSecondDegreeEquationByFactorisation.js +4 -8
  498. package/lib/exercises/math/functions/trinoms/equation/solveSecondDegreeEquationFromCano.d.ts.map +1 -1
  499. package/lib/exercises/math/functions/trinoms/equation/solveSecondDegreeEquationFromCano.js +1 -1
  500. package/lib/exercises/math/functions/trinoms/factoForm/factorizedFormFromRoots.js +1 -1
  501. package/lib/exercises/math/functions/trinoms/parabole/paraboleExpressionReading.d.ts.map +1 -1
  502. package/lib/exercises/math/functions/trinoms/parabole/paraboleExpressionReading.js +18 -14
  503. package/lib/exercises/math/functions/trinoms/parabole/trinomSymetryAxisFromFacto.js +7 -7
  504. package/lib/exercises/math/functions/trinoms/roots/findSecondRoot.d.ts.map +1 -1
  505. package/lib/exercises/math/functions/trinoms/roots/findSecondRoot.js +3 -3
  506. package/lib/exercises/math/functions/trinoms/roots/niceRootsFromDevForm.d.ts.map +1 -1
  507. package/lib/exercises/math/functions/trinoms/roots/niceRootsFromDevForm.js +3 -3
  508. package/lib/exercises/math/functions/trinoms/roots/rootsFromDevForm.d.ts.map +1 -1
  509. package/lib/exercises/math/functions/trinoms/roots/rootsFromDevForm.js +2 -2
  510. package/lib/exercises/math/functions/trinoms/roots/rootsFromFactorizedForm.d.ts.map +1 -1
  511. package/lib/exercises/math/functions/trinoms/roots/rootsFromFactorizedForm.js +10 -11
  512. package/lib/exercises/math/functions/trinoms/roots/rootsProduct.d.ts.map +1 -1
  513. package/lib/exercises/math/functions/trinoms/roots/rootsProduct.js +3 -3
  514. package/lib/exercises/math/functions/trinoms/roots/rootsReading.d.ts.map +1 -1
  515. package/lib/exercises/math/functions/trinoms/roots/rootsReading.js +3 -3
  516. package/lib/exercises/math/functions/trinoms/roots/rootsSum.d.ts.map +1 -1
  517. package/lib/exercises/math/functions/trinoms/roots/rootsSum.js +3 -3
  518. package/lib/exercises/math/functions/trinoms/sign/trinomSignFromFacto.d.ts.map +1 -1
  519. package/lib/exercises/math/functions/trinoms/sign/trinomSignFromFacto.js +3 -6
  520. package/lib/exercises/math/functions/trinoms/sign/trinomSignFromRoots.d.ts.map +1 -1
  521. package/lib/exercises/math/functions/trinoms/sign/trinomSignFromRoots.js +3 -6
  522. package/lib/exercises/math/functions/trinoms/summitAndCanonical/alphaBetaInCanonicalForm.d.ts.map +1 -1
  523. package/lib/exercises/math/functions/trinoms/summitAndCanonical/alphaBetaInCanonicalForm.js +2 -2
  524. package/lib/exercises/math/functions/trinoms/summitAndCanonical/canonicalFromDevForm.d.ts.map +1 -1
  525. package/lib/exercises/math/functions/trinoms/summitAndCanonical/extremumTypeFromAlgebricForm.js +1 -1
  526. package/lib/exercises/math/functions/trinoms/summitAndCanonical/summitAbscissFromDevForm.js +4 -4
  527. package/lib/exercises/math/functions/trinoms/summitAndCanonical/summitAbscissFromRoots.js +2 -2
  528. package/lib/exercises/math/functions/trinoms/summitAndCanonical/summitReading.js +1 -1
  529. package/lib/exercises/math/functions/trinoms/trinomialMeanValue.js +1 -1
  530. package/lib/exercises/math/functions/variations/compareImagesInVarTable.d.ts.map +1 -1
  531. package/lib/exercises/math/functions/variations/compareImagesInVarTable.js +4 -5
  532. package/lib/exercises/math/functions/variations/partialVarTableFromGraph.d.ts.map +1 -1
  533. package/lib/exercises/math/functions/variations/partialVarTableFromGraph.js +7 -12
  534. package/lib/exercises/math/functions/variations/readExtremaOnGraph.d.ts.map +1 -1
  535. package/lib/exercises/math/functions/variations/readExtremaOnGraph.js +6 -6
  536. package/lib/exercises/math/functions/variations/readVarOnGraph.d.ts.map +1 -1
  537. package/lib/exercises/math/functions/variations/readVarOnGraph.js +3 -3
  538. package/lib/exercises/math/functions/variations/readVarOnGraph2.d.ts.map +1 -1
  539. package/lib/exercises/math/functions/variations/readVarOnGraph2.js +4 -4
  540. package/lib/exercises/math/functions/variations/varTableExtremaReading.d.ts.map +1 -1
  541. package/lib/exercises/math/functions/variations/varTableExtremaReading.js +5 -5
  542. package/lib/exercises/math/functions/variations/varTableFromGraph.d.ts.map +1 -1
  543. package/lib/exercises/math/functions/variations/varTableFromGraph.js +7 -7
  544. package/lib/exercises/math/functions/variations/varTableFromSentences.d.ts.map +1 -1
  545. package/lib/exercises/math/functions/variations/varTableFromSentences.js +12 -12
  546. package/lib/exercises/math/geometry/angles/parallelogramFourthAngle.js +3 -3
  547. package/lib/exercises/math/geometry/angles/recognizeAngleType.d.ts.map +1 -1
  548. package/lib/exercises/math/geometry/angles/recognizeAngleType.js +19 -19
  549. package/lib/exercises/math/geometry/areas/calculateAreaFromCodedShape.d.ts.map +1 -1
  550. package/lib/exercises/math/geometry/areas/calculateAreaFromCodedShape.js +7 -7
  551. package/lib/exercises/math/geometry/areas/circleArea.js +1 -1
  552. package/lib/exercises/math/geometry/areas/circleRadiusFromArea.d.ts.map +1 -1
  553. package/lib/exercises/math/geometry/areas/circleRadiusFromArea.js +3 -3
  554. package/lib/exercises/math/geometry/areas/rectangleArea.js +2 -2
  555. package/lib/exercises/math/geometry/areas/rectangleSideFromArea.d.ts.map +1 -1
  556. package/lib/exercises/math/geometry/areas/rectangleSideFromArea.js +3 -3
  557. package/lib/exercises/math/geometry/areas/squareArea.d.ts.map +1 -1
  558. package/lib/exercises/math/geometry/areas/squareArea.js +1 -1
  559. package/lib/exercises/math/geometry/areas/squareSideFromArea.d.ts.map +1 -1
  560. package/lib/exercises/math/geometry/areas/squareSideFromArea.js +3 -3
  561. package/lib/exercises/math/geometry/areas/triangleArea.js +4 -4
  562. package/lib/exercises/math/geometry/areas/triangleAreaV2.js +1 -1
  563. package/lib/exercises/math/geometry/cartesian/cartesianEquationOfLine.d.ts.map +1 -1
  564. package/lib/exercises/math/geometry/cartesian/cartesianEquationOfLine.js +2 -4
  565. package/lib/exercises/math/geometry/cartesian/cartesianFromTwoPoints.d.ts.map +1 -1
  566. package/lib/exercises/math/geometry/cartesian/cartesianFromTwoPoints.js +6 -6
  567. package/lib/exercises/math/geometry/cartesian/cartesianFromVectorAndPoint.d.ts.map +1 -1
  568. package/lib/exercises/math/geometry/cartesian/cartesianFromVectorAndPoint.js +4 -4
  569. package/lib/exercises/math/geometry/cartesian/directionVector.d.ts.map +1 -1
  570. package/lib/exercises/math/geometry/cartesian/directionVector.js +2 -22
  571. package/lib/exercises/math/geometry/cartesian/directionVectorEquation.d.ts.map +1 -1
  572. package/lib/exercises/math/geometry/cartesian/directionVectorEquation.js +10 -20
  573. package/lib/exercises/math/geometry/cartesian/distanceBetweenTwoPoints.d.ts.map +1 -1
  574. package/lib/exercises/math/geometry/cartesian/distanceBetweenTwoPoints.js +9 -9
  575. package/lib/exercises/math/geometry/cartesian/drawAlineInGGB.d.ts.map +1 -1
  576. package/lib/exercises/math/geometry/cartesian/drawAlineInGGB.js +1 -1
  577. package/lib/exercises/math/geometry/cartesian/midpoint.d.ts.map +1 -1
  578. package/lib/exercises/math/geometry/cartesian/midpoint.js +3 -5
  579. package/lib/exercises/math/geometry/cartesian/placeAPoint.d.ts.map +1 -1
  580. package/lib/exercises/math/geometry/cartesian/placeAPoint.js +3 -3
  581. package/lib/exercises/math/geometry/cartesian/placeAbscissOnLine.d.ts.map +1 -1
  582. package/lib/exercises/math/geometry/cartesian/placeAbscissOnLine.js +32 -30
  583. package/lib/exercises/math/geometry/cartesian/placeAbscissOnSemiLine.d.ts.map +1 -1
  584. package/lib/exercises/math/geometry/cartesian/placeAbscissOnSemiLine.js +5 -4
  585. package/lib/exercises/math/geometry/cartesian/pointCoordinates.js +2 -2
  586. package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoAxisNumbers.js +2 -2
  587. package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoOrthonorm.d.ts.map +1 -1
  588. package/lib/exercises/math/geometry/cartesian/pointCoordinatesNoOrthonorm.js +2 -3
  589. package/lib/exercises/math/geometry/cartesian/readAbscissOnLine.d.ts.map +1 -1
  590. package/lib/exercises/math/geometry/cartesian/readAbscissOnLine.js +10 -9
  591. package/lib/exercises/math/geometry/cartesian/readAbscissOnSemiLine.d.ts.map +1 -1
  592. package/lib/exercises/math/geometry/cartesian/readAbscissOnSemiLine.js +10 -9
  593. package/lib/exercises/math/geometry/convexity/convexityQuadrinomialsGeo.d.ts.map +1 -1
  594. package/lib/exercises/math/geometry/convexity/convexityQuadrinomialsGeo.js +3 -3
  595. package/lib/exercises/math/geometry/convexity/convexityTrinomialsGeo.d.ts.map +1 -1
  596. package/lib/exercises/math/geometry/convexity/convexityTrinomialsGeo.js +2 -2
  597. package/lib/exercises/math/geometry/euclidian/orthogonalProjectFromPicture.d.ts.map +1 -1
  598. package/lib/exercises/math/geometry/euclidian/orthogonalProjectFromPicture.js +3 -3
  599. package/lib/exercises/math/geometry/euclidian/pythagoreOrThales.d.ts.map +1 -1
  600. package/lib/exercises/math/geometry/euclidian/pythagoreOrThales.js +8 -12
  601. package/lib/exercises/math/geometry/euclidianConstructions/buildMediatriceWithCompass.d.ts.map +1 -1
  602. package/lib/exercises/math/geometry/euclidianConstructions/buildMediatriceWithCompass.js +2 -2
  603. package/lib/exercises/math/geometry/euclidianConstructions/buildPointFromAxialSymetry.d.ts.map +1 -1
  604. package/lib/exercises/math/geometry/euclidianConstructions/buildPointFromAxialSymetry.js +1 -1
  605. package/lib/exercises/math/geometry/euclidianConstructions/buildTriangleWithSizes.d.ts.map +1 -1
  606. package/lib/exercises/math/geometry/euclidianConstructions/buildTriangleWithSizes.js +2 -2
  607. package/lib/exercises/math/geometry/euclidianConstructions/pointImageFromTranslation.d.ts.map +1 -1
  608. package/lib/exercises/math/geometry/euclidianConstructions/pointImageFromTranslation.js +4 -5
  609. package/lib/exercises/math/geometry/lines/aAndBFromReductEquation.js +1 -1
  610. package/lib/exercises/math/geometry/lines/cartesianEquationToReduced.d.ts.map +1 -1
  611. package/lib/exercises/math/geometry/lines/cartesianEquationToReduced.js +7 -7
  612. package/lib/exercises/math/geometry/lines/cartesianEquationsIntersection.d.ts.map +1 -1
  613. package/lib/exercises/math/geometry/lines/cartesianEquationsIntersection.js +2 -2
  614. package/lib/exercises/math/geometry/lines/directorVectorFromAnother.d.ts.map +1 -1
  615. package/lib/exercises/math/geometry/lines/directorVectorFromAnother.js +3 -3
  616. package/lib/exercises/math/geometry/lines/directorVectorFromReductEquation.d.ts.map +1 -1
  617. package/lib/exercises/math/geometry/lines/directorVectorFromReductEquation.js +7 -7
  618. package/lib/exercises/math/geometry/lines/drawLineFromCartesianEquation.d.ts.map +1 -1
  619. package/lib/exercises/math/geometry/lines/drawLineFromCartesianEquation.js +1 -2
  620. package/lib/exercises/math/geometry/lines/drawLineFromPointAndVector.d.ts.map +1 -1
  621. package/lib/exercises/math/geometry/lines/drawLineFromPointAndVector.js +1 -1
  622. package/lib/exercises/math/geometry/lines/findParallelLineFromCartesianEquation.d.ts.map +1 -1
  623. package/lib/exercises/math/geometry/lines/findParallelLineFromCartesianEquation.js +4 -5
  624. package/lib/exercises/math/geometry/lines/findParallelLineFromReductEquation.d.ts.map +1 -1
  625. package/lib/exercises/math/geometry/lines/findParallelLineFromReductEquation.js +4 -5
  626. package/lib/exercises/math/geometry/lines/findPointOnLineWithCartesianEquation.d.ts.map +1 -1
  627. package/lib/exercises/math/geometry/lines/findPointOnLineWithCartesianEquation.js +3 -3
  628. package/lib/exercises/math/geometry/lines/findPointOnLineWithReductEquation.d.ts.map +1 -1
  629. package/lib/exercises/math/geometry/lines/findPointOnLineWithReductEquation.js +4 -4
  630. package/lib/exercises/math/geometry/lines/isPointOnCartesianLine.d.ts.map +1 -1
  631. package/lib/exercises/math/geometry/lines/isPointOnCartesianLine.js +3 -3
  632. package/lib/exercises/math/geometry/lines/isPointOnLine.js +3 -3
  633. package/lib/exercises/math/geometry/lines/linesRelativePositions.d.ts.map +1 -1
  634. package/lib/exercises/math/geometry/lines/linesRelativePositions.js +9 -9
  635. package/lib/exercises/math/geometry/lines/reductEquationFindY.d.ts.map +1 -1
  636. package/lib/exercises/math/geometry/lines/reductEquationFindY.js +7 -7
  637. package/lib/exercises/math/geometry/lines/reductEquationFromTwoPoints.d.ts.map +1 -1
  638. package/lib/exercises/math/geometry/lines/reductEquationFromTwoPoints.js +4 -5
  639. package/lib/exercises/math/geometry/lines/reductEquationReading.d.ts.map +1 -1
  640. package/lib/exercises/math/geometry/lines/reductEquationReading.js +9 -9
  641. package/lib/exercises/math/geometry/optimisation/geometryExtremaReadingOnGraph.d.ts.map +1 -1
  642. package/lib/exercises/math/geometry/optimisation/geometryExtremaReadingOnGraph.js +3 -3
  643. package/lib/exercises/math/geometry/optimisation/lengthIntervalOnPicture.d.ts.map +1 -1
  644. package/lib/exercises/math/geometry/optimisation/lengthIntervalOnPicture.js +5 -5
  645. package/lib/exercises/math/geometry/optimisation/lengthWithXOnPicture.d.ts.map +1 -1
  646. package/lib/exercises/math/geometry/optimisation/lengthWithXOnPicture.js +6 -6
  647. package/lib/exercises/math/geometry/parametric/extractPointFromParametricLine.d.ts.map +1 -1
  648. package/lib/exercises/math/geometry/parametric/extractPointFromParametricLine.js +3 -3
  649. package/lib/exercises/math/geometry/parametric/extractVectorFromParametricLine.d.ts.map +1 -1
  650. package/lib/exercises/math/geometry/parametric/extractVectorFromParametricLine.js +3 -3
  651. package/lib/exercises/math/geometry/parametric/pointFromParametricLine.d.ts.map +1 -1
  652. package/lib/exercises/math/geometry/parametric/pointFromParametricLine.js +3 -3
  653. package/lib/exercises/math/geometry/perimeters/circleCircumference.js +1 -1
  654. package/lib/exercises/math/geometry/perimeters/circleRadiusFromPerimeter.d.ts.map +1 -1
  655. package/lib/exercises/math/geometry/perimeters/circleRadiusFromPerimeter.js +3 -3
  656. package/lib/exercises/math/geometry/perimeters/rectanglePerimeter.d.ts.map +1 -1
  657. package/lib/exercises/math/geometry/perimeters/rectanglePerimeter.js +1 -1
  658. package/lib/exercises/math/geometry/perimeters/rectangleSideFromPerimeter.js +3 -3
  659. package/lib/exercises/math/geometry/perimeters/squarePerimeter.js +1 -1
  660. package/lib/exercises/math/geometry/perimeters/squareSideFromPerimeter.d.ts.map +1 -1
  661. package/lib/exercises/math/geometry/perimeters/squareSideFromPerimeter.js +3 -3
  662. package/lib/exercises/math/geometry/perimeters/trianglePerimeter.js +1 -1
  663. package/lib/exercises/math/geometry/pythagore/calculateDiagonalFromSides.d.ts.map +1 -1
  664. package/lib/exercises/math/geometry/pythagore/calculateDiagonalFromSides.js +2 -3
  665. package/lib/exercises/math/geometry/pythagore/isTriangleRight.d.ts.map +1 -1
  666. package/lib/exercises/math/geometry/pythagore/isTriangleRight.js +5 -4
  667. package/lib/exercises/math/geometry/pythagore/pythagore.d.ts.map +1 -1
  668. package/lib/exercises/math/geometry/pythagore/pythagore.js +2 -2
  669. package/lib/exercises/math/geometry/pythagore/pythagoreCalcul.d.ts.map +1 -1
  670. package/lib/exercises/math/geometry/pythagore/pythagoreCalcul.js +3 -3
  671. package/lib/exercises/math/geometry/pythagore/triangleHeight.d.ts.map +1 -1
  672. package/lib/exercises/math/geometry/pythagore/triangleHeight.js +5 -5
  673. package/lib/exercises/math/geometry/quadrilaterals/parallelogramAngles.d.ts.map +1 -1
  674. package/lib/exercises/math/geometry/quadrilaterals/parallelogramAngles.js +3 -4
  675. package/lib/exercises/math/geometry/quadrilaterals/parallelogramRectangle.d.ts.map +1 -1
  676. package/lib/exercises/math/geometry/quadrilaterals/parallelogramRectangle.js +2 -2
  677. package/lib/exercises/math/geometry/quadrilaterals/parallelogramRhombus.d.ts.map +1 -1
  678. package/lib/exercises/math/geometry/quadrilaterals/parallelogramRhombus.js +2 -2
  679. package/lib/exercises/math/geometry/quadrilaterals/quadrilateralRecognition.d.ts.map +1 -1
  680. package/lib/exercises/math/geometry/quadrilaterals/quadrilateralRecognition.js +6 -9
  681. package/lib/exercises/math/geometry/shapes/basicShapesNaming.d.ts.map +1 -1
  682. package/lib/exercises/math/geometry/shapes/basicShapesNaming.js +8 -5
  683. package/lib/exercises/math/geometry/shapes/basicShapesRecognition.d.ts.map +1 -1
  684. package/lib/exercises/math/geometry/shapes/basicShapesRecognition.js +9 -5
  685. package/lib/exercises/math/geometry/thales/thales.d.ts.map +1 -1
  686. package/lib/exercises/math/geometry/thales/thales.js +2 -2
  687. package/lib/exercises/math/geometry/thales/thalesCalcul.d.ts.map +1 -1
  688. package/lib/exercises/math/geometry/thales/thalesCalcul.js +4 -4
  689. package/lib/exercises/math/geometry/triangles/triangleNature.d.ts.map +1 -1
  690. package/lib/exercises/math/geometry/triangles/triangleNature.js +16 -14
  691. package/lib/exercises/math/geometry/triangles/triangleThirdAngleValue.d.ts.map +1 -1
  692. package/lib/exercises/math/geometry/triangles/triangleThirdAngleValue.js +3 -3
  693. package/lib/exercises/math/geometry/vectors/chasles.d.ts.map +1 -1
  694. package/lib/exercises/math/geometry/vectors/chasles.js +3 -3
  695. package/lib/exercises/math/geometry/vectors/colinearity/alignementViaColinearity.d.ts.map +1 -1
  696. package/lib/exercises/math/geometry/vectors/colinearity/alignementViaColinearity.js +2 -2
  697. package/lib/exercises/math/geometry/vectors/colinearity/colinearity.d.ts.map +1 -1
  698. package/lib/exercises/math/geometry/vectors/colinearity/colinearity.js +2 -13
  699. package/lib/exercises/math/geometry/vectors/colinearity/colinearityFromBasis.d.ts.map +1 -1
  700. package/lib/exercises/math/geometry/vectors/colinearity/colinearityFromBasis.js +4 -4
  701. package/lib/exercises/math/geometry/vectors/colinearity/colinearityFromPicture.d.ts.map +1 -1
  702. package/lib/exercises/math/geometry/vectors/colinearity/colinearityFromPicture.js +18 -15
  703. package/lib/exercises/math/geometry/vectors/colinearity/determinant.d.ts.map +1 -1
  704. package/lib/exercises/math/geometry/vectors/colinearity/determinant.js +1 -1
  705. package/lib/exercises/math/geometry/vectors/constructions/drawAVectorInGGB.d.ts.map +1 -1
  706. package/lib/exercises/math/geometry/vectors/constructions/drawAVectorInGGB.js +2 -2
  707. package/lib/exercises/math/geometry/vectors/constructions/linearVectorCombinationFromGraph.d.ts.map +1 -1
  708. package/lib/exercises/math/geometry/vectors/constructions/linearVectorCombinationFromGraph.js +6 -6
  709. package/lib/exercises/math/geometry/vectors/constructions/placePointFromPointAndVector.d.ts.map +1 -1
  710. package/lib/exercises/math/geometry/vectors/constructions/placePointFromPointAndVector.js +9 -7
  711. package/lib/exercises/math/geometry/vectors/constructions/traceOppositeVector.d.ts.map +1 -1
  712. package/lib/exercises/math/geometry/vectors/constructions/traceOppositeVector.js +3 -10
  713. package/lib/exercises/math/geometry/vectors/constructions/traceVectorDifference.d.ts.map +1 -1
  714. package/lib/exercises/math/geometry/vectors/constructions/traceVectorDifference.js +4 -8
  715. package/lib/exercises/math/geometry/vectors/constructions/traceVectorMultiple.d.ts.map +1 -1
  716. package/lib/exercises/math/geometry/vectors/constructions/traceVectorMultiple.js +3 -6
  717. package/lib/exercises/math/geometry/vectors/constructions/traceVectorSum.d.ts.map +1 -1
  718. package/lib/exercises/math/geometry/vectors/constructions/traceVectorSum.js +4 -8
  719. package/lib/exercises/math/geometry/vectors/coordinatesReading.d.ts.map +1 -1
  720. package/lib/exercises/math/geometry/vectors/coordinatesReading.js +2 -2
  721. package/lib/exercises/math/geometry/vectors/distributeAndReduceVectors.d.ts.map +1 -1
  722. package/lib/exercises/math/geometry/vectors/distributeAndReduceVectors.js +13 -8
  723. package/lib/exercises/math/geometry/vectors/equalCaracteristicFromGraph.d.ts.map +1 -1
  724. package/lib/exercises/math/geometry/vectors/equalCaracteristicFromGraph.js +5 -5
  725. package/lib/exercises/math/geometry/vectors/findCoordForAligment.d.ts.map +1 -1
  726. package/lib/exercises/math/geometry/vectors/findCoordForAligment.js +3 -3
  727. package/lib/exercises/math/geometry/vectors/lineFromDirectorVector.d.ts.map +1 -1
  728. package/lib/exercises/math/geometry/vectors/lineFromDirectorVector.js +3 -3
  729. package/lib/exercises/math/geometry/vectors/paralellismViaColinearity.d.ts.map +1 -1
  730. package/lib/exercises/math/geometry/vectors/paralellismViaColinearity.js +3 -3
  731. package/lib/exercises/math/geometry/vectors/parallelogram/fourthParallelogramPoint.d.ts.map +1 -1
  732. package/lib/exercises/math/geometry/vectors/parallelogram/fourthParallelogramPoint.js +1 -1
  733. package/lib/exercises/math/geometry/vectors/parallelogram/parallelogramCriterion.d.ts.map +1 -1
  734. package/lib/exercises/math/geometry/vectors/parallelogram/parallelogramCriterion.js +3 -4
  735. package/lib/exercises/math/geometry/vectors/parallelogram/parallelogramViaEqualVectors.d.ts.map +1 -1
  736. package/lib/exercises/math/geometry/vectors/parallelogram/parallelogramViaEqualVectors.js +3 -3
  737. package/lib/exercises/math/geometry/vectors/scalarProduct/angleFromScalarProduct.d.ts.map +1 -1
  738. package/lib/exercises/math/geometry/vectors/scalarProduct/angleFromScalarProduct.js +2 -2
  739. package/lib/exercises/math/geometry/vectors/scalarProduct/findCoordinatesToOrthogonalize.d.ts.map +1 -1
  740. package/lib/exercises/math/geometry/vectors/scalarProduct/findCoordinatesToOrthogonalize.js +2 -2
  741. package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductIdentities.d.ts.map +1 -1
  742. package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductIdentities.js +5 -5
  743. package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductOrthoInSquare.d.ts.map +1 -1
  744. package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductOrthoInSquare.js +2 -4
  745. package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCoords.js +1 -1
  746. package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCos.d.ts.map +1 -1
  747. package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaCos.js +1 -1
  748. package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaNorms.d.ts.map +1 -1
  749. package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductViaNorms.js +3 -3
  750. package/lib/exercises/math/geometry/vectors/translationFromPicture.d.ts.map +1 -1
  751. package/lib/exercises/math/geometry/vectors/translationFromPicture.js +9 -7
  752. package/lib/exercises/math/geometry/vectors/vectorCoordinatesFromTwoPoints.js +3 -3
  753. package/lib/exercises/math/geometry/vectors/vectorLinearCombination.js +3 -3
  754. package/lib/exercises/math/geometry/vectors/vectorNormCalculation.js +4 -4
  755. package/lib/exercises/math/geometry/vectors/vectorRepresentative.d.ts.map +1 -1
  756. package/lib/exercises/math/geometry/vectors/vectorRepresentative.js +3 -3
  757. package/lib/exercises/math/geometry/volumes/coneVolume.js +2 -2
  758. package/lib/exercises/math/geometry/volumes/parallelepipedVolume.d.ts.map +1 -1
  759. package/lib/exercises/math/geometry/volumes/parallelepipedVolume.js +5 -6
  760. package/lib/exercises/math/geometry/volumes/sphereVolume.js +2 -2
  761. package/lib/exercises/math/geometry/volumes/variableVolume.d.ts.map +1 -1
  762. package/lib/exercises/math/geometry/volumes/variableVolume.js +3 -3
  763. package/lib/exercises/math/geometry/volumes/volumeOfCube.js +1 -1
  764. package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithSquareOrRectBase.d.ts.map +1 -1
  765. package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithSquareOrRectBase.js +8 -7
  766. package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleBase.d.ts.map +1 -1
  767. package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleBase.js +3 -4
  768. package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleRectBase.d.ts.map +1 -1
  769. package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleRectBase.js +5 -6
  770. package/lib/exercises/math/index.d.ts +1 -0
  771. package/lib/exercises/math/index.d.ts.map +1 -1
  772. package/lib/exercises/math/index.js +1 -0
  773. package/lib/exercises/math/limits/limitReading.d.ts.map +1 -1
  774. package/lib/exercises/math/limits/limitReading.js +11 -8
  775. package/lib/exercises/math/limits/polynomLimit.d.ts.map +1 -1
  776. package/lib/exercises/math/limits/polynomLimitNoFI.d.ts.map +1 -1
  777. package/lib/exercises/math/limits/rationalFracForbiddenValueLimit.d.ts.map +1 -1
  778. package/lib/exercises/math/limits/rationalFracForbiddenValueLimit.js +1 -1
  779. package/lib/exercises/math/limits/rationalFracLimit.js +3 -3
  780. package/lib/exercises/math/limits/sequencePolynomLimit.js +2 -2
  781. package/lib/exercises/math/limits/sequencePolynomNoFILimit.js +2 -2
  782. package/lib/exercises/math/limits/sequencePolynomProductLimit.js +6 -6
  783. package/lib/exercises/math/limits/sequenceRationalFracLimit.d.ts.map +1 -1
  784. package/lib/exercises/math/limits/sequenceRationalFracLimit.js +7 -8
  785. package/lib/exercises/math/matrices/matrixGeneralTerm.js +2 -2
  786. package/lib/exercises/math/pcExosInMath.d.ts +85 -0
  787. package/lib/exercises/math/pcExosInMath.d.ts.map +1 -0
  788. package/lib/exercises/math/pcExosInMath.js +84 -0
  789. package/lib/exercises/math/percent/evolutions/applyPercent.d.ts.map +1 -1
  790. package/lib/exercises/math/percent/evolutions/applyPercent.js +1 -1
  791. package/lib/exercises/math/percent/evolutions/cmToEvolution.js +1 -1
  792. package/lib/exercises/math/percent/evolutions/evolutionRateFromValues.d.ts.map +1 -1
  793. package/lib/exercises/math/percent/evolutions/evolutionRateFromValues.js +2 -2
  794. package/lib/exercises/math/percent/evolutions/evolutionToCM.d.ts.map +1 -1
  795. package/lib/exercises/math/percent/evolutions/evolutionToCM.js +0 -1
  796. package/lib/exercises/math/percent/evolutions/findEndValueAfterEvolution.d.ts.map +1 -1
  797. package/lib/exercises/math/percent/evolutions/findEndValueAfterEvolution.js +2 -4
  798. package/lib/exercises/math/percent/evolutions/findRightCalculForPriceEvolution.js +7 -7
  799. package/lib/exercises/math/percent/evolutions/findStartValueAfterEvolution.d.ts.map +1 -1
  800. package/lib/exercises/math/percent/evolutions/findStartValueAfterEvolution.js +2 -2
  801. package/lib/exercises/math/percent/evolutions/globalCM.d.ts.map +1 -1
  802. package/lib/exercises/math/percent/evolutions/globalCM.js +3 -3
  803. package/lib/exercises/math/percent/evolutions/globalPercent.d.ts.map +1 -1
  804. package/lib/exercises/math/percent/evolutions/globalPercent.js +2 -2
  805. package/lib/exercises/math/percent/evolutions/reciprocalPercentage.js +1 -1
  806. package/lib/exercises/math/percent/findProportion.d.ts.map +1 -1
  807. package/lib/exercises/math/percent/findProportion.js +1 -1
  808. package/lib/exercises/math/percent/findTVA.js +3 -3
  809. package/lib/exercises/math/percent/htToTTC.d.ts.map +1 -1
  810. package/lib/exercises/math/percent/htToTTC.js +1 -3
  811. package/lib/exercises/math/percent/interests/compoundInterest.d.ts.map +1 -1
  812. package/lib/exercises/math/percent/interests/compoundInterest.js +1 -1
  813. package/lib/exercises/math/percent/interests/compoundInterestStartValue.d.ts.map +1 -1
  814. package/lib/exercises/math/percent/interests/compoundInterestStartValue.js +1 -1
  815. package/lib/exercises/math/percent/percentOfPercent.d.ts.map +1 -1
  816. package/lib/exercises/math/percent/percentOfPercent.js +3 -3
  817. package/lib/exercises/math/percent/percentOfPercentOfNumber.d.ts.map +1 -1
  818. package/lib/exercises/math/percent/percentOfPercentOfNumber.js +3 -3
  819. package/lib/exercises/math/percent/percentToDecimal.d.ts.map +1 -1
  820. package/lib/exercises/math/percent/percentToDecimal.js +2 -3
  821. package/lib/exercises/math/percent/percentWritings.d.ts.map +1 -1
  822. package/lib/exercises/math/percent/percentWritings.js +5 -4
  823. package/lib/exercises/math/percent/populationEffectifFromSubPopulation.d.ts.map +1 -1
  824. package/lib/exercises/math/percent/populationEffectifFromSubPopulation.js +2 -2
  825. package/lib/exercises/math/percent/subPopulationEffectifFromPercent.d.ts.map +1 -1
  826. package/lib/exercises/math/percent/subPopulationEffectifFromPercent.js +2 -2
  827. package/lib/exercises/math/percent/ttcToHT.d.ts.map +1 -1
  828. package/lib/exercises/math/percent/ttcToHT.js +1 -1
  829. package/lib/exercises/math/percent/valuePercent.d.ts.map +1 -1
  830. package/lib/exercises/math/percent/valuePercent.js +3 -3
  831. package/lib/exercises/math/powers/calculateNegativePower.d.ts.map +1 -1
  832. package/lib/exercises/math/powers/calculateNegativePower.js +2 -3
  833. package/lib/exercises/math/powers/calculatePower.d.ts.map +1 -1
  834. package/lib/exercises/math/powers/calculatePower.js +1 -2
  835. package/lib/exercises/math/powers/decimalToScientific.d.ts.map +1 -1
  836. package/lib/exercises/math/powers/decimalToScientific.js +2 -2
  837. package/lib/exercises/math/powers/powerDefinition.js +1 -1
  838. package/lib/exercises/math/powers/powerNotation.js +3 -3
  839. package/lib/exercises/math/powers/powersDivision.d.ts.map +1 -1
  840. package/lib/exercises/math/powers/powersDivision.js +5 -5
  841. package/lib/exercises/math/powers/powersMixOperations.d.ts.map +1 -1
  842. package/lib/exercises/math/powers/powersMixOperations.js +4 -4
  843. package/lib/exercises/math/powers/powersOfTenMixOperations.d.ts.map +1 -1
  844. package/lib/exercises/math/powers/powersOfTenMixOperations.js +3 -4
  845. package/lib/exercises/math/powers/powersOfTenToDecimal.js +1 -1
  846. package/lib/exercises/math/powers/powersPower.d.ts.map +1 -1
  847. package/lib/exercises/math/powers/powersPower.js +4 -5
  848. package/lib/exercises/math/powers/powersProduct.d.ts.map +1 -1
  849. package/lib/exercises/math/powers/powersProduct.js +5 -5
  850. package/lib/exercises/math/powers/scientificToDecimal.d.ts.map +1 -1
  851. package/lib/exercises/math/powers/scientificToDecimal.js +2 -4
  852. package/lib/exercises/math/primitive/constantPrimitive.js +1 -1
  853. package/lib/exercises/math/primitive/expUPrimitive.js +1 -1
  854. package/lib/exercises/math/primitive/exponentialPrimitive.js +1 -1
  855. package/lib/exercises/math/primitive/kexpUPrimitive.d.ts.map +1 -1
  856. package/lib/exercises/math/primitive/kexpUPrimitive.js +4 -5
  857. package/lib/exercises/math/primitive/klogUPrimitive.d.ts.map +1 -1
  858. package/lib/exercises/math/primitive/klogUPrimitive.js +3 -5
  859. package/lib/exercises/math/primitive/logarithmePrimitive.d.ts.map +1 -1
  860. package/lib/exercises/math/primitive/logarithmePrimitive.js +1 -2
  861. package/lib/exercises/math/primitive/polynomialPrimitive.d.ts.map +1 -1
  862. package/lib/exercises/math/primitive/polynomialPrimitive.js +1 -1
  863. package/lib/exercises/math/primitive/sinCosPrimitive.d.ts.map +1 -1
  864. package/lib/exercises/math/primitive/sinCosPrimitive.js +1 -1
  865. package/lib/exercises/math/primitive/sinUCosUPrimitive.d.ts.map +1 -1
  866. package/lib/exercises/math/primitive/sinUCosUPrimitive.js +1 -1
  867. package/lib/exercises/math/probaStat/basicProbas/ballsBasicProbas.d.ts.map +1 -1
  868. package/lib/exercises/math/probaStat/basicProbas/ballsBasicProbas.js +2 -4
  869. package/lib/exercises/math/probaStat/basicProbas/cardBasicProbas.d.ts.map +1 -1
  870. package/lib/exercises/math/probaStat/basicProbas/cardBasicProbas.js +3 -5
  871. package/lib/exercises/math/probaStat/basicProbas/diceBasicProbas.d.ts.map +1 -1
  872. package/lib/exercises/math/probaStat/basicProbas/diceBasicProbas.js +2 -2
  873. package/lib/exercises/math/probaStat/basicProbas/getComplementaryProbability.d.ts.map +1 -1
  874. package/lib/exercises/math/probaStat/basicProbas/getMissingProbabilityValue.js +2 -2
  875. package/lib/exercises/math/probaStat/basicProbas/mostLeastProbable.js +1 -1
  876. package/lib/exercises/math/probaStat/basicProbas/rouletteProbas.d.ts.map +1 -1
  877. package/lib/exercises/math/probaStat/basicProbas/rouletteProbas.js +4 -3
  878. package/lib/exercises/math/probaStat/basicStats/calculateFrequency.d.ts.map +1 -1
  879. package/lib/exercises/math/probaStat/basicStats/calculateFrequency.js +7 -7
  880. package/lib/exercises/math/probaStat/basicStats/calculateFrequencyInList.d.ts.map +1 -1
  881. package/lib/exercises/math/probaStat/basicStats/calculateFrequencyInList.js +3 -3
  882. package/lib/exercises/math/probaStat/binomial/binomialInequation.d.ts.map +1 -1
  883. package/lib/exercises/math/probaStat/binomial/binomialInequation.js +13 -12
  884. package/lib/exercises/math/probaStat/binomial/calculateProbaOfBinomialDistribution.js +1 -1
  885. package/lib/exercises/math/probaStat/binomial/expectedValueOfBinomialProba.js +2 -2
  886. package/lib/exercises/math/probaStat/binomial/varianceOfBinomialProba.d.ts.map +1 -1
  887. package/lib/exercises/math/probaStat/binomial/varianceOfBinomialProba.js +2 -2
  888. package/lib/exercises/math/probaStat/checkEquiprobability.d.ts.map +1 -1
  889. package/lib/exercises/math/probaStat/checkEquiprobability.js +2 -2
  890. package/lib/exercises/math/probaStat/conditionalProbability.d.ts.map +1 -1
  891. package/lib/exercises/math/probaStat/conditionalProbability.js +7 -4
  892. package/lib/exercises/math/probaStat/events/describeEvent.d.ts.map +1 -1
  893. package/lib/exercises/math/probaStat/events/describeEvent.js +7 -7
  894. package/lib/exercises/math/probaStat/events/eventNotation.d.ts.map +1 -1
  895. package/lib/exercises/math/probaStat/events/eventNotation.js +7 -7
  896. package/lib/exercises/math/probaStat/independancy.d.ts.map +1 -1
  897. package/lib/exercises/math/probaStat/independancy.js +1 -1
  898. package/lib/exercises/math/probaStat/issuesCountingForCards.d.ts.map +1 -1
  899. package/lib/exercises/math/probaStat/issuesCountingForCards.js +2 -4
  900. package/lib/exercises/math/probaStat/probaFromTableNoContext.d.ts.map +1 -1
  901. package/lib/exercises/math/probaStat/probaFromTableNoContext.js +13 -8
  902. package/lib/exercises/math/probaStat/probaFromTableWithContext.d.ts +1 -2
  903. package/lib/exercises/math/probaStat/probaFromTableWithContext.d.ts.map +1 -1
  904. package/lib/exercises/math/probaStat/probaFromTableWithContext.js +9 -6
  905. package/lib/exercises/math/probaStat/probabilityTree.d.ts.map +1 -1
  906. package/lib/exercises/math/probaStat/probabilityTree.js +10 -42
  907. package/lib/exercises/math/probaStat/randomVariable/isTableProbabilityLaw.d.ts.map +1 -1
  908. package/lib/exercises/math/probaStat/randomVariable/isTableProbabilityLaw.js +3 -3
  909. package/lib/exercises/math/probaStat/randomVariable/randomVariableAverage.d.ts.map +1 -1
  910. package/lib/exercises/math/probaStat/randomVariable/randomVariableAverage.js +3 -3
  911. package/lib/exercises/math/probaStat/randomVariable/randomVariableStandardDeviation.d.ts.map +1 -1
  912. package/lib/exercises/math/probaStat/randomVariable/randomVariableStandardDeviation.js +3 -3
  913. package/lib/exercises/math/probaStat/randomVariable/randomVariableVariance.d.ts.map +1 -1
  914. package/lib/exercises/math/probaStat/randomVariable/randomVariableVariance.js +3 -3
  915. package/lib/exercises/math/probaStat/stats1var/averageLinearity.d.ts.map +1 -1
  916. package/lib/exercises/math/probaStat/stats1var/averageLinearity.js +2 -2
  917. package/lib/exercises/math/probaStat/stats1var/averageList.d.ts.map +1 -1
  918. package/lib/exercises/math/probaStat/stats1var/averageList.js +2 -2
  919. package/lib/exercises/math/probaStat/stats1var/averageWithTable.d.ts.map +1 -1
  920. package/lib/exercises/math/probaStat/stats1var/averageWithTable.js +2 -4
  921. package/lib/exercises/math/probaStat/stats1var/calculateMeanFromFrequencies.d.ts.map +1 -1
  922. package/lib/exercises/math/probaStat/stats1var/calculateMeanFromFrequencies.js +3 -3
  923. package/lib/exercises/math/probaStat/stats1var/choseReasoningForIndicator.d.ts.map +1 -1
  924. package/lib/exercises/math/probaStat/stats1var/choseReasoningForIndicator.js +2 -2
  925. package/lib/exercises/math/probaStat/stats1var/compareSeriesDispersion.d.ts.map +1 -1
  926. package/lib/exercises/math/probaStat/stats1var/compareSeriesDispersion.js +3 -3
  927. package/lib/exercises/math/probaStat/stats1var/cumulativeSum.js +4 -4
  928. package/lib/exercises/math/probaStat/stats1var/etendueList.d.ts.map +1 -1
  929. package/lib/exercises/math/probaStat/stats1var/etendueList.js +2 -2
  930. package/lib/exercises/math/probaStat/stats1var/getQuartileProportionQuestion.d.ts.map +1 -1
  931. package/lib/exercises/math/probaStat/stats1var/getQuartileProportionQuestion.js +2 -2
  932. package/lib/exercises/math/probaStat/stats1var/interquartilesList.js +3 -3
  933. package/lib/exercises/math/probaStat/stats1var/interquartilesTable.d.ts.map +1 -1
  934. package/lib/exercises/math/probaStat/stats1var/interquartilesTable.js +4 -4
  935. package/lib/exercises/math/probaStat/stats1var/marginalAndConditionalFrequency.d.ts.map +1 -1
  936. package/lib/exercises/math/probaStat/stats1var/marginalAndConditionalFrequency.js +2 -4
  937. package/lib/exercises/math/probaStat/stats1var/medianWithList.js +2 -2
  938. package/lib/exercises/math/probaStat/stats1var/medianWithTable.d.ts.map +1 -1
  939. package/lib/exercises/math/probaStat/stats1var/medianWithTable.js +3 -3
  940. package/lib/exercises/math/probaStat/stats1var/quartiles.js +3 -3
  941. package/lib/exercises/math/probaStat/stats1var/quartilesList.js +2 -2
  942. package/lib/exercises/math/probaStat/stats1var/standardDeviationList.d.ts.map +1 -1
  943. package/lib/exercises/math/probaStat/stats1var/standardDeviationList.js +3 -3
  944. package/lib/exercises/math/probaStat/stats1var/standardDeviationTable.d.ts.map +1 -1
  945. package/lib/exercises/math/probaStat/stats1var/standardDeviationTable.js +3 -3
  946. package/lib/exercises/math/probaStat/stats1var/varianceList.js +3 -3
  947. package/lib/exercises/math/probaStat/stats1var/varianceTable.js +3 -3
  948. package/lib/exercises/math/probaStat/stats2var/averagePoint.d.ts.map +1 -1
  949. package/lib/exercises/math/probaStat/stats2var/averagePoint.js +2 -2
  950. package/lib/exercises/math/probaStat/stats2var/fineAdjustementExercise.d.ts +1 -1
  951. package/lib/exercises/math/probaStat/stats2var/fineAdjustementExercise.js +4 -4
  952. package/lib/exercises/math/probaStat/unionIntersectionProba.d.ts.map +1 -1
  953. package/lib/exercises/math/probaStat/unionIntersectionProba.js +3 -3
  954. package/lib/exercises/math/python/conditionIfElifElse.d.ts +1 -0
  955. package/lib/exercises/math/python/conditionIfElifElse.d.ts.map +1 -1
  956. package/lib/exercises/math/python/conditionIfElifElse.js +24 -16
  957. package/lib/exercises/math/python/forLoop.js +3 -3
  958. package/lib/exercises/math/python/inOutCalcul.d.ts.map +1 -1
  959. package/lib/exercises/math/python/inOutCalcul.js +9 -5
  960. package/lib/exercises/math/python/pyForLoop1Exercise.js +2 -2
  961. package/lib/exercises/math/python/pyNestedForLoopExercise.d.ts.map +1 -1
  962. package/lib/exercises/math/python/pyNestedForLoopExercise.js +1 -11
  963. package/lib/exercises/math/python/pyWhileLoop1Exercise.d.ts.map +1 -1
  964. package/lib/exercises/math/python/pyWhileLoop1Exercise.js +3 -5
  965. package/lib/exercises/math/python/pythonForLoopInstructionCompletion.d.ts.map +1 -1
  966. package/lib/exercises/math/python/pythonForLoopInstructionCompletion.js +27 -18
  967. package/lib/exercises/math/python/pythonFunctionTrinom.d.ts.map +1 -1
  968. package/lib/exercises/math/python/pythonFunctionTrinom.js +2 -3
  969. package/lib/exercises/math/python/pythonIfStatementCompletion.d.ts.map +1 -1
  970. package/lib/exercises/math/python/pythonIfStatementCompletion.js +4 -4
  971. package/lib/exercises/math/python/pythonRangeCompletion.d.ts.map +1 -1
  972. package/lib/exercises/math/python/pythonRangeCompletion.js +11 -9
  973. package/lib/exercises/math/python/pythonSimpleFunctionInstructionCompletion.d.ts.map +1 -1
  974. package/lib/exercises/math/python/pythonSimpleFunctionInstructionCompletion.js +4 -4
  975. package/lib/exercises/math/python/pythonWhileStatementCompletion.d.ts.map +1 -1
  976. package/lib/exercises/math/python/pythonWhileStatementCompletion.js +2 -2
  977. package/lib/exercises/math/python/pythonWhileStatementOperationCompletion.d.ts.map +1 -1
  978. package/lib/exercises/math/python/pythonWhileStatementOperationCompletion.js +3 -4
  979. package/lib/exercises/math/python/variableAffectation.d.ts.map +1 -1
  980. package/lib/exercises/math/python/variableAffectation.js +9 -9
  981. package/lib/exercises/math/python/variableType.d.ts.map +1 -1
  982. package/lib/exercises/math/python/variableType.js +17 -16
  983. package/lib/exercises/math/python/whileLoop.d.ts.map +1 -1
  984. package/lib/exercises/math/python/whileLoop.js +4 -6
  985. package/lib/exercises/math/python/whileLoopCount.d.ts.map +1 -1
  986. package/lib/exercises/math/python/whileLoopCount.js +3 -3
  987. package/lib/exercises/math/sampling/confidenceInterval.d.ts.map +1 -1
  988. package/lib/exercises/math/sampling/confidenceInterval.js +3 -4
  989. package/lib/exercises/math/sampling/fluctuationInterval.d.ts.map +1 -1
  990. package/lib/exercises/math/sampling/fluctuationInterval.js +3 -4
  991. package/lib/exercises/math/sampling/getSampleCountAndSize.d.ts.map +1 -1
  992. package/lib/exercises/math/sampling/getSampleCountAndSize.js +3 -4
  993. package/lib/exercises/math/sampling/isSamplingRepresentative.d.ts.map +1 -1
  994. package/lib/exercises/math/sampling/isSamplingRepresentative.js +4 -4
  995. package/lib/exercises/math/sampling/samplingFrequency.d.ts.map +1 -1
  996. package/lib/exercises/math/sampling/samplingFrequency.js +4 -5
  997. package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts.map +1 -1
  998. package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplicitFormula.js +2 -2
  999. package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplictFormulaFirstTermRandom.d.ts.map +1 -1
  1000. package/lib/exercises/math/sequences/arithmetic/arithmeticFindExplictFormulaFirstTermRandom.js +4 -5
  1001. package/lib/exercises/math/sequences/arithmetic/arithmeticFindRandomTermFromTwoTerms.d.ts.map +1 -1
  1002. package/lib/exercises/math/sequences/arithmetic/arithmeticFindReason.d.ts.map +1 -1
  1003. package/lib/exercises/math/sequences/arithmetic/arithmeticFindReason.js +4 -4
  1004. package/lib/exercises/math/sequences/arithmetic/arithmeticFindReasonRandomRange.d.ts.map +1 -1
  1005. package/lib/exercises/math/sequences/arithmetic/arithmeticFindReasonRandomRange.js +1 -1
  1006. package/lib/exercises/math/sequences/arithmetic/arithmeticFindTerm.d.ts.map +1 -1
  1007. package/lib/exercises/math/sequences/arithmetic/arithmeticFindTerm.js +1 -1
  1008. package/lib/exercises/math/sequences/arithmetic/arithmeticReasonUsage.d.ts.map +1 -1
  1009. package/lib/exercises/math/sequences/arithmetic/arithmeticReasonUsage.js +3 -4
  1010. package/lib/exercises/math/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts.map +1 -1
  1011. package/lib/exercises/math/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.js +2 -2
  1012. package/lib/exercises/math/sequences/arithmetic/arithmeticThresholdFind.d.ts.map +1 -1
  1013. package/lib/exercises/math/sequences/arithmetic/firstIntegersSum.js +1 -1
  1014. package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromFirstTerms.d.ts.map +1 -1
  1015. package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromFirstTerms.js +7 -7
  1016. package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.d.ts.map +1 -1
  1017. package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.js +13 -10
  1018. package/lib/exercises/math/sequences/arithmetic/recognizeReasonFromFirstTerms.js +4 -4
  1019. package/lib/exercises/math/sequences/arithmetic/recognizeReasonFromGraph.js +2 -2
  1020. package/lib/exercises/math/sequences/genericSequenceVariations.d.ts.map +1 -1
  1021. package/lib/exercises/math/sequences/genericSequenceVariations.js +1 -1
  1022. package/lib/exercises/math/sequences/geometric/geometricExplicitFormulaUsage.js +1 -1
  1023. package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormula.d.ts.map +1 -1
  1024. package/lib/exercises/math/sequences/geometric/geometricFindExplicitFormula.js +1 -2
  1025. package/lib/exercises/math/sequences/geometric/geometricFindReason.js +2 -2
  1026. package/lib/exercises/math/sequences/geometric/geometricFindTerm.d.ts.map +1 -1
  1027. package/lib/exercises/math/sequences/geometric/geometricFindTerm.js +1 -1
  1028. package/lib/exercises/math/sequences/geometric/geometricFirstTermsGeneralSum.d.ts.map +1 -1
  1029. package/lib/exercises/math/sequences/geometric/geometricFirstTermsGeneralSum.js +4 -4
  1030. package/lib/exercises/math/sequences/geometric/geometricFirstTermsSum.js +1 -1
  1031. package/lib/exercises/math/sequences/geometric/geometricReasonUsage.d.ts.map +1 -1
  1032. package/lib/exercises/math/sequences/geometric/geometricReasonUsage.js +2 -2
  1033. package/lib/exercises/math/sequences/geometric/geometricRecognizeReasonFromFirstTerms.d.ts.map +1 -1
  1034. package/lib/exercises/math/sequences/geometric/geometricRecognizeReasonFromFirstTerms.js +4 -4
  1035. package/lib/exercises/math/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts.map +1 -1
  1036. package/lib/exercises/math/sequences/geometric/geometricRecurrenceFormulaUsage.js +2 -3
  1037. package/lib/exercises/math/sequences/geometric/geometricVariations.d.ts.map +1 -1
  1038. package/lib/exercises/math/sequences/geometric/geometricVariations.js +3 -3
  1039. package/lib/exercises/math/sequences/recurrenceFormulaUsage.js +1 -1
  1040. package/lib/exercises/math/sequences/sequenceEvaluation.js +11 -10
  1041. package/lib/exercises/math/sequences/sequencePlot.d.ts.map +1 -1
  1042. package/lib/exercises/math/sequences/sequencePlot.js +12 -12
  1043. package/lib/exercises/math/sets/intervals/inequalityToInterval.d.ts.map +1 -1
  1044. package/lib/exercises/math/sets/intervals/inequalityToInterval.js +3 -25
  1045. package/lib/exercises/math/sets/intervals/intervalOnGraph.d.ts.map +1 -1
  1046. package/lib/exercises/math/sets/intervals/intervalOnGraph.js +4 -4
  1047. package/lib/exercises/math/sets/intervals/intervalToInequality.d.ts.map +1 -1
  1048. package/lib/exercises/math/sets/intervals/intervalToInequality.js +4 -26
  1049. package/lib/exercises/math/sets/intervals/intervalsIntersection.d.ts.map +1 -1
  1050. package/lib/exercises/math/sets/intervals/intervalsIntersection.js +4 -44
  1051. package/lib/exercises/math/sets/intervals/intervalsUnion.d.ts.map +1 -1
  1052. package/lib/exercises/math/sets/intervals/intervalsUnion.js +2 -40
  1053. package/lib/exercises/math/sets/intervals/isNumberInInterval.d.ts.map +1 -1
  1054. package/lib/exercises/math/sets/intervals/isNumberInInterval.js +2 -2
  1055. package/lib/exercises/math/sets/isNumberDecimal.d.ts.map +1 -1
  1056. package/lib/exercises/math/sets/isNumberDecimal.js +9 -10
  1057. package/lib/exercises/math/sets/nameOfNumberSets.js +3 -3
  1058. package/lib/exercises/math/sets/setBelonging.d.ts.map +1 -1
  1059. package/lib/exercises/math/sets/setBelonging.js +2 -3
  1060. package/lib/exercises/math/sets/subsetsOfKnownSets.js +2 -2
  1061. package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesInPrism.d.ts.map +1 -1
  1062. package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesInPrism.js +2 -2
  1063. package/lib/exercises/math/spaceGeometry/vectors/spaceVectorCoordinatesFromPoints.d.ts.map +1 -1
  1064. package/lib/exercises/math/spaceGeometry/vectors/spaceVectorCoordinatesFromPoints.js +2 -3
  1065. package/lib/exercises/math/spaceGeometry/vectors/spaceVectorLinearCombinationCoords.d.ts.map +1 -1
  1066. package/lib/exercises/math/spaceGeometry/vectors/spaceVectorNormCalculation.d.ts.map +1 -1
  1067. package/lib/exercises/math/spaceGeometry/vectors/spaceVectorNormCalculation.js +1 -1
  1068. package/lib/exercises/math/squareRoots/simpifySquareRoot.d.ts.map +1 -1
  1069. package/lib/exercises/math/squareRoots/simpifySquareRoot.js +1 -1
  1070. package/lib/exercises/math/squareRoots/squareRootEquation.d.ts.map +1 -1
  1071. package/lib/exercises/math/squareRoots/squareRootEquation.js +1 -2
  1072. package/lib/exercises/math/squareRoots/squareRootIdentities.d.ts.map +1 -1
  1073. package/lib/exercises/math/squareRoots/squareRootIdentities.js +1 -1
  1074. package/lib/exercises/math/squareRoots/squareRootsDistributivity.d.ts.map +1 -1
  1075. package/lib/exercises/math/squareRoots/squareRootsDistributivity.js +2 -2
  1076. package/lib/exercises/math/squareRoots/squareRootsFractions.js +2 -2
  1077. package/lib/exercises/math/squareRoots/squareRootsProducts.js +2 -2
  1078. package/lib/exercises/math/squareRoots/squareRootsSum.d.ts.map +1 -1
  1079. package/lib/exercises/math/squareRoots/squareRootsSum.js +2 -6
  1080. package/lib/exercises/math/squareRoots/squareRootsToSquare.d.ts.map +1 -1
  1081. package/lib/exercises/math/squareRoots/squareRootsToSquare.js +4 -3
  1082. package/lib/exercises/math/trigonometry/arcLength.d.ts +2 -1
  1083. package/lib/exercises/math/trigonometry/arcLength.d.ts.map +1 -1
  1084. package/lib/exercises/math/trigonometry/arcLength.js +4 -5
  1085. package/lib/exercises/math/trigonometry/arcValue.d.ts.map +1 -1
  1086. package/lib/exercises/math/trigonometry/arcValue.js +4 -4
  1087. package/lib/exercises/math/trigonometry/associatePoint.d.ts.map +1 -1
  1088. package/lib/exercises/math/trigonometry/associatePoint.js +9 -9
  1089. package/lib/exercises/math/trigonometry/basicEquationCos.d.ts.map +1 -1
  1090. package/lib/exercises/math/trigonometry/basicEquationCos.js +2 -2
  1091. package/lib/exercises/math/trigonometry/basicEquationSin.d.ts.map +1 -1
  1092. package/lib/exercises/math/trigonometry/basicEquationSin.js +2 -2
  1093. package/lib/exercises/math/trigonometry/basicTrigoSystemEquation.d.ts.map +1 -1
  1094. package/lib/exercises/math/trigonometry/basicTrigoSystemEquation.js +2 -2
  1095. package/lib/exercises/math/trigonometry/calculateCosSinAndTan.d.ts.map +1 -1
  1096. package/lib/exercises/math/trigonometry/calculateCosSinAndTan.js +7 -4
  1097. package/lib/exercises/math/trigonometry/degreeToRadians.d.ts +2 -1
  1098. package/lib/exercises/math/trigonometry/degreeToRadians.d.ts.map +1 -1
  1099. package/lib/exercises/math/trigonometry/degreeToRadians.js +5 -5
  1100. package/lib/exercises/math/trigonometry/equationCosOnRandomInterval.d.ts.map +1 -1
  1101. package/lib/exercises/math/trigonometry/equationCosOnRandomInterval.js +2 -2
  1102. package/lib/exercises/math/trigonometry/equationSinOnRandomInterval.d.ts.map +1 -1
  1103. package/lib/exercises/math/trigonometry/equationSinOnRandomInterval.js +2 -3
  1104. package/lib/exercises/math/trigonometry/mainAngleMeasure.d.ts +2 -1
  1105. package/lib/exercises/math/trigonometry/mainAngleMeasure.d.ts.map +1 -1
  1106. package/lib/exercises/math/trigonometry/mainAngleMeasure.js +3 -4
  1107. package/lib/exercises/math/trigonometry/mainRemarkableValues.d.ts.map +1 -1
  1108. package/lib/exercises/math/trigonometry/mainRemarkableValues.js +1 -9
  1109. package/lib/exercises/math/trigonometry/remarkableValues.d.ts.map +1 -1
  1110. package/lib/exercises/math/trigonometry/remarkableValues.js +3 -3
  1111. package/lib/exercises/math/trigonometry/trigoFundamentalEquation.d.ts.map +1 -1
  1112. package/lib/exercises/math/trigonometry/trigoFundamentalEquation.js +4 -4
  1113. package/lib/exercises/math/trigonometry/trigonometry.d.ts.map +1 -1
  1114. package/lib/exercises/math/trigonometry/trigonometry.js +3 -3
  1115. package/lib/exercises/math/trigonometry/trigonometryAngleCalcul.d.ts.map +1 -1
  1116. package/lib/exercises/math/trigonometry/trigonometryAngleCalcul.js +3 -4
  1117. package/lib/exercises/math/trigonometry/trigonometrySideCalcul.d.ts.map +1 -1
  1118. package/lib/exercises/math/trigonometry/trigonometrySideCalcul.js +5 -5
  1119. package/lib/exercises/pc/calibrationCurveOfSolution.d.ts.map +1 -1
  1120. package/lib/exercises/pc/calibrationCurveOfSolution.js +4 -4
  1121. package/lib/exercises/pc/chemicalElements/calculateProtonsNumberFromMass.d.ts.map +1 -1
  1122. package/lib/exercises/pc/chemicalElements/calculateVolumetricMass.js +2 -2
  1123. package/lib/exercises/pc/chemicalElements/findAtomEntitiesNumberFromMass.d.ts.map +1 -1
  1124. package/lib/exercises/pc/chemicalElements/findAtomicStructureElement.js +1 -1
  1125. package/lib/exercises/pc/chemicalElements/massOrVolumeProportion.d.ts.map +1 -1
  1126. package/lib/exercises/pc/chemicalElements/massOrVolumeProportion.js +3 -3
  1127. package/lib/exercises/pc/chemicalReactions/calculateSynthesisEfficiency.js +1 -1
  1128. package/lib/exercises/pc/chemicalReactions/chemicalReactionsProduct.js +1 -1
  1129. package/lib/exercises/pc/chemicalReactions/identifyStoichiometricMixture.js +4 -4
  1130. package/lib/exercises/pc/chemicalReactions/stoichiometricReaction.js +2 -2
  1131. package/lib/exercises/pc/chemicalReactions/titrationEquivalenceRelation.d.ts.map +1 -1
  1132. package/lib/exercises/pc/chemicalReactions/titrationEquivalenceRelation.js +1 -1
  1133. package/lib/exercises/pc/delution.d.ts.map +1 -1
  1134. package/lib/exercises/pc/delution.js +1 -1
  1135. package/lib/exercises/pc/dosage/beerLambertRandomValue.d.ts.map +1 -1
  1136. package/lib/exercises/pc/dosage/beerLambertRandomValue.js +2 -2
  1137. package/lib/exercises/pc/dosage/concentrationCalculation.d.ts.map +1 -1
  1138. package/lib/exercises/pc/dosage/concentrationCalculation.js +2 -2
  1139. package/lib/exercises/pc/dosage/concentrationFromMassCalculation.js +2 -2
  1140. package/lib/exercises/pc/electricity/calculateIntensity.js +2 -2
  1141. package/lib/exercises/pc/electricity/calculateIntensityInSerieOrParallel.js +2 -2
  1142. package/lib/exercises/pc/electricity/calculateVoltage.d.ts.map +1 -1
  1143. package/lib/exercises/pc/electricity/calculateVoltage.js +8 -4
  1144. package/lib/exercises/pc/electricity/electricEnergyFromPower.d.ts.map +1 -1
  1145. package/lib/exercises/pc/electricity/electricPowerOrEnergyCalculation.d.ts.map +1 -1
  1146. package/lib/exercises/pc/electricity/electricPowerOrEnergyCalculation.js +2 -2
  1147. package/lib/exercises/pc/electricity/kirchhoffVoltageLaw.d.ts.map +1 -1
  1148. package/lib/exercises/pc/electricity/kirchhoffVoltageLaw.js +1 -1
  1149. package/lib/exercises/pc/electricity/ohmLaw.d.ts.map +1 -1
  1150. package/lib/exercises/pc/electricity/ohmLaw.js +6 -7
  1151. package/lib/exercises/pc/electricity/ohmicConductorOrGenerator.js +1 -1
  1152. package/lib/exercises/pc/energy/calorificValue.d.ts.map +1 -1
  1153. package/lib/exercises/pc/energy/calorificValue.js +2 -7
  1154. package/lib/exercises/pc/energy/combustionTransferEnergy.js +2 -2
  1155. package/lib/exercises/pc/energy/combustionTransferEnergy2.d.ts.map +1 -1
  1156. package/lib/exercises/pc/energy/combustionTransferEnergy2.js +1 -2
  1157. package/lib/exercises/pc/energy/efficencyOfConverter.js +1 -1
  1158. package/lib/exercises/pc/energy/efficiencyCalculation.js +2 -2
  1159. package/lib/exercises/pc/energy/energyTransfer.js +2 -2
  1160. package/lib/exercises/pc/energy/kineticEnergyOrMassOrSpeed.js +1 -1
  1161. package/lib/exercises/pc/energy/thermalEnergyTransferCalculation.js +2 -2
  1162. package/lib/exercises/pc/fluids/mariotte.d.ts.map +1 -1
  1163. package/lib/exercises/pc/forces/calculateNormalOrFrictionForce.js +2 -2
  1164. package/lib/exercises/pc/forces/electroStaticForce.d.ts +3 -3
  1165. package/lib/exercises/pc/forces/electroStaticForce.js +1 -1
  1166. package/lib/exercises/pc/forces/forceWork.d.ts.map +1 -1
  1167. package/lib/exercises/pc/forces/forceWork.js +1 -1
  1168. package/lib/exercises/pc/forces/gravitationalAttractionObjectHeight.d.ts.map +1 -1
  1169. package/lib/exercises/pc/forces/gravitationalAttractionObjectHeight.js +6 -6
  1170. package/lib/exercises/pc/forces/gravitationalAttractionValue.js +2 -2
  1171. package/lib/exercises/pc/forces/gravitationalForcePlanets.d.ts.map +1 -1
  1172. package/lib/exercises/pc/forces/gravitationalForcePlanets.js +4 -4
  1173. package/lib/exercises/pc/forces/massWeight.js +2 -2
  1174. package/lib/exercises/pc/identifyAtomicMassOrAtomicNb.d.ts.map +1 -1
  1175. package/lib/exercises/pc/identifyAtomicMassOrAtomicNb.js +5 -19
  1176. package/lib/exercises/pc/index.d.ts +1 -29
  1177. package/lib/exercises/pc/index.d.ts.map +1 -1
  1178. package/lib/exercises/pc/index.js +1 -29
  1179. package/lib/exercises/pc/math/isolateVariables.d.ts.map +1 -1
  1180. package/lib/exercises/pc/math/isolateVariables.js +1 -4
  1181. package/lib/exercises/pc/math/proportionnalityCoeffFromLine.d.ts.map +1 -1
  1182. package/lib/exercises/pc/math/proportionnalityCoeffFromLine.js +4 -5
  1183. package/lib/exercises/pc/mathExosInPC.d.ts +30 -0
  1184. package/lib/exercises/pc/mathExosInPC.d.ts.map +1 -0
  1185. package/lib/exercises/pc/mathExosInPC.js +29 -0
  1186. package/lib/exercises/pc/mecanicalWaves/elongationReading.d.ts.map +1 -1
  1187. package/lib/exercises/pc/mecanicalWaves/elongationReading.js +2 -2
  1188. package/lib/exercises/pc/mole/concentrationReading.d.ts.map +1 -1
  1189. package/lib/exercises/pc/mole/concentrationReading.js +3 -3
  1190. package/lib/exercises/pc/mole/moleculeCountFromMassAndAvogadro.d.ts.map +1 -1
  1191. package/lib/exercises/pc/mole/moleculeCountFromMassAndAvogadro.js +2 -2
  1192. package/lib/exercises/pc/mole/moleculeCountFromMol.d.ts.map +1 -1
  1193. package/lib/exercises/pc/mole/moleculeCountFromMol.js +2 -2
  1194. package/lib/exercises/pc/moleculeFormula.d.ts.map +1 -1
  1195. package/lib/exercises/pc/moleculeFormula.js +1 -1
  1196. package/lib/exercises/pc/motion/averageSpeed.d.ts +3 -3
  1197. package/lib/exercises/pc/motion/averageSpeed.d.ts.map +1 -1
  1198. package/lib/exercises/pc/motion/averageSpeed.js +2 -3
  1199. package/lib/exercises/pc/motion/averageSpeedCalculation.d.ts.map +1 -1
  1200. package/lib/exercises/pc/motion/averageSpeedCalculation.js +1 -2
  1201. package/lib/exercises/pc/motion/characteristicsOfVelocityVector.js +2 -2
  1202. package/lib/exercises/pc/motion/motionReference.d.ts.map +1 -1
  1203. package/lib/exercises/pc/motion/recognizeFreeFall.js +1 -1
  1204. package/lib/exercises/pc/motion/typeOfAcceleration.d.ts.map +1 -1
  1205. package/lib/exercises/pc/motion/typeOfAcceleration.js +2 -2
  1206. package/lib/exercises/pc/motion/typeOfMovement.d.ts.map +1 -1
  1207. package/lib/exercises/pc/motion/typeOfMovement.js +5 -3
  1208. package/lib/exercises/pc/pH.js +1 -1
  1209. package/lib/exercises/pc/potentialEnergy.d.ts.map +1 -1
  1210. package/lib/exercises/pc/potentialEnergy.js +2 -2
  1211. package/lib/exercises/pc/power/calculatePowerOfLight.js +1 -1
  1212. package/lib/exercises/pc/recognizeRefractionOrReflectionAngles.d.ts.map +1 -1
  1213. package/lib/exercises/pc/recognizeRefractionOrReflectionAngles.js +4 -2
  1214. package/lib/exercises/pc/snellDescartes.d.ts.map +1 -1
  1215. package/lib/exercises/pc/sound/findPeriodFromGraph.js +2 -2
  1216. package/lib/exercises/pc/sound/findPeriodOrFrequencyFromGraph.js +3 -3
  1217. package/lib/exercises/pc/spectral/spectralEnergy.d.ts.map +1 -1
  1218. package/lib/exercises/pc/spectral/spectralEnergy.js +4 -4
  1219. package/lib/exercises/pc/waves/findDistanceFromEarth.d.ts.map +1 -1
  1220. package/lib/exercises/pc/waves/lightDistanceConversion.d.ts.map +1 -1
  1221. package/lib/exercises/pc/waves/lightDistanceConversion.js +3 -3
  1222. package/lib/exercises/pc/waves/periodicWaveCelerity.d.ts.map +1 -1
  1223. package/lib/exercises/pc/waves/periodicWaveCelerity.js +1 -5
  1224. package/lib/exercises/pc/weight/calculateWeight.d.ts.map +1 -1
  1225. package/lib/exercises/pc/weight/calculateWeight.js +2 -3
  1226. package/lib/exercises/pc/weight/weightOnTheMoon.d.ts.map +1 -1
  1227. package/lib/exercises/pc/weight/weightOnTheMoon.js +1 -1
  1228. package/lib/exercises/utils/geogebra/isGGBPoint.js +1 -1
  1229. package/lib/exercises/utils/geogebra/toolBarConstructor.d.ts.map +1 -1
  1230. package/lib/exercises/utils/getAtoms.d.ts.map +1 -1
  1231. package/lib/exercises/utils/getDistinctQuestions.d.ts +1 -1
  1232. package/lib/exercises/utils/getDistinctQuestions.d.ts.map +1 -1
  1233. package/lib/exercises/utils/getDistinctQuestions.js +1 -1
  1234. package/lib/exercises/utils/getElectronicConfigurationFromShells.d.ts.map +1 -1
  1235. package/lib/exercises/vea/equationVEA.d.ts.map +1 -1
  1236. package/lib/exercises/vea/equationVEA.js +1 -1
  1237. package/lib/exercises/vea/numberVEA.d.ts.map +1 -1
  1238. package/lib/exercises/vea/rationalVEA.d.ts.map +1 -1
  1239. package/lib/exercises/vea/sqrtVEA.d.ts.map +1 -1
  1240. package/lib/geogebra/colors.d.ts.map +1 -1
  1241. package/lib/geogebra/deleteObjectNamesFromAnswer.d.ts.map +1 -1
  1242. package/lib/geogebra/lagrange.d.ts.map +1 -1
  1243. package/lib/geogebra/parsers/approxEqual.d.ts.map +1 -1
  1244. package/lib/geogebra/parsers/ggbPointToCoords.d.ts.map +1 -1
  1245. package/lib/geogebra/parsers/ggbPointsToPoints.d.ts.map +1 -1
  1246. package/lib/geogebra/parsers/ggbPointsToPoints.js +0 -1
  1247. package/lib/geogebra/parsers/parseGGBPoints.d.ts.map +1 -1
  1248. package/lib/geogebra/spline.js +1 -1
  1249. package/lib/index.d.ts +1352 -1007
  1250. package/lib/index.d.ts.map +1 -1
  1251. package/lib/index.js +0 -1
  1252. package/lib/latexTester.d.ts.map +1 -1
  1253. package/lib/latexTester.js +0 -1
  1254. package/lib/math/geometry/CloudPoints.d.ts +1 -1
  1255. package/lib/math/geometry/CloudPoints.d.ts.map +1 -1
  1256. package/lib/math/geometry/CloudPoints.js +1 -1
  1257. package/lib/math/geometry/angle.d.ts.map +1 -1
  1258. package/lib/math/geometry/circle.d.ts +1 -1
  1259. package/lib/math/geometry/circle.d.ts.map +1 -1
  1260. package/lib/math/geometry/circle.js +2 -1
  1261. package/lib/math/geometry/line.d.ts +1 -1
  1262. package/lib/math/geometry/line.d.ts.map +1 -1
  1263. package/lib/math/geometry/line.js +3 -1
  1264. package/lib/math/geometry/parabola.d.ts +1 -1
  1265. package/lib/math/geometry/parabola.d.ts.map +1 -1
  1266. package/lib/math/geometry/parabola.js +3 -1
  1267. package/lib/math/geometry/point.d.ts +1 -1
  1268. package/lib/math/geometry/point.d.ts.map +1 -1
  1269. package/lib/math/geometry/point.js +1 -1
  1270. package/lib/math/geometry/quadrilaterals/parallelogram.d.ts.map +1 -1
  1271. package/lib/math/geometry/quadrilaterals/parallelogram.js +3 -4
  1272. package/lib/math/geometry/quadrilaterals/quadrilateral.d.ts +1 -2
  1273. package/lib/math/geometry/quadrilaterals/quadrilateral.d.ts.map +1 -1
  1274. package/lib/math/geometry/quadrilaterals/quadrilateral.js +1 -1
  1275. package/lib/math/geometry/quadrilaterals/rectangle.d.ts.map +1 -1
  1276. package/lib/math/geometry/quadrilaterals/rectangle.js +0 -1
  1277. package/lib/math/geometry/quadrilaterals/rhombus.d.ts.map +1 -1
  1278. package/lib/math/geometry/quadrilaterals/rhombus.js +1 -1
  1279. package/lib/math/geometry/quadrilaterals/square.d.ts +1 -4
  1280. package/lib/math/geometry/quadrilaterals/square.d.ts.map +1 -1
  1281. package/lib/math/geometry/quadrilaterals/square.js +1 -1
  1282. package/lib/math/geometry/segment.d.ts +1 -2
  1283. package/lib/math/geometry/segment.d.ts.map +1 -1
  1284. package/lib/math/geometry/spacePoint.d.ts +3 -3
  1285. package/lib/math/geometry/spacePoint.d.ts.map +1 -1
  1286. package/lib/math/geometry/spacePoint.js +3 -3
  1287. package/lib/math/geometry/spaceVector.d.ts +3 -3
  1288. package/lib/math/geometry/spaceVector.d.ts.map +1 -1
  1289. package/lib/math/geometry/spaceVector.js +4 -4
  1290. package/lib/math/geometry/triangles/equilateralTriangle.d.ts +1 -2
  1291. package/lib/math/geometry/triangles/equilateralTriangle.d.ts.map +1 -1
  1292. package/lib/math/geometry/triangles/equilateralTriangle.js +6 -7
  1293. package/lib/math/geometry/triangles/isoceleTriangle.d.ts.map +1 -1
  1294. package/lib/math/geometry/triangles/rightTriangle.d.ts.map +1 -1
  1295. package/lib/math/geometry/triangles/rightTriangle.js +2 -2
  1296. package/lib/math/geometry/triangles/triangle.d.ts +3 -3
  1297. package/lib/math/geometry/triangles/triangle.d.ts.map +1 -1
  1298. package/lib/math/geometry/triangles/triangle.js +1 -1
  1299. package/lib/math/inequations/inequation.d.ts.map +1 -1
  1300. package/lib/math/matrices/matrix.js +1 -1
  1301. package/lib/math/numbers/decimals/decimal.d.ts.map +1 -1
  1302. package/lib/math/numbers/decimals/decimal.js +3 -4
  1303. package/lib/math/numbers/integer/integer.d.ts +1 -1
  1304. package/lib/math/numbers/integer/integer.d.ts.map +1 -1
  1305. package/lib/math/numbers/integer/integer.js +11 -6
  1306. package/lib/math/numbers/logarithms/ln.d.ts.map +1 -1
  1307. package/lib/math/numbers/rationals/rational.js +1 -1
  1308. package/lib/math/numbers/reals/real.js +2 -2
  1309. package/lib/math/polynomials/generalAffine.d.ts.map +1 -1
  1310. package/lib/math/polynomials/generalPolynomial.d.ts.map +1 -1
  1311. package/lib/math/polynomials/generalPolynomial.js +1 -1
  1312. package/lib/math/polynomials/polynomial.js +1 -1
  1313. package/lib/math/polynomials/trinom.d.ts.map +1 -1
  1314. package/lib/math/polynomials/trinom.js +1 -1
  1315. package/lib/math/probability/binomial.d.ts.map +1 -1
  1316. package/lib/math/probability/randomVariable.d.ts.map +1 -1
  1317. package/lib/math/sequences/geometricSequence.d.ts +1 -2
  1318. package/lib/math/sequences/geometricSequence.d.ts.map +1 -1
  1319. package/lib/math/systems/generalSystem.d.ts.map +1 -1
  1320. package/lib/math/systems/generalSystem.js +4 -4
  1321. package/lib/math/systems/system.d.ts.map +1 -1
  1322. package/lib/math/trigonometry/remarkableValue.d.ts.map +1 -1
  1323. package/lib/math/trigonometry/remarkableValues.d.ts.map +1 -1
  1324. package/lib/math/trigonometry/remarkableValues.js +2 -2
  1325. package/lib/math/utils/arithmetic/coprimesOf.d.ts.map +1 -1
  1326. package/lib/math/utils/arithmetic/coprimesOf.js +1 -1
  1327. package/lib/math/utils/arithmetic/dividersOf.d.ts.map +1 -1
  1328. package/lib/math/utils/arithmetic/dividersOf.js +1 -1
  1329. package/lib/math/utils/arithmetic/factorial.d.ts.map +1 -1
  1330. package/lib/math/utils/arithmetic/isPrime.d.ts.map +1 -1
  1331. package/lib/math/utils/arithmetic/isSquare.d.ts.map +1 -1
  1332. package/lib/math/utils/arithmetic/lcm.d.ts.map +1 -1
  1333. package/lib/math/utils/arithmetic/maxPowerDecomposition.d.ts.map +1 -1
  1334. package/lib/math/utils/arithmetic/nonCoprimesOf.d.ts.map +1 -1
  1335. package/lib/math/utils/arithmetic/nonCoprimesOf.js +1 -1
  1336. package/lib/math/utils/arithmetic/nonDividersOf.d.ts.map +1 -1
  1337. package/lib/math/utils/arithmetic/nonDividersOf.js +1 -3
  1338. package/lib/math/utils/arithmetic/primeDecomposition.d.ts.map +1 -1
  1339. package/lib/math/utils/arithmetic/primeFactors.d.ts.map +1 -1
  1340. package/lib/math/utils/combinatorics/combination.d.ts.map +1 -1
  1341. package/lib/math/utils/decimals/decimalPartLengthOf.d.ts.map +1 -1
  1342. package/lib/math/utils/functions/expUDerivate.d.ts.map +1 -1
  1343. package/lib/math/utils/geometry/growthRate.d.ts.map +1 -1
  1344. package/lib/math/utils/latex/frenchify.d.ts.map +1 -1
  1345. package/lib/math/utils/latex/unfrenchify.d.ts.map +1 -1
  1346. package/lib/math/utils/random/randTupleInt.d.ts.map +1 -1
  1347. package/lib/math/utils/random/randfloat.d.ts +1 -1
  1348. package/lib/math/utils/random/randfloat.d.ts.map +1 -1
  1349. package/lib/math/utils/random/randfrac.d.ts.map +1 -1
  1350. package/lib/math/utils/random/randfrac.js +4 -1
  1351. package/lib/math/utils/random/randint.d.ts +1 -1
  1352. package/lib/math/utils/random/randint.d.ts.map +1 -1
  1353. package/lib/math/utils/round.d.ts +1 -1
  1354. package/lib/math/utils/round.d.ts.map +1 -1
  1355. package/lib/math/utils/round.js +1 -1
  1356. package/lib/math/utils/stats/gaussianWithNoise.d.ts.map +1 -1
  1357. package/lib/math/utils/stats/generateAffineCloud.d.ts.map +1 -1
  1358. package/lib/math/utils/stats/generateAffineCloud.js +4 -4
  1359. package/lib/math/utils/stats/leastSquares.d.ts.map +1 -1
  1360. package/lib/math/utils/stats/median.d.ts.map +1 -1
  1361. package/lib/math/utils/stats/quartiles.d.ts.map +1 -1
  1362. package/lib/math/utils/stats/rSquared.d.ts.map +1 -1
  1363. package/lib/math/utils/stats/standardDeviation.d.ts.map +1 -1
  1364. package/lib/math/utils/stats/sum.d.ts.map +1 -1
  1365. package/lib/math/utils/stats/variance.d.ts.map +1 -1
  1366. package/lib/pc/constants/gravity.d.ts.map +1 -1
  1367. package/lib/pc/constants/gravity.js +0 -1
  1368. package/lib/pc/constants/molecularChemistry/reaction.d.ts.map +1 -1
  1369. package/lib/pc/constants/molecularChemistry/reaction.js +2 -1
  1370. package/lib/pc/measure/measure.d.ts +3 -3
  1371. package/lib/pc/measure/measure.d.ts.map +1 -1
  1372. package/lib/pc/units/AmountOfSubstance.d.ts +3 -3
  1373. package/lib/pc/units/distanceUnits.d.ts +3 -3
  1374. package/lib/pc/units/divideUnit.d.ts +4 -4
  1375. package/lib/pc/units/divideUnit.d.ts.map +1 -1
  1376. package/lib/pc/units/electricalChargeUnit.d.ts +3 -3
  1377. package/lib/pc/units/electricalResistanceUnit.d.ts +3 -4
  1378. package/lib/pc/units/electricalResistanceUnit.d.ts.map +1 -1
  1379. package/lib/pc/units/electricalUnit.d.ts +3 -4
  1380. package/lib/pc/units/electricalUnit.d.ts.map +1 -1
  1381. package/lib/pc/units/energyUnit.d.ts +3 -3
  1382. package/lib/pc/units/forceUnits.d.ts +3 -3
  1383. package/lib/pc/units/frequenceUnit.d.ts +3 -3
  1384. package/lib/pc/units/interfaces/baseTenUnit.d.ts +2 -2
  1385. package/lib/pc/units/interfaces/baseTenUnit.d.ts.map +1 -1
  1386. package/lib/pc/units/interfaces/baseTenUnit.js +1 -1
  1387. package/lib/pc/units/massUnits.d.ts +3 -3
  1388. package/lib/pc/units/mulitplyUnits.d.ts +4 -4
  1389. package/lib/pc/units/mulitplyUnits.d.ts.map +1 -1
  1390. package/lib/pc/units/powerUnits.d.ts +3 -3
  1391. package/lib/pc/units/powerUnits.d.ts.map +1 -1
  1392. package/lib/pc/units/timeUnits.d.ts +3 -3
  1393. package/lib/pc/units/timeUnits.js +6 -6
  1394. package/lib/pc/units/volumeUnit.d.ts +3 -3
  1395. package/lib/pc/units/wattUnit.d.ts +3 -3
  1396. package/lib/playground.d.ts.map +1 -1
  1397. package/lib/server.js +4 -4
  1398. package/lib/tests/exoTest.d.ts +1 -1
  1399. package/lib/tests/exoTest.d.ts.map +1 -1
  1400. package/lib/tests/exoTest.js +2 -2
  1401. package/lib/tests/exosTest.d.ts +1 -1
  1402. package/lib/tests/exosTest.d.ts.map +1 -1
  1403. package/lib/tests/exosTest.js +1 -1
  1404. package/lib/tests/manyPdfExos.test.d.ts.map +1 -1
  1405. package/lib/tests/manyPdfExos.test.js +2 -2
  1406. package/lib/tests/megaExosTest.d.ts +1 -1
  1407. package/lib/tests/megaExosTest.d.ts.map +1 -1
  1408. package/lib/tests/pdfExo.test.d.ts.map +1 -1
  1409. package/lib/tests/pdfExo.test.js +1 -1
  1410. package/lib/tests/pdfs/buildPDFForExercise.d.ts +1 -1
  1411. package/lib/tests/pdfs/buildPDFForExercise.d.ts.map +1 -1
  1412. package/lib/tests/pdfs/buildPDFForExercise.js +1 -1
  1413. package/lib/tests/pdfs/formatMdToLatex.d.ts.map +1 -1
  1414. package/lib/tests/pdfs/mdCodeToLatex.d.ts.map +1 -1
  1415. package/lib/tests/pdfs/mdTableToLatexTabular.d.ts.map +1 -1
  1416. package/lib/tests/pdfs/quizPdfHeader.d.ts +1 -1
  1417. package/lib/tests/pdfs/quizPdfHeader.d.ts.map +1 -1
  1418. package/lib/tests/pdfs/quizPdfHeader.js +1 -1
  1419. package/lib/tests/pdfs/signTableToLatex.d.ts.map +1 -1
  1420. package/lib/tests/pdfs/signTableToLatex.js +0 -1
  1421. package/lib/tests/pdfs/valueTableToLatex.d.ts.map +1 -1
  1422. package/lib/tests/pdfs/valueTableToLatex.js +3 -3
  1423. package/lib/tests/pdfs/varTableToLatex.d.ts.map +1 -1
  1424. package/lib/tests/pdfs/varTableToLatex.js +1 -1
  1425. package/lib/tests/questionTest.d.ts +1 -1
  1426. package/lib/tests/questionTest.d.ts.map +1 -1
  1427. package/lib/tests/questionTest.js +4 -4
  1428. package/lib/tests/singleExo.test.d.ts.map +1 -1
  1429. package/lib/tests/singleExo.test.js +1 -1
  1430. package/lib/tree/nodes/algebraicNode.d.ts.map +1 -1
  1431. package/lib/tree/nodes/algebraicNode.js +1 -1
  1432. package/lib/tree/nodes/complex/complexNode.d.ts +3 -3
  1433. package/lib/tree/nodes/complex/complexNode.d.ts.map +1 -1
  1434. package/lib/tree/nodes/complex/complexNode.js +2 -3
  1435. package/lib/tree/nodes/equations/equalNode.d.ts +4 -4
  1436. package/lib/tree/nodes/equations/equalNode.d.ts.map +1 -1
  1437. package/lib/tree/nodes/equations/equalNode.js +5 -4
  1438. package/lib/tree/nodes/equations/equationSolutionNode.d.ts +5 -5
  1439. package/lib/tree/nodes/equations/equationSolutionNode.d.ts.map +1 -1
  1440. package/lib/tree/nodes/equations/equationSolutionNode.js +4 -4
  1441. package/lib/tree/nodes/equations/multiEqualNode.d.ts +5 -5
  1442. package/lib/tree/nodes/equations/multiEqualNode.d.ts.map +1 -1
  1443. package/lib/tree/nodes/equations/multiEqualNode.js +4 -4
  1444. package/lib/tree/nodes/functions/absNode.d.ts.map +1 -1
  1445. package/lib/tree/nodes/functions/arcSinNode.d.ts +1 -1
  1446. package/lib/tree/nodes/functions/arcSinNode.d.ts.map +1 -1
  1447. package/lib/tree/nodes/functions/arcSinNode.js +1 -1
  1448. package/lib/tree/nodes/functions/arccosNode.d.ts +1 -1
  1449. package/lib/tree/nodes/functions/arccosNode.d.ts.map +1 -1
  1450. package/lib/tree/nodes/functions/arccosNode.js +1 -1
  1451. package/lib/tree/nodes/functions/arctanNode.d.ts +1 -1
  1452. package/lib/tree/nodes/functions/arctanNode.d.ts.map +1 -1
  1453. package/lib/tree/nodes/functions/arctanNode.js +1 -1
  1454. package/lib/tree/nodes/functions/cosNode.d.ts +1 -1
  1455. package/lib/tree/nodes/functions/cosNode.d.ts.map +1 -1
  1456. package/lib/tree/nodes/functions/cosNode.js +2 -2
  1457. package/lib/tree/nodes/functions/expNode.d.ts +1 -1
  1458. package/lib/tree/nodes/functions/expNode.d.ts.map +1 -1
  1459. package/lib/tree/nodes/functions/expNode.js +1 -1
  1460. package/lib/tree/nodes/functions/integralNode.d.ts +7 -7
  1461. package/lib/tree/nodes/functions/integralNode.d.ts.map +1 -1
  1462. package/lib/tree/nodes/functions/integralNode.js +9 -9
  1463. package/lib/tree/nodes/functions/log10Node.d.ts +1 -1
  1464. package/lib/tree/nodes/functions/log10Node.d.ts.map +1 -1
  1465. package/lib/tree/nodes/functions/log10Node.js +1 -1
  1466. package/lib/tree/nodes/functions/logNode.d.ts +1 -1
  1467. package/lib/tree/nodes/functions/logNode.d.ts.map +1 -1
  1468. package/lib/tree/nodes/functions/logNode.js +1 -1
  1469. package/lib/tree/nodes/functions/oppositeNode.d.ts.map +1 -1
  1470. package/lib/tree/nodes/functions/oppositeNode.js +1 -2
  1471. package/lib/tree/nodes/functions/sinNode.d.ts.map +1 -1
  1472. package/lib/tree/nodes/functions/sinNode.js +1 -1
  1473. package/lib/tree/nodes/functions/sqrtNode.d.ts +3 -3
  1474. package/lib/tree/nodes/functions/sqrtNode.d.ts.map +1 -1
  1475. package/lib/tree/nodes/functions/sqrtNode.js +3 -3
  1476. package/lib/tree/nodes/functions/tanNode.d.ts +3 -3
  1477. package/lib/tree/nodes/functions/tanNode.d.ts.map +1 -1
  1478. package/lib/tree/nodes/functions/tanNode.js +4 -4
  1479. package/lib/tree/nodes/geometry/degree.d.ts +3 -3
  1480. package/lib/tree/nodes/geometry/degree.d.ts.map +1 -1
  1481. package/lib/tree/nodes/geometry/degree.js +3 -3
  1482. package/lib/tree/nodes/geometry/lengthNode.d.ts +3 -3
  1483. package/lib/tree/nodes/geometry/lengthNode.d.ts.map +1 -1
  1484. package/lib/tree/nodes/geometry/lengthNode.js +4 -4
  1485. package/lib/tree/nodes/geometry/pointNode.d.ts +4 -4
  1486. package/lib/tree/nodes/geometry/pointNode.d.ts.map +1 -1
  1487. package/lib/tree/nodes/geometry/pointNode.js +3 -3
  1488. package/lib/tree/nodes/geometry/vectorNode.d.ts +6 -6
  1489. package/lib/tree/nodes/geometry/vectorNode.d.ts.map +1 -1
  1490. package/lib/tree/nodes/geometry/vectorNode.js +6 -6
  1491. package/lib/tree/nodes/hasVariableNode.d.ts.map +1 -1
  1492. package/lib/tree/nodes/inequations/inequationNode.d.ts +6 -6
  1493. package/lib/tree/nodes/inequations/inequationNode.d.ts.map +1 -1
  1494. package/lib/tree/nodes/inequations/inequationNode.js +6 -6
  1495. package/lib/tree/nodes/inequations/inequationSolutionNode.d.ts +5 -5
  1496. package/lib/tree/nodes/inequations/inequationSolutionNode.d.ts.map +1 -1
  1497. package/lib/tree/nodes/inequations/inequationSolutionNode.js +4 -4
  1498. package/lib/tree/nodes/node.d.ts.map +1 -1
  1499. package/lib/tree/nodes/node.js +2 -0
  1500. package/lib/tree/nodes/nodeConstructor.d.ts +1 -1
  1501. package/lib/tree/nodes/nodeConstructor.d.ts.map +1 -1
  1502. package/lib/tree/nodes/nodeConstructor.js +3 -1
  1503. package/lib/tree/nodes/numbers/constantNode.d.ts +2 -2
  1504. package/lib/tree/nodes/numbers/constantNode.d.ts.map +1 -1
  1505. package/lib/tree/nodes/numbers/constantNode.js +2 -2
  1506. package/lib/tree/nodes/numbers/infiniteNode.d.ts.map +1 -1
  1507. package/lib/tree/nodes/numbers/numberNode.d.ts +3 -3
  1508. package/lib/tree/nodes/numbers/numberNode.d.ts.map +1 -1
  1509. package/lib/tree/nodes/numbers/numberNode.js +4 -4
  1510. package/lib/tree/nodes/numbers/percentNode.d.ts +5 -5
  1511. package/lib/tree/nodes/numbers/percentNode.d.ts.map +1 -1
  1512. package/lib/tree/nodes/numbers/percentNode.js +4 -4
  1513. package/lib/tree/nodes/operators/addNode.d.ts +1 -1
  1514. package/lib/tree/nodes/operators/addNode.d.ts.map +1 -1
  1515. package/lib/tree/nodes/operators/addNode.js +3 -3
  1516. package/lib/tree/nodes/operators/binomialCoefficientNode.d.ts +1 -1
  1517. package/lib/tree/nodes/operators/binomialCoefficientNode.d.ts.map +1 -1
  1518. package/lib/tree/nodes/operators/binomialCoefficientNode.js +1 -1
  1519. package/lib/tree/nodes/operators/divideNode.d.ts +3 -3
  1520. package/lib/tree/nodes/operators/divideNode.d.ts.map +1 -1
  1521. package/lib/tree/nodes/operators/divideNode.js +3 -3
  1522. package/lib/tree/nodes/operators/fractionNode.d.ts +1 -1
  1523. package/lib/tree/nodes/operators/fractionNode.d.ts.map +1 -1
  1524. package/lib/tree/nodes/operators/fractionNode.js +4 -3
  1525. package/lib/tree/nodes/operators/limitNode.d.ts +5 -5
  1526. package/lib/tree/nodes/operators/limitNode.d.ts.map +1 -1
  1527. package/lib/tree/nodes/operators/limitNode.js +7 -7
  1528. package/lib/tree/nodes/operators/multiplyNode.d.ts.map +1 -1
  1529. package/lib/tree/nodes/operators/multiplyNode.js +7 -6
  1530. package/lib/tree/nodes/operators/operatorNode.d.ts.map +1 -1
  1531. package/lib/tree/nodes/operators/powerNode.d.ts +1 -1
  1532. package/lib/tree/nodes/operators/powerNode.d.ts.map +1 -1
  1533. package/lib/tree/nodes/operators/powerNode.js +2 -2
  1534. package/lib/tree/nodes/operators/scalarProductNode.d.ts +2 -2
  1535. package/lib/tree/nodes/operators/scalarProductNode.d.ts.map +1 -1
  1536. package/lib/tree/nodes/operators/scalarProductNode.js +1 -1
  1537. package/lib/tree/nodes/operators/substractNode.d.ts.map +1 -1
  1538. package/lib/tree/nodes/operators/substractNode.js +1 -1
  1539. package/lib/tree/nodes/polynomials/monomNode.d.ts +1 -1
  1540. package/lib/tree/nodes/polynomials/monomNode.d.ts.map +1 -1
  1541. package/lib/tree/nodes/polynomials/monomNode.js +7 -1
  1542. package/lib/tree/nodes/polynomials/trinomNode.d.ts +1 -1
  1543. package/lib/tree/nodes/polynomials/trinomNode.d.ts.map +1 -1
  1544. package/lib/tree/nodes/polynomials/trinomNode.js +1 -1
  1545. package/lib/tree/nodes/randomReal.d.ts.map +1 -1
  1546. package/lib/tree/nodes/randomReal.js +5 -0
  1547. package/lib/tree/nodes/sets/belongsNode.d.ts +4 -4
  1548. package/lib/tree/nodes/sets/belongsNode.d.ts.map +1 -1
  1549. package/lib/tree/nodes/sets/belongsNode.js +4 -4
  1550. package/lib/tree/nodes/sets/closure.d.ts.map +1 -1
  1551. package/lib/tree/nodes/sets/discreteSetNode.d.ts +2 -2
  1552. package/lib/tree/nodes/sets/discreteSetNode.d.ts.map +1 -1
  1553. package/lib/tree/nodes/sets/discreteSetNode.js +3 -3
  1554. package/lib/tree/nodes/sets/intervalNode.d.ts +3 -4
  1555. package/lib/tree/nodes/sets/intervalNode.d.ts.map +1 -1
  1556. package/lib/tree/nodes/sets/intervalNode.js +4 -5
  1557. package/lib/tree/nodes/sets/unionIntervalNode.d.ts +4 -4
  1558. package/lib/tree/nodes/sets/unionIntervalNode.d.ts.map +1 -1
  1559. package/lib/tree/nodes/sets/unionIntervalNode.js +3 -3
  1560. package/lib/tree/parsers/affineParser.d.ts +1 -1
  1561. package/lib/tree/parsers/affineParser.d.ts.map +1 -1
  1562. package/lib/tree/parsers/affineParser.js +33 -33
  1563. package/lib/tree/parsers/degreeParser.d.ts.map +1 -1
  1564. package/lib/tree/parsers/discreteSetParser.d.ts.map +1 -1
  1565. package/lib/tree/parsers/equationSolutionParser.d.ts.map +1 -1
  1566. package/lib/tree/parsers/euroParser.d.ts.map +1 -1
  1567. package/lib/tree/parsers/inequationParser.d.ts.map +1 -1
  1568. package/lib/tree/parsers/intervalParser.d.ts.map +1 -1
  1569. package/lib/tree/parsers/isSegmentName.d.ts.map +1 -1
  1570. package/lib/tree/parsers/latexParser.d.ts +1 -1
  1571. package/lib/tree/parsers/latexParser.d.ts.map +1 -1
  1572. package/lib/tree/parsers/latexParser.js +36 -46
  1573. package/lib/tree/parsers/monomParser.d.ts.map +1 -1
  1574. package/lib/tree/parsers/numberParser.d.ts.map +1 -1
  1575. package/lib/tree/parsers/percentParser.d.ts.map +1 -1
  1576. package/lib/tree/parsers/pointParser.d.ts.map +1 -1
  1577. package/lib/tree/parsers/polynomialParser.d.ts.map +1 -1
  1578. package/lib/tree/parsers/powerParser.d.ts.map +1 -1
  1579. package/lib/tree/parsers/purifyLatex.d.ts +1 -1
  1580. package/lib/tree/parsers/purifyLatex.d.ts.map +1 -1
  1581. package/lib/tree/parsers/purifyLatex.js +7 -6
  1582. package/lib/tree/parsers/rationalParser.d.ts +1 -2
  1583. package/lib/tree/parsers/rationalParser.d.ts.map +1 -1
  1584. package/lib/tree/parsers/rationalParser.js +1 -1
  1585. package/lib/tree/parsers/spacePointParser.d.ts.map +1 -1
  1586. package/lib/tree/parsers/spaceVectorParser.d.ts.map +1 -1
  1587. package/lib/tree/parsers/sqrtParser.d.ts.map +1 -1
  1588. package/lib/tree/parsers/sqrtParser.js +1 -1
  1589. package/lib/tree/parsers/trinomParser.d.ts.map +1 -1
  1590. package/lib/tree/parsers/trinomParser.js +1 -1
  1591. package/lib/tree/parsers/unionIntervalParser.d.ts.map +1 -1
  1592. package/lib/tree/parsers/valueParser.d.ts.map +1 -1
  1593. package/lib/tree/parsers/vectorParser.d.ts.map +1 -1
  1594. package/lib/tree/utilities/functionComposition.d.ts +1 -1
  1595. package/lib/tree/utilities/functionComposition.d.ts.map +1 -1
  1596. package/lib/tree/utilities/functionComposition.js +3 -3
  1597. package/lib/tree/utilities/operatorComposition.d.ts +1 -1
  1598. package/lib/tree/utilities/operatorComposition.d.ts.map +1 -1
  1599. package/lib/tree/utilities/operatorComposition.js +3 -3
  1600. package/lib/types/class.d.ts +1 -1
  1601. package/lib/types/class.d.ts.map +1 -1
  1602. package/lib/utils/alea/diceFlip.d.ts.map +1 -1
  1603. package/lib/utils/alea/probaFlip.d.ts.map +1 -1
  1604. package/lib/utils/alea/probaLawFlip.d.ts.map +1 -1
  1605. package/lib/utils/alea/random.d.ts +2 -2
  1606. package/lib/utils/alea/randomEnumValue.d.ts.map +1 -1
  1607. package/lib/utils/alea/randomEnumValue.js +2 -0
  1608. package/lib/utils/alea/shuffle.js +3 -3
  1609. package/lib/utils/average.d.ts.map +1 -1
  1610. package/lib/utils/errors/handleVEAError.d.ts +1 -1
  1611. package/lib/utils/errors/handleVEAError.d.ts.map +1 -1
  1612. package/lib/utils/errors/handleVEAError.js +1 -1
  1613. package/lib/utils/isInt.d.ts.map +1 -1
  1614. package/lib/utils/latex/approxOrEqual.d.ts.map +1 -1
  1615. package/lib/utils/latex/colorize.d.ts.map +1 -1
  1616. package/lib/utils/latex/dollarize.d.ts.map +1 -1
  1617. package/lib/utils/markdown/mdCode.d.ts.map +1 -1
  1618. package/lib/utils/markdown/mdTable.d.ts.map +1 -1
  1619. package/lib/utils/numberPrototype/toScientific.d.ts.map +1 -1
  1620. package/lib/utils/numberPrototype/toSeparatedThousands.d.ts.map +1 -1
  1621. package/lib/utils/strings/getLetter.d.ts.map +1 -1
  1622. package/lib/utils/strings/isLetter.d.ts.map +1 -1
  1623. package/lib/utils/strings/numberToFrenchWord.d.ts.map +1 -1
  1624. package/lib/utils/strings/numberToFrenchWord.js +3 -3
  1625. package/lib/utils/strings/pluralize.d.ts.map +1 -1
  1626. package/lib/utils/strings/randomLetter.d.ts.map +1 -1
  1627. package/lib/utils/strings/requiresApostropheBefore.d.ts.map +1 -1
  1628. package/lib/utils/variance.d.ts.map +1 -1
  1629. package/package.json +5 -2
@@ -8,10 +8,10 @@ export class IntegralNode {
8
8
  type = NodeType.function;
9
9
  isNumeric;
10
10
  constructor(functionNode, lowerBound, upperBound, variable) {
11
- (this.functionNode = functionNode),
12
- (this.lowerBound = lowerBound),
13
- (this.upperBound = upperBound),
14
- (this.variable = new VariableNode(variable));
11
+ this.functionNode = functionNode;
12
+ this.lowerBound = lowerBound;
13
+ this.upperBound = upperBound;
14
+ this.variable = new VariableNode(variable);
15
15
  this.isNumeric = false;
16
16
  }
17
17
  toIdentifiers() {
@@ -23,7 +23,7 @@ export class IntegralNode {
23
23
  variable: this.variable,
24
24
  };
25
25
  }
26
- toTex(opts) {
26
+ toTex() {
27
27
  return `\\int_{${this.lowerBound.toTex()}}^{${this.upperBound.toTex()}} ${this.functionNode.toTex()} \\, \\mathrm{d}${this.variable.toTex()}`;
28
28
  }
29
29
  toMathString() {
@@ -38,16 +38,16 @@ export class IntegralNode {
38
38
  simplify() {
39
39
  return this;
40
40
  }
41
- derivative(varName) {
41
+ derivative() {
42
42
  throw new Error("unimplemented");
43
43
  }
44
- equals(node) {
44
+ equals() {
45
45
  throw new Error("unimplemented");
46
46
  }
47
- evaluate(vars, opts) {
47
+ evaluate() {
48
48
  throw new Error("unimplemented");
49
49
  }
50
- toDetailedEvaluation(vars) {
50
+ toDetailedEvaluation() {
51
51
  throw new Error("unimplemented");
52
52
  }
53
53
  }
@@ -23,6 +23,6 @@ export declare class Log10Node implements FunctionNode {
23
23
  evaluate(vars?: Record<string, number>): number;
24
24
  equals(node: AlgebraicNode): boolean;
25
25
  toDetailedEvaluation(vars: Record<string, AlgebraicNode>): Log10Node;
26
- derivative(varName?: string | undefined): AlgebraicNode;
26
+ derivative(): AlgebraicNode;
27
27
  }
28
28
  //# sourceMappingURL=log10Node.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"log10Node.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/log10Node.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAE/E,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAMpD,wBAAgB,WAAW,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,SAAS,CAEnD;AACD,qBAAa,SAAU,YAAW,YAAY;IAC5C,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,aAAa,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;gBACP,KAAK,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,WAAW;IAOpD,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAItB,KAAK,IAAI,MAAM;IAaf,iBAAiB,IAAI,aAAa,EAAE;IASpC,cAAc,IAAI,MAAM,EAAE;IAG1B,QAAQ,IAAI,aAAa;IAiCzB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAGtC,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;CAGxD"}
1
+ {"version":3,"file":"log10Node.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/log10Node.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAE/E,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAMpD,wBAAgB,WAAW,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,SAAS,CAEnD;AACD,qBAAa,SAAU,YAAW,YAAY;IAC5C,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,aAAa,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;gBACP,KAAK,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,WAAW;IAOpD,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAItB,KAAK,IAAI,MAAM;IAaf,iBAAiB,IAAI,aAAa,EAAE;IASpC,cAAc,IAAI,MAAM,EAAE;IAG1B,QAAQ,IAAI,aAAa;IAiCzB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAGtC,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,IAAI,aAAa;CAG5B"}
@@ -96,7 +96,7 @@ export class Log10Node {
96
96
  toDetailedEvaluation(vars) {
97
97
  return new Log10Node(this.child.toDetailedEvaluation(vars));
98
98
  }
99
- derivative(varName) {
99
+ derivative() {
100
100
  throw new Error("unimplemented derivative");
101
101
  }
102
102
  }
@@ -23,6 +23,6 @@ export declare class LogNode implements FunctionNode {
23
23
  evaluate(vars?: Record<string, number>): number;
24
24
  equals(node: AlgebraicNode): boolean;
25
25
  toDetailedEvaluation(vars: Record<string, AlgebraicNode>): LogNode;
26
- derivative(varName?: string | undefined): AlgebraicNode;
26
+ derivative(): AlgebraicNode;
27
27
  }
28
28
  //# sourceMappingURL=logNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"logNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/logNode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAE/E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAQrE,wBAAgB,SAAS,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,OAAO,CAE/C;AACD,qBAAa,OAAQ,YAAW,YAAY;IAC1C,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,aAAa,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;gBACP,KAAK,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,WAAW;IAOpD,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAItB,KAAK,IAAI,MAAM;IAaf,iBAAiB,IAAI,aAAa,EAAE;IASpC,cAAc,IAAI,MAAM,EAAE;IAG1B,QAAQ,CAAC,IAAI,CAAC,EAAE,eAAe,GAAG,aAAa;IAmC/C,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAGtC,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;CAGxD"}
1
+ {"version":3,"file":"logNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/logNode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAOrE,wBAAgB,SAAS,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,OAAO,CAE/C;AACD,qBAAa,OAAQ,YAAW,YAAY;IAC1C,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,aAAa,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;gBACP,KAAK,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,WAAW;IAOpD,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAItB,KAAK,IAAI,MAAM;IAaf,iBAAiB,IAAI,aAAa,EAAE;IASpC,cAAc,IAAI,MAAM,EAAE;IAG1B,QAAQ,CAAC,IAAI,CAAC,EAAE,eAAe,GAAG,aAAa;IAmC/C,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAGtC,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,IAAI,aAAa;CAG5B"}
@@ -97,7 +97,7 @@ export class LogNode {
97
97
  toDetailedEvaluation(vars) {
98
98
  return new LogNode(this.child.toDetailedEvaluation(vars));
99
99
  }
100
- derivative(varName) {
100
+ derivative() {
101
101
  throw new Error("unimplemented derivative");
102
102
  }
103
103
  }
@@ -1 +1 @@
1
- {"version":3,"file":"oppositeNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/oppositeNode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAMhF,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAE/E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAIrE,wBAAgB,cAAc,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,YAAY,CAEzD;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,aAAa,qBAC3C,CAAC,GAAG,MAAM,GAAG,MAAM,oBAKvB,CAAC;AAEF,qBAAa,YAAY,CAAC,CAAC,SAAS,aAAa,GAAG,aAAa,CAC/D,YAAW,YAAY,CAAC,CAAC,CAAC;IAE1B,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,CAAC,CAAC;IACT,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;gBACP,KAAK,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,WAAW;IAQxC,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAGtB,KAAK,CAAC,IAAI,CAAC,EAAE,YAAY,GAAG,MAAM;IAmBlC,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW,GAAG,aAAa,EAAE;IAgCtD;;;;OAIG;IACH,cAAc,CAAC,IAAI,CAAC,EAAE,WAAW,GAAG,MAAM,EAAE;IAQ5C,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAGtC,QAAQ,CAAC,IAAI,CAAC,EAAE,eAAe;IAK/B,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;CAGxD"}
1
+ {"version":3,"file":"oppositeNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/oppositeNode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAEhF,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAE/E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAIrE,wBAAgB,cAAc,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,YAAY,CAEzD;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,aAAa,GAAG,aAAa,EAC9D,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,oBAKvB,CAAC;AAEF,qBAAa,YAAY,CAAC,CAAC,SAAS,aAAa,GAAG,aAAa,CAC/D,YAAW,YAAY,CAAC,CAAC,CAAC;IAE1B,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,CAAC,CAAC;IACT,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;gBACP,KAAK,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,WAAW;IAQxC,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAGtB,KAAK,CAAC,IAAI,CAAC,EAAE,YAAY,GAAG,MAAM;IAmBlC,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW,GAAG,aAAa,EAAE;IA+BtD;;;;OAIG;IACH,cAAc,CAAC,IAAI,CAAC,EAAE,WAAW,GAAG,MAAM,EAAE;IAQ5C,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAGtC,QAAQ,CAAC,IAAI,CAAC,EAAE,eAAe;IAK/B,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;CAGxD"}
@@ -1,6 +1,6 @@
1
1
  // import { unaryMinus } from "mathjs";
2
2
  import { NodeIds, NodeType } from "../node.js";
3
- import { OperatorIds, isOperatorNode, } from "../operators/operatorNode.js";
3
+ import { OperatorIds, isOperatorNode } from "../operators/operatorNode.js";
4
4
  import { FunctionsIds, isFunctionNode } from "./functionNode.js";
5
5
  import { NumberNode, isNumberNode } from "../numbers/numberNode.js";
6
6
  import { MultiplyNode } from "../operators/multiplyNode.js";
@@ -52,7 +52,6 @@ export class OppositeNode {
52
52
  toEquivalentNodes(opts) {
53
53
  const options = opts ?? this.opts;
54
54
  const res = [];
55
- const externalNodes = [];
56
55
  //! est ce qu'il faut faire ici des simplifications du type -ln(2) => 1/ln(2)
57
56
  //! ou meme -(a+b) => -a - b
58
57
  //!version simplifiée pour juste gérer les fractions
@@ -1 +1 @@
1
- {"version":3,"file":"sinNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/sinNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EACL,aAAa,EACb,eAAe,EACf,eAAe,EAChB,MAAM,qBAAqB,CAAC;AAM7B,wBAAgB,SAAS,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,OAAO,CAE/C;AAED,eAAO,MAAM,GAAG,MAAO,aAAa,GAAG,MAAM,GAAG,MAAM,YAIrD,CAAC;AAEF,qBAAa,OAAQ,YAAW,YAAY;IAC1C,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,aAAa,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBAEP,KAAK,EAAE,aAAa;IAMhC,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAItB,KAAK,IAAI,MAAM;IAIf,iBAAiB,IAAI,aAAa,EAAE;IASpC,cAAc,IAAI,MAAM,EAAE;IAI1B,QAAQ,CAAC,IAAI,GAAE,eAAoB,GAAG,aAAa;IA8BnD,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,CAAC,EAAE,eAAe;IAO9D,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;CAGxD"}
1
+ {"version":3,"file":"sinNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/sinNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EACL,aAAa,EACb,eAAe,EACf,eAAe,EAChB,MAAM,qBAAqB,CAAC;AAM7B,wBAAgB,SAAS,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,OAAO,CAE/C;AAED,eAAO,MAAM,GAAG,GAAI,GAAG,aAAa,GAAG,MAAM,GAAG,MAAM,YAIrD,CAAC;AAEF,qBAAa,OAAQ,YAAW,YAAY;IAC1C,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,aAAa,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBAEP,KAAK,EAAE,aAAa;IAMhC,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAItB,KAAK,IAAI,MAAM;IAIf,iBAAiB,IAAI,aAAa,EAAE;IASpC,cAAc,IAAI,MAAM,EAAE;IAI1B,QAAQ,CAAC,IAAI,GAAE,eAAoB,GAAG,aAAa;IA8BnD,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,CAAC,EAAE,eAAe;IAO9D,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;CAGxD"}
@@ -51,7 +51,7 @@ export class SinNode {
51
51
  if (forbidden)
52
52
  return new SinNode(simplifiedChild);
53
53
  if (!hasVariableNode(simplifiedChild)) {
54
- let value = simplifiedChild.evaluate({});
54
+ const value = simplifiedChild.evaluate({});
55
55
  // if (opts.isDegree) {
56
56
  // value = (value * Math.PI) / 180;
57
57
  // }
@@ -21,10 +21,10 @@ export declare class SqrtNode implements FunctionNode {
21
21
  toEquivalentNodes(opts?: NodeOptions): AlgebraicNode[];
22
22
  toAllValidTexs(opts?: NodeOptions): string[];
23
23
  evaluate(vars?: Record<string, number>): number;
24
- simplify(opts?: SimplifyOptions, log?: boolean): AlgebraicNode;
24
+ simplify(opts?: SimplifyOptions, _log?: boolean): AlgebraicNode;
25
25
  equals(node: AlgebraicNode): boolean;
26
26
  toDetailedEvaluation(vars: Record<string, AlgebraicNode>): AlgebraicNode;
27
- derivative(varName?: string | undefined): AlgebraicNode;
28
- toSimplificationTex(opts?: SimplifyOptions): string;
27
+ derivative(): AlgebraicNode;
28
+ toSimplificationTex(): string;
29
29
  }
30
30
  //# sourceMappingURL=sqrtNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sqrtNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/sqrtNode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAK/E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAMrE,wBAAgB,UAAU,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,QAAQ,CAEjD;AAED,eAAO,MAAM,IAAI,MAAO,aAAa,GAAG,MAAM,GAAG,MAAM,aAItD,CAAC;AAEF,qBAAa,QAAS,YAAW,YAAY;IAC3C,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,aAAa,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;gBACP,KAAK,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,WAAW;IAOpD,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAMtB,KAAK,IAAI,MAAM;IAIf,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW,GAAG,aAAa,EAAE;IAwBtD,cAAc,CAAC,IAAI,CAAC,EAAE,WAAW,GAAG,MAAM,EAAE;IAG5C,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAGtC,QAAQ,CAAC,IAAI,CAAC,EAAE,eAAe,EAAE,GAAG,UAAQ;IA0C5C,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAMxD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;IAGvD,mBAAmB,CAAC,IAAI,CAAC,EAAE,eAAe;CAQ3C"}
1
+ {"version":3,"file":"sqrtNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/sqrtNode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAK/E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAKrE,wBAAgB,UAAU,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,QAAQ,CAEjD;AAED,eAAO,MAAM,IAAI,GAAI,GAAG,aAAa,GAAG,MAAM,GAAG,MAAM,aAItD,CAAC;AAEF,qBAAa,QAAS,YAAW,YAAY;IAC3C,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,aAAa,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;gBACP,KAAK,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,WAAW;IAOpD,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAMtB,KAAK,IAAI,MAAM;IAIf,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW,GAAG,aAAa,EAAE;IAwBtD,cAAc,CAAC,IAAI,CAAC,EAAE,WAAW,GAAG,MAAM,EAAE;IAG5C,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAGtC,QAAQ,CAAC,IAAI,CAAC,EAAE,eAAe,EAAE,IAAI,UAAQ;IA0C7C,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAMxD,UAAU,IAAI,aAAa;IAG3B,mBAAmB;CAQpB"}
@@ -69,7 +69,7 @@ export class SqrtNode {
69
69
  evaluate(vars) {
70
70
  return Math.sqrt(this.child.evaluate(vars));
71
71
  }
72
- simplify(opts, log = false) {
72
+ simplify(opts, _log = false) {
73
73
  const simplifiedChild = this.child.simplify(opts);
74
74
  const copy = new SqrtNode(simplifiedChild, this.opts);
75
75
  const externals = [];
@@ -117,10 +117,10 @@ export class SqrtNode {
117
117
  //? utile pour remplacer sqrt(2) par une approximation
118
118
  return (vars[this.toTex()] ?? new SqrtNode(this.child.toDetailedEvaluation(vars)));
119
119
  }
120
- derivative(varName) {
120
+ derivative() {
121
121
  throw new Error("unimplemented derivative");
122
122
  }
123
- toSimplificationTex(opts) {
123
+ toSimplificationTex() {
124
124
  const simplified = this.simplify();
125
125
  const thisTex = this.toTex();
126
126
  const simpTex = simplified.toTex();
@@ -1,6 +1,6 @@
1
1
  import { Node, NodeIds, NodeType } from "../node.js";
2
2
  import { FunctionNode, FunctionsIds } from "./functionNode.js";
3
- import { AlgebraicNode, EvaluateOptions, SimplifyOptions } from "../algebraicNode.js";
3
+ import { AlgebraicNode, EvaluateOptions } from "../algebraicNode.js";
4
4
  export declare const tan: (a: AlgebraicNode | number | string) => TanNode;
5
5
  export declare function isTanNode(a: Node): a is TanNode;
6
6
  export declare class TanNode implements FunctionNode {
@@ -19,10 +19,10 @@ export declare class TanNode implements FunctionNode {
19
19
  toTex(): string;
20
20
  toEquivalentNodes(): AlgebraicNode[];
21
21
  toAllValidTexs(): string[];
22
- simplify(opts?: SimplifyOptions): AlgebraicNode;
22
+ simplify(): AlgebraicNode;
23
23
  evaluate(vars?: Record<string, number>, opts?: EvaluateOptions): number;
24
24
  equals(node: AlgebraicNode): boolean;
25
25
  toDetailedEvaluation(vars: Record<string, AlgebraicNode>): TanNode;
26
- derivative(varName?: string | undefined): AlgebraicNode;
26
+ derivative(): AlgebraicNode;
27
27
  }
28
28
  //# sourceMappingURL=tanNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tanNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/tanNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EACL,aAAa,EACb,eAAe,EACf,eAAe,EAChB,MAAM,qBAAqB,CAAC;AAO7B,eAAO,MAAM,GAAG,MAAO,aAAa,GAAG,MAAM,GAAG,MAAM,YAIrD,CAAC;AAEF,wBAAgB,SAAS,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,OAAO,CAE/C;AAED,qBAAa,OAAQ,YAAW,YAAY;IAC1C,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,aAAa,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBAEP,KAAK,EAAE,aAAa;IAMhC,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAItB,KAAK,IAAI,MAAM;IAIf,iBAAiB,IAAI,aAAa,EAAE;IASpC,cAAc,IAAI,MAAM,EAAE;IAI1B,QAAQ,CAAC,IAAI,GAAE,eAAoB,GAAG,aAAa;IA6BnD,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,CAAC,EAAE,eAAe;IAO9D,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;CAGxD"}
1
+ {"version":3,"file":"tanNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/functions/tanNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,YAAY,EAAkB,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAIrE,eAAO,MAAM,GAAG,GAAI,GAAG,aAAa,GAAG,MAAM,GAAG,MAAM,YAIrD,CAAC;AAEF,wBAAgB,SAAS,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,OAAO,CAE/C;AAED,qBAAa,OAAQ,YAAW,YAAY;IAC1C,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,aAAa,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBAEP,KAAK,EAAE,aAAa;IAMhC,aAAa;;;;;;IAMb,YAAY,IAAI,MAAM;IAItB,KAAK,IAAI,MAAM;IAIf,iBAAiB,IAAI,aAAa,EAAE;IASpC,cAAc,IAAI,MAAM,EAAE;IAI1B,QAAQ,IAAI,aAAa;IA6BzB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,CAAC,EAAE,eAAe;IAO9D,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,IAAI,aAAa;CAG5B"}
@@ -1,6 +1,6 @@
1
1
  import { NodeIds, NodeType } from "../node.js";
2
2
  import { FunctionsIds, isFunctionNode } from "./functionNode.js";
3
- import { mainTrigoValues, } from "../../../math/trigonometry/remarkableValues.js";
3
+ import { mainTrigoValues } from "../../../math/trigonometry/remarkableValues.js";
4
4
  import { hasVariableNode } from "../hasVariableNode.js";
5
5
  export const tan = (a) => {
6
6
  const nodeA = typeof a === "number" ? a.toTree() : typeof a === "string" ? a.toTree() : a;
@@ -43,10 +43,10 @@ export class TanNode {
43
43
  toAllValidTexs() {
44
44
  return this.toEquivalentNodes().map((node) => node.toTex());
45
45
  }
46
- simplify(opts = {}) {
46
+ simplify() {
47
47
  const simplifiedChild = this.child.simplify();
48
48
  if (!hasVariableNode(simplifiedChild)) {
49
- let value = simplifiedChild.evaluate({});
49
+ const value = simplifiedChild.evaluate({});
50
50
  // if (opts.isDegree) {
51
51
  // value = (value * Math.PI) / 180;
52
52
  // }
@@ -83,7 +83,7 @@ export class TanNode {
83
83
  toDetailedEvaluation(vars) {
84
84
  return new TanNode(this.child.toDetailedEvaluation(vars));
85
85
  }
86
- derivative(varName) {
86
+ derivative() {
87
87
  throw new Error("unimplemented derivative");
88
88
  }
89
89
  }
@@ -17,10 +17,10 @@ export declare class DegreeNode implements AlgebraicNode {
17
17
  toMathjs(): string;
18
18
  toAllValidTexs(): string[];
19
19
  toEquivalentNodes(): this[];
20
- evaluate(vars?: Record<string, number>): number;
20
+ evaluate(): number;
21
21
  simplify(): this;
22
22
  equals(node: AlgebraicNode): boolean;
23
- toDetailedEvaluation(vars: Record<string, AlgebraicNode>): this;
24
- derivative(varName?: string | undefined): AlgebraicNode;
23
+ toDetailedEvaluation(): this;
24
+ derivative(): AlgebraicNode;
25
25
  }
26
26
  //# sourceMappingURL=degree.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"degree.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/geometry/degree.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,wBAAgB,YAAY,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,UAAU,CAErD;AAED,qBAAa,UAAW,YAAW,aAAa;IAC9C,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,QAAQ,CAAmB;IACjC,SAAS,EAAE,OAAO,CAAC;gBACP,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM;IAO5D,aAAa;;;;IAMb,YAAY,IAAI,MAAM;IAGtB,KAAK,IAAI,MAAM;IAGf,QAAQ;IAGR,cAAc;IAQd,iBAAiB;IAGjB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAGtC,QAAQ;IAGR,MAAM,CAAC,IAAI,EAAE,aAAa;IAG1B,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;CAGxD"}
1
+ {"version":3,"file":"degree.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/geometry/degree.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,wBAAgB,YAAY,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,UAAU,CAErD;AAED,qBAAa,UAAW,YAAW,aAAa;IAC9C,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,QAAQ,CAAmB;IACjC,SAAS,EAAE,OAAO,CAAC;gBACP,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM;IAO5D,aAAa;;;;IAMb,YAAY,IAAI,MAAM;IAGtB,KAAK,IAAI,MAAM;IAGf,QAAQ;IAGR,cAAc;IAQd,iBAAiB;IAGjB,QAAQ;IAGR,QAAQ;IAGR,MAAM,CAAC,IAAI,EAAE,aAAa;IAG1B,oBAAoB;IAGpB,UAAU,IAAI,aAAa;CAG5B"}
@@ -42,7 +42,7 @@ export class DegreeNode {
42
42
  toEquivalentNodes() {
43
43
  return [this];
44
44
  }
45
- evaluate(vars) {
45
+ evaluate() {
46
46
  return this.value;
47
47
  }
48
48
  simplify() {
@@ -51,10 +51,10 @@ export class DegreeNode {
51
51
  equals(node) {
52
52
  return isDegreeNode(node) && node.value === this.value;
53
53
  }
54
- toDetailedEvaluation(vars) {
54
+ toDetailedEvaluation() {
55
55
  return this;
56
56
  }
57
- derivative(varName) {
57
+ derivative() {
58
58
  throw new Error("unimplemented derivative");
59
59
  }
60
60
  }
@@ -13,14 +13,14 @@ export declare class LengthNode implements AlgebraicNode {
13
13
  id: NodeIds;
14
14
  name: string;
15
15
  };
16
- toEquivalentNodes(opts?: NodeOptions): LengthNode[];
16
+ toEquivalentNodes(): LengthNode[];
17
17
  toMathString(): string;
18
18
  toMathjs(): string;
19
19
  toTex(): string;
20
20
  evaluate(vars?: Record<string, number>): number;
21
21
  simplify(): LengthNode;
22
22
  equals(node: AlgebraicNode): boolean;
23
- toDetailedEvaluation(vars: Record<string, AlgebraicNode>): this;
24
- derivative(varName?: string | undefined): AlgebraicNode;
23
+ toDetailedEvaluation(): this;
24
+ derivative(): AlgebraicNode;
25
25
  }
26
26
  //# sourceMappingURL=lengthNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lengthNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/geometry/lengthNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,wBAAgB,YAAY,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,UAAU,CAErD;AAED,eAAO,MAAM,MAAM,MAAO,MAAM,eAE/B,CAAC;AACF,qBAAa,UAAW,YAAW,aAAa;IAC9C,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBACP,WAAW,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,WAAW;IAUnD,cAAc;IAGd,aAAa;;;;IAMb,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW;IAOpC,YAAY;IAGZ,QAAQ;IAIR,KAAK;IAIL,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAQtC,QAAQ;IAOR,MAAM,CAAC,IAAI,EAAE,aAAa;IAG1B,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAGxD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa;CAGxD"}
1
+ {"version":3,"file":"lengthNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/geometry/lengthNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAClE,wBAAgB,YAAY,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,UAAU,CAErD;AAED,eAAO,MAAM,MAAM,GAAI,GAAG,MAAM,eAE/B,CAAC;AACF,qBAAa,UAAW,YAAW,aAAa;IAC9C,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBACP,WAAW,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,WAAW;IAUnD,cAAc;IAGd,aAAa;;;;IAMb,iBAAiB;IAOjB,YAAY;IAGZ,QAAQ;IAIR,KAAK;IAIL,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAQtC,QAAQ;IAOR,MAAM,CAAC,IAAI,EAAE,aAAa;IAG1B,oBAAoB;IAGpB,UAAU,IAAI,aAAa;CAG5B"}
@@ -20,7 +20,7 @@ export class LengthNode {
20
20
  // return [this.segmentName, this.segmentName.split("").reverse().join()];
21
21
  // }
22
22
  toAllValidTexs() {
23
- return this.toEquivalentNodes(this.opts).flatMap((node) => node.toTex());
23
+ return this.toEquivalentNodes().flatMap((node) => node.toTex());
24
24
  }
25
25
  toIdentifiers() {
26
26
  return {
@@ -28,7 +28,7 @@ export class LengthNode {
28
28
  name: this.segmentName,
29
29
  };
30
30
  }
31
- toEquivalentNodes(opts) {
31
+ toEquivalentNodes() {
32
32
  return [
33
33
  this,
34
34
  new LengthNode(this.segmentName.split("").reverse().join("")),
@@ -59,10 +59,10 @@ export class LengthNode {
59
59
  equals(node) {
60
60
  return isLengthNode(node) && node.segmentName === this.segmentName;
61
61
  }
62
- toDetailedEvaluation(vars) {
62
+ toDetailedEvaluation() {
63
63
  return this;
64
64
  }
65
- derivative(varName) {
65
+ derivative() {
66
66
  throw new Error("unimplemented derivative");
67
67
  }
68
68
  }
@@ -1,5 +1,5 @@
1
1
  import { Point } from "../../../math/geometry/point.js";
2
- import { AlgebraicNode, EvaluateOptions } from "../algebraicNode.js";
2
+ import { AlgebraicNode } from "../algebraicNode.js";
3
3
  import { NodeIds, NodeOptions, NodeType } from "../node.js";
4
4
  export declare class PointNode implements AlgebraicNode {
5
5
  opts?: NodeOptions | undefined;
@@ -13,10 +13,10 @@ export declare class PointNode implements AlgebraicNode {
13
13
  };
14
14
  toAllTexs(): string[];
15
15
  toAllValidTexs(): string[];
16
- derivative(varName?: string): AlgebraicNode;
16
+ derivative(): AlgebraicNode;
17
17
  equals(node: AlgebraicNode): boolean;
18
- evaluate(vars?: Record<string, number>, opts?: EvaluateOptions): number;
19
- toDetailedEvaluation(vars: Record<string, AlgebraicNode>): AlgebraicNode;
18
+ evaluate(): number;
19
+ toDetailedEvaluation(): AlgebraicNode;
20
20
  toEquivalentNodes(opts?: NodeOptions): PointNode[];
21
21
  toMathString(): string;
22
22
  toMathjs(): string;
@@ -1 +1 @@
1
- {"version":3,"file":"pointNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/geometry/pointNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAErD,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE5D,qBAAa,SAAU,YAAW,aAAa;IAC7C,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBAEP,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,EAAE,WAAW;IAM5C,aAAa;;;;IAMb,SAAS;IAGT,cAAc;IAMd,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,aAAa;IAG3C,MAAM,CAAC,IAAI,EAAE,aAAa;IAK1B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,CAAC,EAAE,eAAe;IAG9D,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,GAAG,aAAa;IAIxE,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW;IAepC,YAAY;IAGZ,QAAQ;IAIR,KAAK;IAGL,QAAQ;CAGT"}
1
+ {"version":3,"file":"pointNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/geometry/pointNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAErD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE5D,qBAAa,SAAU,YAAW,aAAa;IAC7C,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBAEP,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,EAAE,WAAW;IAM5C,aAAa;;;;IAMb,SAAS;IAGT,cAAc;IAMd,UAAU,IAAI,aAAa;IAG3B,MAAM,CAAC,IAAI,EAAE,aAAa;IAK1B,QAAQ;IAGR,oBAAoB,IAAI,aAAa;IAIrC,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW;IAepC,YAAY;IAGZ,QAAQ;IAIR,KAAK;IAGL,QAAQ;CAGT"}
@@ -24,16 +24,16 @@ export class PointNode {
24
24
  toAllValidTexs() {
25
25
  return this.toEquivalentNodes(this.opts).flatMap((node) => node.toAllTexs());
26
26
  }
27
- derivative(varName) {
27
+ derivative() {
28
28
  throw new Error("can't derivate point");
29
29
  }
30
30
  equals(node) {
31
31
  return (node.type === this.type && this.point.equals(node.point));
32
32
  }
33
- evaluate(vars, opts) {
33
+ evaluate() {
34
34
  return NaN;
35
35
  }
36
- toDetailedEvaluation(vars) {
36
+ toDetailedEvaluation() {
37
37
  throw new Error("unimplemented");
38
38
  }
39
39
  toEquivalentNodes(opts) {
@@ -1,4 +1,4 @@
1
- import { AlgebraicNode, EvaluateOptions } from "../algebraicNode.js";
1
+ import { AlgebraicNode } from "../algebraicNode.js";
2
2
  import { NodeIds, NodeOptions, NodeType } from "../node.js";
3
3
  export declare class VectorNode implements AlgebraicNode {
4
4
  opts?: NodeOptions | undefined;
@@ -11,11 +11,11 @@ export declare class VectorNode implements AlgebraicNode {
11
11
  id: NodeIds;
12
12
  name: string;
13
13
  };
14
- toEquivalentNodes(opts?: NodeOptions): this[];
15
- derivative(varName?: string): AlgebraicNode;
16
- equals(node: AlgebraicNode): boolean;
17
- evaluate(vars?: Record<string, number>, opts?: EvaluateOptions): number;
18
- toDetailedEvaluation(vars: Record<string, AlgebraicNode>): AlgebraicNode;
14
+ toEquivalentNodes(): this[];
15
+ derivative(): AlgebraicNode;
16
+ equals(): boolean;
17
+ evaluate(): number;
18
+ toDetailedEvaluation(): AlgebraicNode;
19
19
  toMathString(): string;
20
20
  toMathjs(): string;
21
21
  toTex(): string;
@@ -1 +1 @@
1
- {"version":3,"file":"vectorNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/geometry/vectorNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE5D,qBAAa,UAAW,YAAW,aAAa;IAC9C,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBAEP,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,WAAW;IAU5C,cAAc;IAGd,aAAa;;;;IAMb,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW;IAIpC,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,aAAa;IAG3C,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,CAAC,EAAE,eAAe,GAAG,MAAM;IAGvE,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,GAAG,aAAa;IAGxE,YAAY;IAGZ,QAAQ;IAIR,KAAK;IAGL,QAAQ;CAGT"}
1
+ {"version":3,"file":"vectorNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/geometry/vectorNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE5D,qBAAa,UAAW,YAAW,aAAa;IAC9C,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;gBAEP,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,WAAW;IAU5C,cAAc;IAGd,aAAa;;;;IAMb,iBAAiB;IAIjB,UAAU,IAAI,aAAa;IAG3B,MAAM,IAAI,OAAO;IAGjB,QAAQ,IAAI,MAAM;IAGlB,oBAAoB,IAAI,aAAa;IAGrC,YAAY;IAGZ,QAAQ;IAIR,KAAK;IAGL,QAAQ;CAGT"}
@@ -14,7 +14,7 @@ export class VectorNode {
14
14
  // return [this.segmentName, this.segmentName.split("").reverse().join()];
15
15
  // }
16
16
  toAllValidTexs() {
17
- return this.toEquivalentNodes(this.opts).flatMap((node) => node.toTex());
17
+ return this.toEquivalentNodes().flatMap((node) => node.toTex());
18
18
  }
19
19
  toIdentifiers() {
20
20
  return {
@@ -22,19 +22,19 @@ export class VectorNode {
22
22
  name: this.name,
23
23
  };
24
24
  }
25
- toEquivalentNodes(opts) {
25
+ toEquivalentNodes() {
26
26
  return [this];
27
27
  }
28
- derivative(varName) {
28
+ derivative() {
29
29
  throw new Error("unimplemented");
30
30
  }
31
- equals(node) {
31
+ equals() {
32
32
  throw new Error("unimplemented");
33
33
  }
34
- evaluate(vars, opts) {
34
+ evaluate() {
35
35
  throw new Error("unimplemented");
36
36
  }
37
- toDetailedEvaluation(vars) {
37
+ toDetailedEvaluation() {
38
38
  throw new Error("unimplemented");
39
39
  }
40
40
  toMathString() {
@@ -1 +1 @@
1
- {"version":3,"file":"hasVariableNode.d.ts","sourceRoot":"","sources":["../../../src/tree/nodes/hasVariableNode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAIjC,eAAO,MAAM,eAAe,MAAO,IAAI,SAAS,MAAM,KAAG,OAQxD,CAAC"}
1
+ {"version":3,"file":"hasVariableNode.d.ts","sourceRoot":"","sources":["../../../src/tree/nodes/hasVariableNode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAIjC,eAAO,MAAM,eAAe,GAAI,GAAG,IAAI,EAAE,OAAO,MAAM,KAAG,OAQxD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { InegalitySymbols } from "../../../math/inequations/inequation.js";
2
2
  import { NodeIds, NodeOptions, NodeType } from "../node.js";
3
3
  import { IntervalNode } from "../sets/intervalNode.js";
4
- import { AlgebraicNode, EvaluateOptions, SimplifyOptions } from "../algebraicNode.js";
4
+ import { AlgebraicNode, SimplifyOptions } from "../algebraicNode.js";
5
5
  import { Affine } from "../../../math/polynomials/affine.js";
6
6
  export declare class InequationNode implements AlgebraicNode {
7
7
  opts?: NodeOptions | undefined;
@@ -24,15 +24,15 @@ export declare class InequationNode implements AlgebraicNode {
24
24
  toSwitched(): InequationNode;
25
25
  toSwicthedStrictness(): InequationNode;
26
26
  toAllValidTexs(): string[];
27
- toEquivalentNodes(opts?: NodeOptions | undefined): InequationNode[];
27
+ toEquivalentNodes(): InequationNode[];
28
28
  toMathString(): string;
29
29
  toAllTexs(): string[];
30
30
  toTex(): string;
31
31
  simplify(opts?: SimplifyOptions): InequationNode;
32
- derivative(varName?: string): AlgebraicNode;
33
- equals(node: AlgebraicNode): boolean;
34
- evaluate(vars?: Record<string, number>, opts?: EvaluateOptions): number;
35
- toDetailedEvaluation(vars: Record<string, AlgebraicNode>): AlgebraicNode;
32
+ derivative(): AlgebraicNode;
33
+ equals(): boolean;
34
+ evaluate(): number;
35
+ toDetailedEvaluation(): AlgebraicNode;
36
36
  }
37
37
  export declare const firstDegreeInequationResolutionTex: (affine: Affine, order: InegalitySymbols, right: AlgebraicNode) => string;
38
38
  //# sourceMappingURL=inequationNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inequationNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/inequations/inequationNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAEjB,MAAM,sCAAsC,CAAC;AAG9C,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAM5D,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EACL,aAAa,EACb,eAAe,EACf,eAAe,EAChB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAM1D,qBAAa,cAAe,YAAW,aAAa;IAClD,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,IAAI,EAAE,QAAQ,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B,SAAS,EAAE,OAAO,CAAC;gBAEjB,QAAQ,EAAE,aAAa,EAAE,EACzB,OAAO,EAAE,gBAAgB,EAAE,GAAG,gBAAgB;IAwBhD,aAAa;;;;;;;IAOb,UAAU;IA8CV,wBAAwB;IACxB,UAAU;IAQV,UAAU;IAMV,oBAAoB;IAMpB,cAAc;IAGd,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS;IAYhD,YAAY;IAGZ,SAAS;IAGT,KAAK;IAGL,QAAQ,CAAC,IAAI,CAAC,EAAE,eAAe,GAAG,cAAc;IAehD,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,aAAa;IAG3C,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,CAAC,EAAE,eAAe,GAAG,MAAM;IAGvE,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,GAAG,aAAa;CAGzE;AAED,eAAO,MAAM,kCAAkC,WACrC,MAAM,SACP,gBAAgB,SAChB,aAAa,WAuBrB,CAAC"}
1
+ {"version":3,"file":"inequationNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/inequations/inequationNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAEjB,MAAM,sCAAsC,CAAC;AAG9C,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAM5D,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAK1D,qBAAa,cAAe,YAAW,aAAa;IAClD,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAC/B,IAAI,EAAE,QAAQ,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B,SAAS,EAAE,OAAO,CAAC;gBAEjB,QAAQ,EAAE,aAAa,EAAE,EACzB,OAAO,EAAE,gBAAgB,EAAE,GAAG,gBAAgB;IAwBhD,aAAa;;;;;;;IAOb,UAAU;IA8CV,wBAAwB;IACxB,UAAU;IAQV,UAAU;IAMV,oBAAoB;IAMpB,cAAc;IAGd,iBAAiB;IAYjB,YAAY;IAGZ,SAAS;IAGT,KAAK;IAGL,QAAQ,CAAC,IAAI,CAAC,EAAE,eAAe,GAAG,cAAc;IAehD,UAAU,IAAI,aAAa;IAG3B,MAAM,IAAI,OAAO;IAGjB,QAAQ,IAAI,MAAM;IAGlB,oBAAoB,IAAI,aAAa;CAGtC;AAED,eAAO,MAAM,kCAAkC,GAC7C,QAAQ,MAAM,EACd,OAAO,gBAAgB,EACvB,OAAO,aAAa,WAuBrB,CAAC"}
@@ -24,7 +24,7 @@ export class InequationNode {
24
24
  this.children = children;
25
25
  this.symbols = Array.isArray(symbols)
26
26
  ? symbols
27
- : this.children.slice(1).map((el) => symbols);
27
+ : this.children.slice(1).map((_el) => symbols);
28
28
  this.tex = "";
29
29
  for (let i = 0; i < children.length; i++) {
30
30
  this.tex += children[i].toTex();
@@ -98,7 +98,7 @@ export class InequationNode {
98
98
  toAllValidTexs() {
99
99
  return this.toEquivalentNodes().map((node) => node.toTex());
100
100
  }
101
- toEquivalentNodes(opts) {
101
+ toEquivalentNodes() {
102
102
  const equivs = this.children.map((node) => node.toEquivalentNodes());
103
103
  const cartesians = getCartesiansProducts(equivs);
104
104
  const nodes = [];
@@ -127,16 +127,16 @@ export class InequationNode {
127
127
  }
128
128
  return new InequationNode(this.children.map((el) => el.simplify(opts)), this.symbols);
129
129
  }
130
- derivative(varName) {
130
+ derivative() {
131
131
  throw new Error("unimplemented");
132
132
  }
133
- equals(node) {
133
+ equals() {
134
134
  throw new Error("unimplemented");
135
135
  }
136
- evaluate(vars, opts) {
136
+ evaluate() {
137
137
  throw new Error("unimplemented");
138
138
  }
139
- toDetailedEvaluation(vars) {
139
+ toDetailedEvaluation() {
140
140
  throw new Error("unimplemented");
141
141
  }
142
142
  }
@@ -1,4 +1,4 @@
1
- import { AlgebraicNode, EvaluateOptions } from "../algebraicNode.js";
1
+ import { AlgebraicNode } from "../algebraicNode.js";
2
2
  import { NodeIds, NodeOptions, NodeType } from "../node.js";
3
3
  import { IntervalNode } from "../sets/intervalNode.js";
4
4
  import { UnionIntervalNode } from "../sets/unionIntervalNode.js";
@@ -28,10 +28,10 @@ export declare class InequationSolutionNode implements AlgebraicNode {
28
28
  toMathString(): string;
29
29
  toTex(): string;
30
30
  simplify(): this;
31
- derivative(varName?: string): AlgebraicNode;
32
- equals(node: AlgebraicNode): boolean;
33
- evaluate(vars?: Record<string, number>, opts?: EvaluateOptions): number;
34
- toDetailedEvaluation(vars: Record<string, AlgebraicNode>): AlgebraicNode;
31
+ derivative(): AlgebraicNode;
32
+ equals(): boolean;
33
+ evaluate(): number;
34
+ toDetailedEvaluation(): AlgebraicNode;
35
35
  }
36
36
  export {};
37
37
  //# sourceMappingURL=inequationSolutionNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inequationSolutionNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/inequations/inequationSolutionNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAkB,MAAM,yBAAyB,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEjE,KAAK,6BAA6B,GAAG;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC;AAC/E,qBAAa,sBAAuB,YAAW,aAAa;IAC1D,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,YAAY,GAAG,iBAAiB,CAAC;IACnD,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;gBAEjB,gBAAgB,EAAE,YAAY,GAAG,iBAAiB,EAClD,MAAM,CAAC,EAAE,6BAA6B;IAcxC,aAAa;;;;;;;;;IAMb,SAAS;IAUT,cAAc;IAId,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW;IAepC,YAAY;IAIZ,KAAK;IAGL,QAAQ;IAIR,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,aAAa;IAG3C,MAAM,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO;IAGpC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,CAAC,EAAE,eAAe,GAAG,MAAM;IAGvE,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,GAAG,aAAa;CAGzE"}
1
+ {"version":3,"file":"inequationSolutionNode.d.ts","sourceRoot":"","sources":["../../../../src/tree/nodes/inequations/inequationSolutionNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAkB,MAAM,yBAAyB,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEjE,KAAK,6BAA6B,GAAG;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC;AAC/E,qBAAa,sBAAuB,YAAW,aAAa;IAC1D,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,YAAY,GAAG,iBAAiB,CAAC;IACnD,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;gBAEjB,gBAAgB,EAAE,YAAY,GAAG,iBAAiB,EAClD,MAAM,CAAC,EAAE,6BAA6B;IAcxC,aAAa;;;;;;;;;IAMb,SAAS;IAUT,cAAc;IAId,iBAAiB,CAAC,IAAI,CAAC,EAAE,WAAW;IAepC,YAAY;IAIZ,KAAK;IAGL,QAAQ;IAIR,UAAU,IAAI,aAAa;IAG3B,MAAM,IAAI,OAAO;IAGjB,QAAQ,IAAI,MAAM;IAGlB,oBAAoB,IAAI,aAAa;CAGtC"}
@@ -60,16 +60,16 @@ export class InequationSolutionNode {
60
60
  simplify() {
61
61
  return this;
62
62
  }
63
- derivative(varName) {
63
+ derivative() {
64
64
  throw new Error("unimplemented");
65
65
  }
66
- equals(node) {
66
+ equals() {
67
67
  throw new Error("unimplemented");
68
68
  }
69
- evaluate(vars, opts) {
69
+ evaluate() {
70
70
  throw new Error("unimplemented");
71
71
  }
72
- toDetailedEvaluation(vars) {
72
+ toDetailedEvaluation() {
73
73
  throw new Error("unimplemented");
74
74
  }
75
75
  }
@@ -1 +1 @@
1
- {"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../../src/tree/nodes/node.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,MAAM,IAAA;IACN,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,UAAU,IAAA;IACV,KAAK,IAAA;IACL,MAAM,IAAA;IACN,QAAQ,IAAA;IACR,OAAO,IAAA;IACP,MAAM,KAAA;IACN,GAAG,KAAA;IACH,MAAM,KAAA;IACN,KAAK,KAAA;IACL,OAAO,KAAA;CACR;AACD,MAAM,MAAM,WAAW,GAAG;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,4BAA4B,CAAC,EAAE,OAAO,CAAC;CACxC,CAAC;AAEF,oBAAY,OAAO;IACjB,GAAG,IAAA,CAAE,GAAG;IACR,SAAS,IAAA;IACT,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,MAAM,IAAA;IACN,KAAK,IAAA,CAAE,GAAG;IACV,KAAK,IAAA;IACL,MAAM,IAAA;IACN,OAAO,IAAA;IACP,QAAQ,IAAA;IACR,QAAQ,KAAA,CAAE,IAAI;IACd,OAAO,KAAA;IACP,WAAW,KAAA;IACX,QAAQ,KAAA;IACR,KAAK,KAAA;IACL,OAAO,KAAA,CAAE,IAAI;IACb,KAAK,KAAA;IACL,UAAU,KAAA;IACV,gBAAgB,KAAA;IAChB,GAAG,KAAA;IACH,MAAM,KAAA,CAAE,IAAI;IACZ,MAAM,KAAA;IACN,MAAM,KAAA;IACN,GAAG,KAAA;IACH,GAAG,KAAA;IACH,GAAG,KAAA,CAAE,IAAI;IACT,GAAG,KAAA;IACH,KAAK,KAAA;IACL,GAAG,KAAA;IACH,IAAI,KAAA;IACJ,QAAQ,KAAA,CAAE,IAAI;IACd,QAAQ,KAAA;IACR,MAAM,KAAA;IACN,MAAM,KAAA;IACN,KAAK,KAAA;IACL,MAAM,KAAA,CAAE,IAAI;IACZ,UAAU,KAAA;IACV,kBAAkB,KAAA;IAClB,mBAAmB,KAAA;IACnB,MAAM,KAAA;IACN,KAAK,KAAA;CACN;AAED,MAAM,WAAW,IAAI;IACnB,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,YAAY,EAAE,MAAM,MAAM,CAAC;IAC3B,iBAAiB,EAAE,CAAC,IAAI,CAAC,EAAE,WAAW,KAAK,IAAI,EAAE,CAAC;IAClD,cAAc,EAAE,CAAC,IAAI,CAAC,EAAE,WAAW,KAAK,MAAM,EAAE,CAAC;IACjD,KAAK,EAAE,CAAC,IAAI,CAAC,EAAE,YAAY,KAAK,MAAM,CAAC;IAEvC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,EAAE,MAAM;QAAE,EAAE,EAAE,OAAO,CAAA;KAAE,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC5D"}
1
+ {"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../../src/tree/nodes/node.ts"],"names":[],"mappings":"AAGA,oBAAY,QAAQ;IAClB,MAAM,IAAA;IACN,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,UAAU,IAAA;IACV,KAAK,IAAA;IACL,MAAM,IAAA;IACN,QAAQ,IAAA;IACR,OAAO,IAAA;IACP,MAAM,KAAA;IACN,GAAG,KAAA;IACH,MAAM,KAAA;IACN,KAAK,KAAA;IACL,OAAO,KAAA;CACR;AACD,MAAM,MAAM,WAAW,GAAG;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,4BAA4B,CAAC,EAAE,OAAO,CAAC;CACxC,CAAC;AAEF,oBAAY,OAAO;IACjB,GAAG,IAAA,CAAE,GAAG;IACR,SAAS,IAAA;IACT,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,MAAM,IAAA;IACN,KAAK,IAAA,CAAE,GAAG;IACV,KAAK,IAAA;IACL,MAAM,IAAA;IACN,OAAO,IAAA;IACP,QAAQ,IAAA;IACR,QAAQ,KAAA,CAAE,IAAI;IACd,OAAO,KAAA;IACP,WAAW,KAAA;IACX,QAAQ,KAAA;IACR,KAAK,KAAA;IACL,OAAO,KAAA,CAAE,IAAI;IACb,KAAK,KAAA;IACL,UAAU,KAAA;IACV,gBAAgB,KAAA;IAChB,GAAG,KAAA;IACH,MAAM,KAAA,CAAE,IAAI;IACZ,MAAM,KAAA;IACN,MAAM,KAAA;IACN,GAAG,KAAA;IACH,GAAG,KAAA;IACH,GAAG,KAAA,CAAE,IAAI;IACT,GAAG,KAAA;IACH,KAAK,KAAA;IACL,GAAG,KAAA;IACH,IAAI,KAAA;IACJ,QAAQ,KAAA,CAAE,IAAI;IACd,QAAQ,KAAA;IACR,MAAM,KAAA;IACN,MAAM,KAAA;IACN,KAAK,KAAA;IACL,MAAM,KAAA,CAAE,IAAI;IACZ,UAAU,KAAA;IACV,kBAAkB,KAAA;IAClB,mBAAmB,KAAA;IACnB,MAAM,KAAA;IACN,KAAK,KAAA;CACN;AAED,MAAM,WAAW,IAAI;IACnB,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,YAAY,EAAE,MAAM,MAAM,CAAC;IAC3B,iBAAiB,EAAE,CAAC,IAAI,CAAC,EAAE,WAAW,KAAK,IAAI,EAAE,CAAC;IAClD,cAAc,EAAE,CAAC,IAAI,CAAC,EAAE,WAAW,KAAK,MAAM,EAAE,CAAC;IACjD,KAAK,EAAE,CAAC,IAAI,CAAC,EAAE,YAAY,KAAK,MAAM,CAAC;IAEvC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,EAAE,MAAM;QAAE,EAAE,EAAE,OAAO,CAAA;KAAE,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC5D"}