math-exercises 1.3.71 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (377) hide show
  1. package/README.md +1 -1
  2. package/lib/exercises/calcul/addAndSub.d.ts +2 -2
  3. package/lib/exercises/calcul/addAndSub.d.ts.map +1 -1
  4. package/lib/exercises/calcul/addAndSubWithoutRelatives.d.ts +2 -2
  5. package/lib/exercises/calcul/addAndSubWithoutRelatives.d.ts.map +1 -1
  6. package/lib/exercises/calcul/arithmetics/euclideanDivision.d.ts +2 -2
  7. package/lib/exercises/calcul/arithmetics/euclideanDivision.d.ts.map +1 -1
  8. package/lib/exercises/calcul/arithmetics/primeNumbers.d.ts +2 -2
  9. package/lib/exercises/calcul/arithmetics/primeNumbers.d.ts.map +1 -1
  10. package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.d.ts +2 -2
  11. package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.d.ts.map +1 -1
  12. package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.d.ts +2 -2
  13. package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.d.ts.map +1 -1
  14. package/lib/exercises/calcul/fractions/fractionAndIntegerSum.d.ts +2 -2
  15. package/lib/exercises/calcul/fractions/fractionAndIntegerSum.d.ts.map +1 -1
  16. package/lib/exercises/calcul/fractions/fractionAndIntegerSum.js +9 -7
  17. package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.d.ts +2 -2
  18. package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.d.ts.map +1 -1
  19. package/lib/exercises/calcul/fractions/fractionsDivision.d.ts +2 -2
  20. package/lib/exercises/calcul/fractions/fractionsDivision.d.ts.map +1 -1
  21. package/lib/exercises/calcul/fractions/fractionsProduct.d.ts +2 -2
  22. package/lib/exercises/calcul/fractions/fractionsProduct.d.ts.map +1 -1
  23. package/lib/exercises/calcul/fractions/fractionsSum.d.ts +2 -2
  24. package/lib/exercises/calcul/fractions/fractionsSum.d.ts.map +1 -1
  25. package/lib/exercises/calcul/fractions/simplifyFraction.d.ts +2 -2
  26. package/lib/exercises/calcul/fractions/simplifyFraction.d.ts.map +1 -1
  27. package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.d.ts +2 -2
  28. package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.d.ts.map +1 -1
  29. package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.d.ts +2 -2
  30. package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.d.ts.map +1 -1
  31. package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.d.ts +2 -2
  32. package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.d.ts.map +1 -1
  33. package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.d.ts +2 -2
  34. package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.d.ts.map +1 -1
  35. package/lib/exercises/calcul/operations/operationsPriorities.d.ts +2 -2
  36. package/lib/exercises/calcul/operations/operationsPriorities.d.ts.map +1 -1
  37. package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.d.ts +2 -2
  38. package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.d.ts.map +1 -1
  39. package/lib/exercises/calcul/proportionality/proportionalityTable.d.ts +2 -2
  40. package/lib/exercises/calcul/proportionality/proportionalityTable.d.ts.map +1 -1
  41. package/lib/exercises/calcul/rounding/rounding.d.ts +6 -6
  42. package/lib/exercises/calcul/rounding/rounding.d.ts.map +1 -1
  43. package/lib/exercises/calculLitteral/distributivity/allIdentities.d.ts +2 -2
  44. package/lib/exercises/calculLitteral/distributivity/allIdentities.d.ts.map +1 -1
  45. package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.d.ts +2 -2
  46. package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.d.ts.map +1 -1
  47. package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.js +1 -1
  48. package/lib/exercises/calculLitteral/distributivity/firstIdentity.d.ts +2 -2
  49. package/lib/exercises/calculLitteral/distributivity/firstIdentity.d.ts.map +1 -1
  50. package/lib/exercises/calculLitteral/distributivity/secondIdentity.d.ts +2 -2
  51. package/lib/exercises/calculLitteral/distributivity/secondIdentity.d.ts.map +1 -1
  52. package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.d.ts +2 -2
  53. package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.d.ts.map +1 -1
  54. package/lib/exercises/calculLitteral/distributivity/thirdIdentity.d.ts +2 -2
  55. package/lib/exercises/calculLitteral/distributivity/thirdIdentity.d.ts.map +1 -1
  56. package/lib/exercises/calculLitteral/equation/equationSimpleSquare.d.ts +2 -2
  57. package/lib/exercises/calculLitteral/equation/equationSimpleSquare.d.ts.map +1 -1
  58. package/lib/exercises/calculLitteral/equation/equationType1Exercise.d.ts +2 -2
  59. package/lib/exercises/calculLitteral/equation/equationType1Exercise.d.ts.map +1 -1
  60. package/lib/exercises/calculLitteral/equation/equationType2Exercise.d.ts +2 -2
  61. package/lib/exercises/calculLitteral/equation/equationType2Exercise.d.ts.map +1 -1
  62. package/lib/exercises/calculLitteral/equation/equationType3Exercise.d.ts +2 -2
  63. package/lib/exercises/calculLitteral/equation/equationType3Exercise.d.ts.map +1 -1
  64. package/lib/exercises/calculLitteral/equation/equationType4Exercise.d.ts +2 -2
  65. package/lib/exercises/calculLitteral/equation/equationType4Exercise.d.ts.map +1 -1
  66. package/lib/exercises/calculLitteral/equation/expEquation.d.ts +2 -2
  67. package/lib/exercises/calculLitteral/equation/expEquation.d.ts.map +1 -1
  68. package/lib/exercises/calculLitteral/equation/firstDegreeEquation.d.ts +2 -2
  69. package/lib/exercises/calculLitteral/equation/firstDegreeEquation.d.ts.map +1 -1
  70. package/lib/exercises/calculLitteral/equation/fractionEquation.d.ts +2 -2
  71. package/lib/exercises/calculLitteral/equation/fractionEquation.d.ts.map +1 -1
  72. package/lib/exercises/calculLitteral/equation/logEquation.d.ts +2 -2
  73. package/lib/exercises/calculLitteral/equation/logEquation.d.ts.map +1 -1
  74. package/lib/exercises/calculLitteral/equation/multiplicationEquation.d.ts +2 -2
  75. package/lib/exercises/calculLitteral/equation/multiplicationEquation.d.ts.map +1 -1
  76. package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.d.ts +2 -2
  77. package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.d.ts.map +1 -1
  78. package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.d.ts +2 -2
  79. package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.d.ts.map +1 -1
  80. package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.d.ts +2 -2
  81. package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.d.ts.map +1 -1
  82. package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.d.ts +2 -2
  83. package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.d.ts.map +1 -1
  84. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType0.d.ts +2 -2
  85. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType0.d.ts.map +1 -1
  86. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType1.d.ts +2 -2
  87. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType1.d.ts.map +1 -1
  88. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType2.d.ts +2 -2
  89. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType2.d.ts.map +1 -1
  90. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType3.d.ts +2 -2
  91. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType3.d.ts.map +1 -1
  92. package/lib/exercises/calculLitteral/simplifying/evaluateExpression.d.ts +2 -2
  93. package/lib/exercises/calculLitteral/simplifying/evaluateExpression.d.ts.map +1 -1
  94. package/lib/exercises/calculLitteral/simplifying/expSimplifiying.d.ts +2 -2
  95. package/lib/exercises/calculLitteral/simplifying/expSimplifiying.d.ts.map +1 -1
  96. package/lib/exercises/calculLitteral/simplifying/logSimplifiying.d.ts +2 -2
  97. package/lib/exercises/calculLitteral/simplifying/logSimplifiying.d.ts.map +1 -1
  98. package/lib/exercises/calculLitteral/simplifying/reduceExpression.d.ts +2 -2
  99. package/lib/exercises/calculLitteral/simplifying/reduceExpression.d.ts.map +1 -1
  100. package/lib/exercises/complex/addComplex.d.ts +2 -2
  101. package/lib/exercises/complex/addComplex.d.ts.map +1 -1
  102. package/lib/exercises/complex/conjugateComplex.ts.d.ts +2 -2
  103. package/lib/exercises/complex/conjugateComplex.ts.d.ts.map +1 -1
  104. package/lib/exercises/complex/conjugateDivideComplex.d.ts +2 -2
  105. package/lib/exercises/complex/conjugateDivideComplex.d.ts.map +1 -1
  106. package/lib/exercises/complex/conjugateDivideComplex.js +1 -1
  107. package/lib/exercises/complex/conjugateMultiplyComplex.d.ts +2 -2
  108. package/lib/exercises/complex/conjugateMultiplyComplex.d.ts.map +1 -1
  109. package/lib/exercises/complex/divideComplex.d.ts +2 -2
  110. package/lib/exercises/complex/divideComplex.d.ts.map +1 -1
  111. package/lib/exercises/complex/inverseComplex.d.ts +2 -2
  112. package/lib/exercises/complex/inverseComplex.d.ts.map +1 -1
  113. package/lib/exercises/complex/linearCombinaisonComplex.d.ts +2 -2
  114. package/lib/exercises/complex/linearCombinaisonComplex.d.ts.map +1 -1
  115. package/lib/exercises/complex/mutiplyComplex.d.ts +2 -2
  116. package/lib/exercises/complex/mutiplyComplex.d.ts.map +1 -1
  117. package/lib/exercises/complex/reAndIm.d.ts +2 -2
  118. package/lib/exercises/complex/reAndIm.d.ts.map +1 -1
  119. package/lib/exercises/conversion/aeraConversion.d.ts +2 -2
  120. package/lib/exercises/conversion/aeraConversion.d.ts.map +1 -1
  121. package/lib/exercises/conversion/capacityConversion.d.ts +2 -2
  122. package/lib/exercises/conversion/capacityConversion.d.ts.map +1 -1
  123. package/lib/exercises/conversion/lengthConversion.d.ts +2 -2
  124. package/lib/exercises/conversion/lengthConversion.d.ts.map +1 -1
  125. package/lib/exercises/conversion/massConversion.d.ts +2 -2
  126. package/lib/exercises/conversion/massConversion.d.ts.map +1 -1
  127. package/lib/exercises/conversion/volumeCapacityConversion.d.ts +2 -2
  128. package/lib/exercises/conversion/volumeCapacityConversion.d.ts.map +1 -1
  129. package/lib/exercises/conversion/volumeConversion.d.ts +2 -2
  130. package/lib/exercises/conversion/volumeConversion.d.ts.map +1 -1
  131. package/lib/exercises/derivation/derivative/constanteDerivative.d.ts +2 -2
  132. package/lib/exercises/derivation/derivative/constanteDerivative.d.ts.map +1 -1
  133. package/lib/exercises/derivation/derivative/expDerivativeOne.d.ts +2 -2
  134. package/lib/exercises/derivation/derivative/expDerivativeOne.d.ts.map +1 -1
  135. package/lib/exercises/derivation/derivative/expDerivativeThree.d.ts +2 -2
  136. package/lib/exercises/derivation/derivative/expDerivativeThree.d.ts.map +1 -1
  137. package/lib/exercises/derivation/derivative/expDerivativeTwo.d.ts +2 -2
  138. package/lib/exercises/derivation/derivative/expDerivativeTwo.d.ts.map +1 -1
  139. package/lib/exercises/derivation/derivative/firstDegreeDerivative.d.ts +2 -2
  140. package/lib/exercises/derivation/derivative/firstDegreeDerivative.d.ts.map +1 -1
  141. package/lib/exercises/derivation/derivative/inverseFunctionDerivative.d.ts +2 -2
  142. package/lib/exercises/derivation/derivative/inverseFunctionDerivative.d.ts.map +1 -1
  143. package/lib/exercises/derivation/derivative/lnDerivativeOne.d.ts +2 -2
  144. package/lib/exercises/derivation/derivative/lnDerivativeOne.d.ts.map +1 -1
  145. package/lib/exercises/derivation/derivative/lnDerivativeThree.d.ts +2 -2
  146. package/lib/exercises/derivation/derivative/lnDerivativeThree.d.ts.map +1 -1
  147. package/lib/exercises/derivation/derivative/lnDerivativeTwo.d.ts +2 -2
  148. package/lib/exercises/derivation/derivative/lnDerivativeTwo.d.ts.map +1 -1
  149. package/lib/exercises/derivation/derivative/powerFunctionDerivative.d.ts +2 -2
  150. package/lib/exercises/derivation/derivative/powerFunctionDerivative.d.ts.map +1 -1
  151. package/lib/exercises/derivation/derivative/rootFunctionDerivative.d.ts +2 -2
  152. package/lib/exercises/derivation/derivative/rootFunctionDerivative.d.ts.map +1 -1
  153. package/lib/exercises/derivation/derivative/secondDegreeDerivative.d.ts +2 -2
  154. package/lib/exercises/derivation/derivative/secondDegreeDerivative.d.ts.map +1 -1
  155. package/lib/exercises/derivation/derivative/secondDegreeDerivative.js +5 -3
  156. package/lib/exercises/derivation/derivative/thirdDegreeDerivative.d.ts +2 -2
  157. package/lib/exercises/derivation/derivative/thirdDegreeDerivative.d.ts.map +1 -1
  158. package/lib/exercises/derivation/derivative/thirdDegreeFunctionVariation.d.ts +2 -2
  159. package/lib/exercises/derivation/derivative/thirdDegreeFunctionVariation.d.ts.map +1 -1
  160. package/lib/exercises/derivation/derivative/usualderivative.d.ts +2 -2
  161. package/lib/exercises/derivation/derivative/usualderivative.d.ts.map +1 -1
  162. package/lib/exercises/derivation/derivativeNumberReading.d.ts +2 -2
  163. package/lib/exercises/derivation/derivativeNumberReading.d.ts.map +1 -1
  164. package/lib/exercises/equaDiff/equaDiffGeneralForme.d.ts +2 -2
  165. package/lib/exercises/equaDiff/equaDiffGeneralForme.d.ts.map +1 -1
  166. package/lib/exercises/equaDiff/equaDiffGeneralFormeWithIC.d.ts +2 -2
  167. package/lib/exercises/equaDiff/equaDiffGeneralFormeWithIC.d.ts.map +1 -1
  168. package/lib/exercises/exercise.d.ts +2 -2
  169. package/lib/exercises/exercise.d.ts.map +1 -1
  170. package/lib/exercises/exercises.d.ts +1 -1
  171. package/lib/exercises/exercises.d.ts.map +1 -1
  172. package/lib/exercises/functions/affines/leadingCoefficient.d.ts +2 -2
  173. package/lib/exercises/functions/affines/leadingCoefficient.d.ts.map +1 -1
  174. package/lib/exercises/functions/affines/leadingCoefficientCalculV1.d.ts +2 -2
  175. package/lib/exercises/functions/affines/leadingCoefficientCalculV1.d.ts.map +1 -1
  176. package/lib/exercises/functions/affines/leadingCoefficientCalculV2.d.ts +2 -2
  177. package/lib/exercises/functions/affines/leadingCoefficientCalculV2.d.ts.map +1 -1
  178. package/lib/exercises/functions/affines/signFunction.d.ts +2 -2
  179. package/lib/exercises/functions/affines/signFunction.d.ts.map +1 -1
  180. package/lib/exercises/functions/basics/imageFunction.d.ts +2 -2
  181. package/lib/exercises/functions/basics/imageFunction.d.ts.map +1 -1
  182. package/lib/exercises/functions/basics/imageFunctionGeogebra.d.ts +2 -2
  183. package/lib/exercises/functions/basics/imageFunctionGeogebra.d.ts.map +1 -1
  184. package/lib/exercises/functions/basics/inverseImageFunction.d.ts +2 -2
  185. package/lib/exercises/functions/basics/inverseImageFunction.d.ts.map +1 -1
  186. package/lib/exercises/functions/basics/inverseImageFunctionGeogebra.d.ts +2 -2
  187. package/lib/exercises/functions/basics/inverseImageFunctionGeogebra.d.ts.map +1 -1
  188. package/lib/exercises/functions/cube/cubicEquation.d.ts +2 -2
  189. package/lib/exercises/functions/cube/cubicEquation.d.ts.map +1 -1
  190. package/lib/exercises/functions/trinoms/alphaBetaFromDevForm.d.ts +2 -2
  191. package/lib/exercises/functions/trinoms/alphaBetaFromDevForm.d.ts.map +1 -1
  192. package/lib/exercises/functions/trinoms/alphaBetaInCanonicalForm.d.ts +2 -2
  193. package/lib/exercises/functions/trinoms/alphaBetaInCanonicalForm.d.ts.map +1 -1
  194. package/lib/exercises/functions/trinoms/canonicalFromDevForm.d.ts +2 -2
  195. package/lib/exercises/functions/trinoms/canonicalFromDevForm.d.ts.map +1 -1
  196. package/lib/exercises/functions/trinoms/deltaTrinom.d.ts +2 -2
  197. package/lib/exercises/functions/trinoms/deltaTrinom.d.ts.map +1 -1
  198. package/lib/exercises/functions/trinoms/extremumFromCanonicalForm.d.ts +2 -2
  199. package/lib/exercises/functions/trinoms/extremumFromCanonicalForm.d.ts.map +1 -1
  200. package/lib/exercises/functions/trinoms/extremumTypeFromAlgebricForm.d.ts +2 -2
  201. package/lib/exercises/functions/trinoms/extremumTypeFromAlgebricForm.d.ts.map +1 -1
  202. package/lib/exercises/functions/trinoms/rootsFromDevForm.d.ts +2 -2
  203. package/lib/exercises/functions/trinoms/rootsFromDevForm.d.ts.map +1 -1
  204. package/lib/exercises/functions/trinoms/rootsFromFactorizedForm.d.ts +2 -2
  205. package/lib/exercises/functions/trinoms/rootsFromFactorizedForm.d.ts.map +1 -1
  206. package/lib/exercises/functions/trinoms/variationsFromAlgebricForm.d.ts +2 -2
  207. package/lib/exercises/functions/trinoms/variationsFromAlgebricForm.d.ts.map +1 -1
  208. package/lib/exercises/geometry/cartesian/distanceBetweenTwoPoints.d.ts +2 -2
  209. package/lib/exercises/geometry/cartesian/distanceBetweenTwoPoints.d.ts.map +1 -1
  210. package/lib/exercises/geometry/cartesian/midpoint.d.ts +2 -2
  211. package/lib/exercises/geometry/cartesian/midpoint.d.ts.map +1 -1
  212. package/lib/exercises/geometry/euclidean/circleArea.d.ts +2 -2
  213. package/lib/exercises/geometry/euclidean/circleArea.d.ts.map +1 -1
  214. package/lib/exercises/geometry/euclidean/circleCircumference.d.ts +2 -2
  215. package/lib/exercises/geometry/euclidean/circleCircumference.d.ts.map +1 -1
  216. package/lib/exercises/geometry/euclidean/pythagore.d.ts +2 -2
  217. package/lib/exercises/geometry/euclidean/pythagore.d.ts.map +1 -1
  218. package/lib/exercises/geometry/euclidean/pythagoreCalcul.d.ts +2 -2
  219. package/lib/exercises/geometry/euclidean/pythagoreCalcul.d.ts.map +1 -1
  220. package/lib/exercises/geometry/euclidean/rectangleArea.d.ts +2 -2
  221. package/lib/exercises/geometry/euclidean/rectangleArea.d.ts.map +1 -1
  222. package/lib/exercises/geometry/euclidean/rectanglePerimeter.d.ts +2 -2
  223. package/lib/exercises/geometry/euclidean/rectanglePerimeter.d.ts.map +1 -1
  224. package/lib/exercises/geometry/euclidean/rightTriangleArea.d.ts +2 -2
  225. package/lib/exercises/geometry/euclidean/rightTriangleArea.d.ts.map +1 -1
  226. package/lib/exercises/geometry/euclidean/squareArea.d.ts +2 -2
  227. package/lib/exercises/geometry/euclidean/squareArea.d.ts.map +1 -1
  228. package/lib/exercises/geometry/euclidean/squarePerimeter.d.ts +2 -2
  229. package/lib/exercises/geometry/euclidean/squarePerimeter.d.ts.map +1 -1
  230. package/lib/exercises/geometry/euclidean/thales.d.ts +2 -2
  231. package/lib/exercises/geometry/euclidean/thales.d.ts.map +1 -1
  232. package/lib/exercises/geometry/euclidean/thalesCalcul.d.ts +2 -2
  233. package/lib/exercises/geometry/euclidean/thalesCalcul.d.ts.map +1 -1
  234. package/lib/exercises/geometry/euclidean/triangleArea.d.ts +2 -2
  235. package/lib/exercises/geometry/euclidean/triangleArea.d.ts.map +1 -1
  236. package/lib/exercises/geometry/euclidean/triangleAreaV2.d.ts +2 -2
  237. package/lib/exercises/geometry/euclidean/triangleAreaV2.d.ts.map +1 -1
  238. package/lib/exercises/geometry/euclidean/trianglePerimeter.d.ts +2 -2
  239. package/lib/exercises/geometry/euclidean/trianglePerimeter.d.ts.map +1 -1
  240. package/lib/exercises/geometry/euclidean/trigonometry.d.ts +2 -2
  241. package/lib/exercises/geometry/euclidean/trigonometry.d.ts.map +1 -1
  242. package/lib/exercises/geometry/euclidean/trigonometryAngleCalcul.d.ts +2 -2
  243. package/lib/exercises/geometry/euclidean/trigonometryAngleCalcul.d.ts.map +1 -1
  244. package/lib/exercises/geometry/euclidean/trigonometrySideCalcul.d.ts +2 -2
  245. package/lib/exercises/geometry/euclidean/trigonometrySideCalcul.d.ts.map +1 -1
  246. package/lib/exercises/geometry/vectors/chasles.d.ts +2 -2
  247. package/lib/exercises/geometry/vectors/chasles.d.ts.map +1 -1
  248. package/lib/exercises/geometry/vectors/determinant.d.ts +2 -2
  249. package/lib/exercises/geometry/vectors/determinant.d.ts.map +1 -1
  250. package/lib/exercises/geometry/vectors/scalarProductViaCoords.d.ts +2 -2
  251. package/lib/exercises/geometry/vectors/scalarProductViaCoords.d.ts.map +1 -1
  252. package/lib/exercises/geometry/vectors/scalarProductViaNorms.js +2 -2
  253. package/lib/exercises/limits/polynomeLimit.d.ts +2 -2
  254. package/lib/exercises/limits/polynomeLimit.d.ts.map +1 -1
  255. package/lib/exercises/limits/sequenceGeometricLimit.d.ts +2 -2
  256. package/lib/exercises/limits/sequenceGeometricLimit.d.ts.map +1 -1
  257. package/lib/exercises/limits/sequenceGeometricLimit.js +1 -1
  258. package/lib/exercises/limits/sequencePolynomLimit.d.ts +2 -2
  259. package/lib/exercises/limits/sequencePolynomLimit.d.ts.map +1 -1
  260. package/lib/exercises/limits/sequencePolynomLimit.js +1 -1
  261. package/lib/exercises/limits/sequencePolynomNoFILimit.d.ts +2 -2
  262. package/lib/exercises/limits/sequencePolynomNoFILimit.d.ts.map +1 -1
  263. package/lib/exercises/limits/sequencePolynomNoFILimit.js +1 -1
  264. package/lib/exercises/limits/sequencePolynomProductLimit.d.ts +2 -2
  265. package/lib/exercises/limits/sequencePolynomProductLimit.d.ts.map +1 -1
  266. package/lib/exercises/limits/sequencePolynomProductLimit.js +1 -1
  267. package/lib/exercises/limits/sequenceRationalFracLimit.d.ts +2 -2
  268. package/lib/exercises/limits/sequenceRationalFracLimit.d.ts.map +1 -1
  269. package/lib/exercises/limits/sequenceRationalFracLimit.js +1 -1
  270. package/lib/exercises/limits/sequenceSimpleElementsSumLimit.d.ts +2 -2
  271. package/lib/exercises/limits/sequenceSimpleElementsSumLimit.d.ts.map +1 -1
  272. package/lib/exercises/percent/applyPercent.d.ts +2 -2
  273. package/lib/exercises/percent/applyPercent.d.ts.map +1 -1
  274. package/lib/exercises/percent/averageEvolutionRate.d.ts +2 -2
  275. package/lib/exercises/percent/averageEvolutionRate.d.ts.map +1 -1
  276. package/lib/exercises/percent/globalPercent.d.ts +2 -2
  277. package/lib/exercises/percent/globalPercent.d.ts.map +1 -1
  278. package/lib/exercises/percent/reciprocalPercentage.d.ts +2 -2
  279. package/lib/exercises/percent/reciprocalPercentage.d.ts.map +1 -1
  280. package/lib/exercises/powers/powersDivision.d.ts +3 -3
  281. package/lib/exercises/powers/powersDivision.d.ts.map +1 -1
  282. package/lib/exercises/powers/powersOfTenToDecimal.d.ts +2 -2
  283. package/lib/exercises/powers/powersOfTenToDecimal.d.ts.map +1 -1
  284. package/lib/exercises/powers/powersPower.d.ts +3 -3
  285. package/lib/exercises/powers/powersPower.d.ts.map +1 -1
  286. package/lib/exercises/powers/powersPower.js +11 -2
  287. package/lib/exercises/powers/powersProduct.d.ts +3 -3
  288. package/lib/exercises/powers/powersProduct.d.ts.map +1 -1
  289. package/lib/exercises/powers/scientificToDecimal.d.ts +2 -2
  290. package/lib/exercises/powers/scientificToDecimal.d.ts.map +1 -1
  291. package/lib/exercises/powers/scientificToDecimal.js +2 -1
  292. package/lib/exercises/primitve/constantPrimitive.d.ts +2 -2
  293. package/lib/exercises/primitve/constantPrimitive.d.ts.map +1 -1
  294. package/lib/exercises/primitve/exponentialPrimitive.d.ts +2 -2
  295. package/lib/exercises/primitve/exponentialPrimitive.d.ts.map +1 -1
  296. package/lib/exercises/primitve/exponentialPrimitive.js +28 -26
  297. package/lib/exercises/primitve/logarithmePrimitive.d.ts +2 -2
  298. package/lib/exercises/primitve/logarithmePrimitive.d.ts.map +1 -1
  299. package/lib/exercises/primitve/polynomialPrimitive.d.ts +2 -2
  300. package/lib/exercises/primitve/polynomialPrimitive.d.ts.map +1 -1
  301. package/lib/exercises/primitve/sinCosPrimitive.d.ts +2 -2
  302. package/lib/exercises/primitve/sinCosPrimitive.d.ts.map +1 -1
  303. package/lib/exercises/primitve/usualPrimitives.d.ts +2 -2
  304. package/lib/exercises/primitve/usualPrimitives.d.ts.map +1 -1
  305. package/lib/exercises/probaStat/averageWithTable.d.ts +2 -2
  306. package/lib/exercises/probaStat/averageWithTable.d.ts.map +1 -1
  307. package/lib/exercises/probaStat/conditionalProbability.d.ts +2 -2
  308. package/lib/exercises/probaStat/conditionalProbability.d.ts.map +1 -1
  309. package/lib/exercises/probaStat/marginalAndConditionalFrequency.d.ts +2 -2
  310. package/lib/exercises/probaStat/marginalAndConditionalFrequency.d.ts.map +1 -1
  311. package/lib/exercises/probaStat/median.d.ts +2 -2
  312. package/lib/exercises/probaStat/median.d.ts.map +1 -1
  313. package/lib/exercises/probaStat/medianList.d.ts +2 -2
  314. package/lib/exercises/probaStat/medianList.d.ts.map +1 -1
  315. package/lib/exercises/probaStat/probabilityTree.d.ts +2 -2
  316. package/lib/exercises/probaStat/probabilityTree.d.ts.map +1 -1
  317. package/lib/exercises/probaStat/quartiles.d.ts +2 -2
  318. package/lib/exercises/probaStat/quartiles.d.ts.map +1 -1
  319. package/lib/exercises/probaStat/quartilesList.d.ts +2 -2
  320. package/lib/exercises/probaStat/quartilesList.d.ts.map +1 -1
  321. package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.d.ts +2 -2
  322. package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.d.ts.map +1 -1
  323. package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts +2 -2
  324. package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts.map +1 -1
  325. package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.js +1 -1
  326. package/lib/exercises/sequences/arithmetic/arithmeticFindReason.d.ts +2 -2
  327. package/lib/exercises/sequences/arithmetic/arithmeticFindReason.d.ts.map +1 -1
  328. package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.d.ts +2 -2
  329. package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.d.ts.map +1 -1
  330. package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts +2 -2
  331. package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts.map +1 -1
  332. package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.d.ts +2 -2
  333. package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.d.ts.map +1 -1
  334. package/lib/exercises/sequences/arithmetic/firstIntegersSum.d.ts +2 -2
  335. package/lib/exercises/sequences/arithmetic/firstIntegersSum.d.ts.map +1 -1
  336. package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.d.ts +2 -2
  337. package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.d.ts.map +1 -1
  338. package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.d.ts +2 -2
  339. package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.d.ts.map +1 -1
  340. package/lib/exercises/sequences/geometric/geometricFindReason.d.ts +2 -2
  341. package/lib/exercises/sequences/geometric/geometricFindReason.d.ts.map +1 -1
  342. package/lib/exercises/sequences/geometric/geometricFirstTermsSum.d.ts +2 -2
  343. package/lib/exercises/sequences/geometric/geometricFirstTermsSum.d.ts.map +1 -1
  344. package/lib/exercises/sequences/geometric/geometricReasonUsage.d.ts +2 -2
  345. package/lib/exercises/sequences/geometric/geometricReasonUsage.d.ts.map +1 -1
  346. package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts +2 -2
  347. package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts.map +1 -1
  348. package/lib/exercises/sets/intervals/inequalityToInterval.d.ts +2 -2
  349. package/lib/exercises/sets/intervals/inequalityToInterval.d.ts.map +1 -1
  350. package/lib/exercises/sets/intervals/intervalBelonging.d.ts +2 -2
  351. package/lib/exercises/sets/intervals/intervalBelonging.d.ts.map +1 -1
  352. package/lib/exercises/sets/intervals/intervalsIntersection.d.ts +2 -2
  353. package/lib/exercises/sets/intervals/intervalsIntersection.d.ts.map +1 -1
  354. package/lib/exercises/sets/intervals/intervalsUnion.d.ts +2 -2
  355. package/lib/exercises/sets/intervals/intervalsUnion.d.ts.map +1 -1
  356. package/lib/exercises/sets/setBelonging.d.ts +2 -2
  357. package/lib/exercises/sets/setBelonging.d.ts.map +1 -1
  358. package/lib/exercises/squareRoots/simpifySquareRoot.d.ts +2 -2
  359. package/lib/exercises/squareRoots/simpifySquareRoot.d.ts.map +1 -1
  360. package/lib/exercises/squareRoots/squareRootEquation.d.ts +2 -2
  361. package/lib/exercises/squareRoots/squareRootEquation.d.ts.map +1 -1
  362. package/lib/exercises/trigonometry/mainRemarkableValues.d.ts +2 -2
  363. package/lib/exercises/trigonometry/mainRemarkableValues.d.ts.map +1 -1
  364. package/lib/exercises/trigonometry/remarkableValues.d.ts +2 -2
  365. package/lib/exercises/trigonometry/remarkableValues.d.ts.map +1 -1
  366. package/lib/exercises/utils/sum.test.d.ts +2 -0
  367. package/lib/exercises/utils/sum.test.d.ts.map +1 -0
  368. package/lib/exercises/utils/sum.test.js +24 -0
  369. package/lib/index.d.ts +3 -3
  370. package/lib/index.d.ts.map +1 -1
  371. package/lib/math/numbers/integer/integer.d.ts +1 -1
  372. package/lib/math/numbers/integer/integer.d.ts.map +1 -1
  373. package/lib/math/numbers/integer/integer.js +2 -2
  374. package/lib/types/keyIds.d.ts +28 -0
  375. package/lib/types/keyIds.d.ts.map +1 -0
  376. package/lib/types/keyIds.js +2 -0
  377. package/package.json +5 -2
@@ -1 +1 @@
1
- {"version":3,"file":"logEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/logEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAc3E,eAAO,MAAM,WAAW,EAAE,QAYzB,CAAC;AAEF,wBAAgB,aAAa,IAAI,QAAQ,CAuDxC"}
1
+ {"version":3,"file":"logEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/logEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAc/E,eAAO,MAAM,WAAW,EAAE,YAYzB,CAAC;AAEF,wBAAgB,aAAa,IAAI,QAAQ,CAuDxC"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const multiplicationEquation: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const multiplicationEquation: MathExercise;
3
3
  export declare function getMultiplicationEquation(): Question;
4
4
  //# sourceMappingURL=multiplicationEquation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"multiplicationEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/multiplicationEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,sBAAsB,EAAE,QAYpC,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CAyEpD"}
1
+ {"version":3,"file":"multiplicationEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/multiplicationEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,sBAAsB,EAAE,YAYpC,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CAyEpD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const factoIdRmq1: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const factoIdRmq1: MathExercise;
3
3
  export declare function getFactoType1Question(): Question;
4
4
  //# sourceMappingURL=factoIdRmq1.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"factoIdRmq1.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq1.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAgB3E,eAAO,MAAM,WAAW,EAAE,QAYzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA2DhD"}
1
+ {"version":3,"file":"factoIdRmq1.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq1.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAgB/E,eAAO,MAAM,WAAW,EAAE,YAYzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA2DhD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const factoIdRmq2: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const factoIdRmq2: MathExercise;
3
3
  export declare function getFactoType1Question(): Question;
4
4
  //# sourceMappingURL=factoIdRmq2.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"factoIdRmq2.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,WAAW,EAAE,QAYzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAqEhD"}
1
+ {"version":3,"file":"factoIdRmq2.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY/E,eAAO,MAAM,WAAW,EAAE,YAYzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAqEhD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const factoIdRmq3: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const factoIdRmq3: MathExercise;
3
3
  export declare function getFactoType1Question(): Question;
4
4
  //# sourceMappingURL=factoIdRmq3.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"factoIdRmq3.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E,eAAO,MAAM,WAAW,EAAE,QAYzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA2EhD"}
1
+ {"version":3,"file":"factoIdRmq3.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa/E,eAAO,MAAM,WAAW,EAAE,YAYzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA2EhD"}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * type (ax+b)(cx+d) ± (ax+b)(ex+f)
3
3
  */
4
- import { Exercise, Question } from '../../../exercises/exercise';
5
- export declare const factoType1Exercise: Exercise;
4
+ import { MathExercise, Question } from '../../../exercises/exercise';
5
+ export declare const factoType1Exercise: MathExercise;
6
6
  export declare function getFactoType1Question(): Question;
7
7
  //# sourceMappingURL=factoType1Exercise.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"factoType1Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoType1Exercise.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,kBAAkB,EAAE,QAYhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAmGhD"}
1
+ {"version":3,"file":"factoType1Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoType1Exercise.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,kBAAkB,EAAE,YAYhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAmGhD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const firstDegreeInequationsType0: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const firstDegreeInequationsType0: MathExercise;
3
3
  export declare function getFirstDegreeInequationsQuestion(): Question;
4
4
  //# sourceMappingURL=firstDegreeInequationsType0.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"firstDegreeInequationsType0.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType0.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
1
+ {"version":3,"file":"firstDegreeInequationsType0.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType0.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY/E,eAAO,MAAM,2BAA2B,EAAE,YAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const firstDegreeInequationsType1: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const firstDegreeInequationsType1: MathExercise;
3
3
  export declare function getFirstDegreeInequationsQuestion(): Question;
4
4
  //# sourceMappingURL=firstDegreeInequationsType1.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"firstDegreeInequationsType1.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType1.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
1
+ {"version":3,"file":"firstDegreeInequationsType1.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType1.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY/E,eAAO,MAAM,2BAA2B,EAAE,YAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const firstDegreeInequationsType2: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const firstDegreeInequationsType2: MathExercise;
3
3
  export declare function getFirstDegreeInequationsQuestion(): Question;
4
4
  //# sourceMappingURL=firstDegreeInequationsType2.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"firstDegreeInequationsType2.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
1
+ {"version":3,"file":"firstDegreeInequationsType2.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY/E,eAAO,MAAM,2BAA2B,EAAE,YAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const firstDegreeInequationsType3: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const firstDegreeInequationsType3: MathExercise;
3
3
  export declare function getFirstDegreeInequationsQuestion(): Question;
4
4
  //# sourceMappingURL=firstDegreeInequationsType3.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"firstDegreeInequationsType3.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
1
+ {"version":3,"file":"firstDegreeInequationsType3.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY/E,eAAO,MAAM,2BAA2B,EAAE,YAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const evaluateExpression: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const evaluateExpression: MathExercise;
3
3
  export declare function getEvaluateExpression(): Question;
4
4
  //# sourceMappingURL=evaluateExpression.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"evaluateExpression.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/evaluateExpression.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ3E,eAAO,MAAM,kBAAkB,EAAE,QAYhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAoDhD"}
1
+ {"version":3,"file":"evaluateExpression.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/evaluateExpression.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ/E,eAAO,MAAM,kBAAkB,EAAE,YAYhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAoDhD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const expSimplifiying: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const expSimplifiying: MathExercise;
3
3
  export declare function getExpSimplifiying(): Question;
4
4
  //# sourceMappingURL=expSimplifiying.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"expSimplifiying.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/expSimplifiying.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAc3E,eAAO,MAAM,eAAe,EAAE,QAY7B,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CAyG7C"}
1
+ {"version":3,"file":"expSimplifiying.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/expSimplifiying.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAc/E,eAAO,MAAM,eAAe,EAAE,YAY7B,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CAyG7C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const logSimplifiying: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const logSimplifiying: MathExercise;
3
3
  export declare function getExpSimplifiying(): Question;
4
4
  //# sourceMappingURL=logSimplifiying.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"logSimplifiying.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/logSimplifiying.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,eAAe,EAAE,QAY7B,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CA+D7C"}
1
+ {"version":3,"file":"logSimplifiying.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/logSimplifiying.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY/E,eAAO,MAAM,eAAe,EAAE,YAY7B,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CA+D7C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const reduceExpression: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const reduceExpression: MathExercise;
3
3
  export declare function getReduceExpression(): Question;
4
4
  //# sourceMappingURL=reduceExpression.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"reduceExpression.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/reduceExpression.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ3E,eAAO,MAAM,gBAAgB,EAAE,QAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAmI9C"}
1
+ {"version":3,"file":"reduceExpression.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/reduceExpression.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ/E,eAAO,MAAM,gBAAgB,EAAE,YAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAmI9C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../exercises/exercise';
2
- export declare const addComplex: Exercise;
1
+ import { MathExercise, Question } from '../../exercises/exercise';
2
+ export declare const addComplex: MathExercise;
3
3
  export declare function getAddComplexQuestion(): Question;
4
4
  //# sourceMappingURL=addComplex.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"addComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/addComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,UAAU,EAAE,QAWxB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA0DhD"}
1
+ {"version":3,"file":"addComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/addComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU/E,eAAO,MAAM,UAAU,EAAE,YAWxB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA0DhD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../exercises/exercise';
2
- export declare const conjugateComplex: Exercise;
1
+ import { MathExercise, Question } from '../../exercises/exercise';
2
+ export declare const conjugateComplex: MathExercise;
3
3
  export declare function getConjugateComplexQuestion(): Question;
4
4
  //# sourceMappingURL=conjugateComplex.ts.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"conjugateComplex.ts.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/conjugateComplex.ts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM3E,eAAO,MAAM,gBAAgB,EAAE,QAW9B,CAAC;AAEF,wBAAgB,2BAA2B,IAAI,QAAQ,CA8DtD"}
1
+ {"version":3,"file":"conjugateComplex.ts.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/conjugateComplex.ts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,gBAAgB,EAAE,YAW9B,CAAC;AAEF,wBAAgB,2BAA2B,IAAI,QAAQ,CA8DtD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../exercises/exercise';
2
- export declare const conjugateDivideComplex: Exercise;
1
+ import { MathExercise, Question } from '../../exercises/exercise';
2
+ export declare const conjugateDivideComplex: MathExercise;
3
3
  export declare function getConjugateDivideComplexQuestion(): Question;
4
4
  //# sourceMappingURL=conjugateDivideComplex.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"conjugateDivideComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/conjugateDivideComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM3E,eAAO,MAAM,sBAAsB,EAAE,QAWpC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
1
+ {"version":3,"file":"conjugateDivideComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/conjugateDivideComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,sBAAsB,EAAE,YAWpC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
@@ -57,7 +57,7 @@ function getConjugateDivideComplexQuestion() {
57
57
  instruction: `Soit $z=${z1.toTree().toTex()}$ et $z'=${z2
58
58
  .toTree()
59
59
  .toTex()}$. Calculer le conjugué de $\\frac{z}{z'}$.`,
60
- keys: ['i', 'z', 'overline', "'"],
60
+ keys: ['i', 'z', 'overline', 'quote'],
61
61
  getPropositions,
62
62
  answerFormat: 'tex',
63
63
  startStatement: "\\overline{\\frac{z}{z'}}",
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../exercises/exercise';
2
- export declare const conjugateMultiplyComplex: Exercise;
1
+ import { MathExercise, Question } from '../../exercises/exercise';
2
+ export declare const conjugateMultiplyComplex: MathExercise;
3
3
  export declare function getConjugateMultiplyComplexQuestion(): Question;
4
4
  //# sourceMappingURL=conjugateMultiplyComplex.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"conjugateMultiplyComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/conjugateMultiplyComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM3E,eAAO,MAAM,wBAAwB,EAAE,QAWtC,CAAC;AAEF,wBAAgB,mCAAmC,IAAI,QAAQ,CA6D9D"}
1
+ {"version":3,"file":"conjugateMultiplyComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/conjugateMultiplyComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,wBAAwB,EAAE,YAWtC,CAAC;AAEF,wBAAgB,mCAAmC,IAAI,QAAQ,CA6D9D"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../exercises/exercise';
2
- export declare const divideComplex: Exercise;
1
+ import { MathExercise, Question } from '../../exercises/exercise';
2
+ export declare const divideComplex: MathExercise;
3
3
  export declare function getDivideComplexQuestion(): Question;
4
4
  //# sourceMappingURL=divideComplex.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"divideComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/divideComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM3E,eAAO,MAAM,aAAa,EAAE,QAW3B,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAoDnD"}
1
+ {"version":3,"file":"divideComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/divideComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,aAAa,EAAE,YAW3B,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAoDnD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../exercises/exercise';
2
- export declare const inverseComplex: Exercise;
1
+ import { MathExercise, Question } from '../../exercises/exercise';
2
+ export declare const inverseComplex: MathExercise;
3
3
  export declare function getInverseComplexQuestion(): Question;
4
4
  //# sourceMappingURL=inverseComplex.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inverseComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/inverseComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM3E,eAAO,MAAM,cAAc,EAAE,QAW5B,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CA8DpD"}
1
+ {"version":3,"file":"inverseComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/inverseComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,cAAc,EAAE,YAW5B,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CA8DpD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../exercises/exercise';
2
- export declare const linearCombinaisonComplex: Exercise;
1
+ import { MathExercise, Question } from '../../exercises/exercise';
2
+ export declare const linearCombinaisonComplex: MathExercise;
3
3
  export declare function getLinearCombinaisonComplexQuestion(): Question;
4
4
  //# sourceMappingURL=linearCombinaisonComplex.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"linearCombinaisonComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/linearCombinaisonComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAc3E,eAAO,MAAM,wBAAwB,EAAE,QAWtC,CAAC;AAEF,wBAAgB,mCAAmC,IAAI,QAAQ,CA0D9D"}
1
+ {"version":3,"file":"linearCombinaisonComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/linearCombinaisonComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAc/E,eAAO,MAAM,wBAAwB,EAAE,YAWtC,CAAC;AAEF,wBAAgB,mCAAmC,IAAI,QAAQ,CA0D9D"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../exercises/exercise';
2
- export declare const mutiplyComplex: Exercise;
1
+ import { MathExercise, Question } from '../../exercises/exercise';
2
+ export declare const mutiplyComplex: MathExercise;
3
3
  export declare function getMutiplyComplexQuestion(): Question;
4
4
  //# sourceMappingURL=mutiplyComplex.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mutiplyComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/mutiplyComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM3E,eAAO,MAAM,cAAc,EAAE,QAW5B,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CA2DpD"}
1
+ {"version":3,"file":"mutiplyComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/mutiplyComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM/E,eAAO,MAAM,cAAc,EAAE,YAW5B,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CA2DpD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../exercises/exercise';
2
- export declare const reAndIm: Exercise;
1
+ import { MathExercise, Question } from '../../exercises/exercise';
2
+ export declare const reAndIm: MathExercise;
3
3
  export declare function getReAndImQuestion(): Question;
4
4
  //# sourceMappingURL=reAndIm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"reAndIm.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/reAndIm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAW3E,eAAO,MAAM,OAAO,EAAE,QAWrB,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CAmE7C"}
1
+ {"version":3,"file":"reAndIm.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/reAndIm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAW/E,eAAO,MAAM,OAAO,EAAE,YAWrB,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CAmE7C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../exercise';
2
- export declare const aeraConversion: Exercise;
1
+ import { MathExercise, Question } from '../exercise';
2
+ export declare const aeraConversion: MathExercise;
3
3
  export declare function getAeraConversion(): Question;
4
4
  //# sourceMappingURL=aeraConversion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"aeraConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/aeraConversion.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAI9D,eAAO,MAAM,cAAc,EAAE,QAY5B,CAAC;AAEF,wBAAgB,iBAAiB,IAAI,QAAQ,CAuD5C"}
1
+ {"version":3,"file":"aeraConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/aeraConversion.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,cAAc,EAAE,YAY5B,CAAC;AAEF,wBAAgB,iBAAiB,IAAI,QAAQ,CAuD5C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../exercise';
2
- export declare const capacityConversion: Exercise;
1
+ import { MathExercise, Question } from '../exercise';
2
+ export declare const capacityConversion: MathExercise;
3
3
  export declare function getCapacityConversion(): Question;
4
4
  //# sourceMappingURL=capacityConversion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"capacityConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/capacityConversion.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAI9D,eAAO,MAAM,kBAAkB,EAAE,QAYhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAkDhD"}
1
+ {"version":3,"file":"capacityConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/capacityConversion.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,kBAAkB,EAAE,YAYhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAkDhD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../exercise';
2
- export declare const lengthConversion: Exercise;
1
+ import { MathExercise, Question } from '../exercise';
2
+ export declare const lengthConversion: MathExercise;
3
3
  export declare function getLengthConversion(): Question;
4
4
  //# sourceMappingURL=lengthConversion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lengthConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/lengthConversion.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAI9D,eAAO,MAAM,gBAAgB,EAAE,QAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAiD9C"}
1
+ {"version":3,"file":"lengthConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/lengthConversion.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,gBAAgB,EAAE,YAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAiD9C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../exercise';
2
- export declare const massConversion: Exercise;
1
+ import { MathExercise, Question } from '../exercise';
2
+ export declare const massConversion: MathExercise;
3
3
  export declare function getMassConversion(): Question;
4
4
  //# sourceMappingURL=massConversion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"massConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/massConversion.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAI9D,eAAO,MAAM,cAAc,EAAE,QAY5B,CAAC;AAEF,wBAAgB,iBAAiB,IAAI,QAAQ,CAiD5C"}
1
+ {"version":3,"file":"massConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/massConversion.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,cAAc,EAAE,YAY5B,CAAC;AAEF,wBAAgB,iBAAiB,IAAI,QAAQ,CAiD5C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../exercise';
2
- export declare const volumeCapacityConversion: Exercise;
1
+ import { MathExercise, Question } from '../exercise';
2
+ export declare const volumeCapacityConversion: MathExercise;
3
3
  export declare function getVolumeCapacityConversion(): Question;
4
4
  //# sourceMappingURL=volumeCapacityConversion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"volumeCapacityConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/volumeCapacityConversion.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAI9D,eAAO,MAAM,wBAAwB,EAAE,QAYtC,CAAC;AAEF,wBAAgB,2BAA2B,IAAI,QAAQ,CAmEtD"}
1
+ {"version":3,"file":"volumeCapacityConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/volumeCapacityConversion.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,wBAAwB,EAAE,YAYtC,CAAC;AAEF,wBAAgB,2BAA2B,IAAI,QAAQ,CAmEtD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../exercise';
2
- export declare const volumeConversion: Exercise;
1
+ import { MathExercise, Question } from '../exercise';
2
+ export declare const volumeConversion: MathExercise;
3
3
  export declare function getVolumeConversion(): Question;
4
4
  //# sourceMappingURL=volumeConversion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"volumeConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/volumeConversion.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAI9D,eAAO,MAAM,gBAAgB,EAAE,QAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAsD9C"}
1
+ {"version":3,"file":"volumeConversion.d.ts","sourceRoot":"","sources":["../../../src/exercises/conversion/volumeConversion.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIlE,eAAO,MAAM,gBAAgB,EAAE,YAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAsD9C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const constanteDerivative: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const constanteDerivative: MathExercise;
3
3
  export declare function getConstanteDerivative(): Question;
4
4
  //# sourceMappingURL=constanteDerivative.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constanteDerivative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/constanteDerivative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAM9F,eAAO,MAAM,mBAAmB,EAAE,QAYjC,CAAC;AAEF,wBAAgB,sBAAsB,IAAI,QAAQ,CAmDjD"}
1
+ {"version":3,"file":"constanteDerivative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/constanteDerivative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAMlG,eAAO,MAAM,mBAAmB,EAAE,YAYjC,CAAC;AAEF,wBAAgB,sBAAsB,IAAI,QAAQ,CAmDjD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const expDerivativeOne: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const expDerivativeOne: MathExercise;
3
3
  export declare function getExpDerivative(): Question;
4
4
  //# sourceMappingURL=expDerivativeOne.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"expDerivativeOne.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/expDerivativeOne.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAW9F,eAAO,MAAM,gBAAgB,EAAE,QAY9B,CAAC;AAEF,wBAAgB,gBAAgB,IAAI,QAAQ,CAsC3C"}
1
+ {"version":3,"file":"expDerivativeOne.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/expDerivativeOne.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAWlG,eAAO,MAAM,gBAAgB,EAAE,YAY9B,CAAC;AAEF,wBAAgB,gBAAgB,IAAI,QAAQ,CAsC3C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const expDerivativeThree: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const expDerivativeThree: MathExercise;
3
3
  export declare function getExpDerivativeThree(): Question;
4
4
  //# sourceMappingURL=expDerivativeThree.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"expDerivativeThree.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/expDerivativeThree.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAY9F,eAAO,MAAM,kBAAkB,EAAE,QAYhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA8ChD"}
1
+ {"version":3,"file":"expDerivativeThree.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/expDerivativeThree.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAYlG,eAAO,MAAM,kBAAkB,EAAE,YAYhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA8ChD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const expDerivativeTwo: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const expDerivativeTwo: MathExercise;
3
3
  export declare function getExpDerivative(): Question;
4
4
  //# sourceMappingURL=expDerivativeTwo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"expDerivativeTwo.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/expDerivativeTwo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAY9F,eAAO,MAAM,gBAAgB,EAAE,QAY9B,CAAC;AAEF,wBAAgB,gBAAgB,IAAI,QAAQ,CA2D3C"}
1
+ {"version":3,"file":"expDerivativeTwo.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/expDerivativeTwo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAYlG,eAAO,MAAM,gBAAgB,EAAE,YAY9B,CAAC;AAEF,wBAAgB,gBAAgB,IAAI,QAAQ,CA2D3C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const firstDegreeDerivative: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const firstDegreeDerivative: MathExercise;
3
3
  export declare function getFirstDegreeDerivative(): Question;
4
4
  //# sourceMappingURL=firstDegreeDerivative.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"firstDegreeDerivative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/firstDegreeDerivative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAO9F,eAAO,MAAM,qBAAqB,EAAE,QAYnC,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAoDnD"}
1
+ {"version":3,"file":"firstDegreeDerivative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/firstDegreeDerivative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAOlG,eAAO,MAAM,qBAAqB,EAAE,YAYnC,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAoDnD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const inverseFunctionDerivative: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const inverseFunctionDerivative: MathExercise;
3
3
  export declare function getInverseFunctionDerivative(): Question;
4
4
  //# sourceMappingURL=inverseFunctionDerivative.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inverseFunctionDerivative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/inverseFunctionDerivative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAM9F,eAAO,MAAM,yBAAyB,EAAE,QAYvC,CAAC;AAEF,wBAAgB,4BAA4B,IAAI,QAAQ,CAoDvD"}
1
+ {"version":3,"file":"inverseFunctionDerivative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/inverseFunctionDerivative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAMlG,eAAO,MAAM,yBAAyB,EAAE,YAYvC,CAAC;AAEF,wBAAgB,4BAA4B,IAAI,QAAQ,CAoDvD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const lnDerivativeOne: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const lnDerivativeOne: MathExercise;
3
3
  export declare function getLnDerivative(): Question;
4
4
  //# sourceMappingURL=lnDerivativeOne.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lnDerivativeOne.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/lnDerivativeOne.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAc9F,eAAO,MAAM,eAAe,EAAE,QAY7B,CAAC;AAEF,wBAAgB,eAAe,IAAI,QAAQ,CAqC1C"}
1
+ {"version":3,"file":"lnDerivativeOne.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/lnDerivativeOne.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAclG,eAAO,MAAM,eAAe,EAAE,YAY7B,CAAC;AAEF,wBAAgB,eAAe,IAAI,QAAQ,CAqC1C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const lnDerivativeThree: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const lnDerivativeThree: MathExercise;
3
3
  export declare function getLnDerivative(): Question;
4
4
  //# sourceMappingURL=lnDerivativeThree.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lnDerivativeThree.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/lnDerivativeThree.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAc9F,eAAO,MAAM,iBAAiB,EAAE,QAY/B,CAAC;AAEF,wBAAgB,eAAe,IAAI,QAAQ,CAqE1C"}
1
+ {"version":3,"file":"lnDerivativeThree.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/lnDerivativeThree.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAclG,eAAO,MAAM,iBAAiB,EAAE,YAY/B,CAAC;AAEF,wBAAgB,eAAe,IAAI,QAAQ,CAqE1C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const lnDerivativeTwo: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const lnDerivativeTwo: MathExercise;
3
3
  export declare function getLnDerivative(): Question;
4
4
  //# sourceMappingURL=lnDerivativeTwo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lnDerivativeTwo.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/lnDerivativeTwo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAc9F,eAAO,MAAM,eAAe,EAAE,QAY7B,CAAC;AAEF,wBAAgB,eAAe,IAAI,QAAQ,CA4D1C"}
1
+ {"version":3,"file":"lnDerivativeTwo.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/lnDerivativeTwo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAclG,eAAO,MAAM,eAAe,EAAE,YAY7B,CAAC;AAEF,wBAAgB,eAAe,IAAI,QAAQ,CA4D1C"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const powerFunctionDerivative: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const powerFunctionDerivative: MathExercise;
3
3
  export declare function getPowerFunctionDerivative(): Question;
4
4
  //# sourceMappingURL=powerFunctionDerivative.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"powerFunctionDerivative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/powerFunctionDerivative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAW9F,eAAO,MAAM,uBAAuB,EAAE,QAYrC,CAAC;AAEF,wBAAgB,0BAA0B,IAAI,QAAQ,CAwErD"}
1
+ {"version":3,"file":"powerFunctionDerivative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/powerFunctionDerivative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAWlG,eAAO,MAAM,uBAAuB,EAAE,YAYrC,CAAC;AAEF,wBAAgB,0BAA0B,IAAI,QAAQ,CAwErD"}
@@ -1,4 +1,4 @@
1
- import { Exercise, Question } from '../../../exercises/exercise';
2
- export declare const rootFunctionDerivative: Exercise;
1
+ import { MathExercise, Question } from '../../../exercises/exercise';
2
+ export declare const rootFunctionDerivative: MathExercise;
3
3
  export declare function getRootFunctionDerivative(): Question;
4
4
  //# sourceMappingURL=rootFunctionDerivative.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rootFunctionDerivative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/rootFunctionDerivative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAO9F,eAAO,MAAM,sBAAsB,EAAE,QAYpC,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CAuEpD"}
1
+ {"version":3,"file":"rootFunctionDerivative.d.ts","sourceRoot":"","sources":["../../../../src/exercises/derivation/derivative/rootFunctionDerivative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAe,QAAQ,EAAqB,MAAM,0BAA0B,CAAC;AAOlG,eAAO,MAAM,sBAAsB,EAAE,YAYpC,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CAuEpD"}