math-exercises 2.2.47 → 2.2.48

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.
@@ -34,13 +34,13 @@ Il faut ensuite trouver l'ordonnée à l'origine $b$. On sait que $f(${xA}) = ${
34
34
  Donc
35
35
 
36
36
  $$
37
- ${yA} = ${new multiplyNode_1.MultiplyNode(a, xA.toTree()).toTex()}+b
37
+ ${yA} = ${new multiplyNode_1.MultiplyNode(aSimplified, xA.toTree()).toTex()}+b
38
38
  $$
39
39
 
40
40
  On a donc
41
41
 
42
42
  $$
43
- b = ${new substractNode_1.SubstractNode(yA.toTree(), new multiplyNode_1.MultiplyNode(a, xA.toTree())).toTex()} = ${b.toTex()}
43
+ b = ${new substractNode_1.SubstractNode(yA.toTree(), new multiplyNode_1.MultiplyNode(aSimplified, xA.toTree())).toTex()} = ${b.toTex()}
44
44
  $$
45
45
 
46
46
  Ainsi, $f(x) = ${answer}$.
@@ -34,7 +34,7 @@ $$
34
34
  On transforme ce coefficient multiplicateur en taux d'évolution :
35
35
 
36
36
  $$
37
- (${recipCm.frenchify()}-1)\\times 100 = ${(0, round_1.round)(ans, 2).frenchify()}
37
+ (${recipCm.frenchify()}-1)\\times 100 = ${(0, round_1.round)(ans, 2).frenchify()}\\%
38
38
  $$
39
39
 
40
40
  Ainsi, le taux d'évolution permettant de revenir au prix initial est de $${answer}$.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-exercises",
3
- "version": "2.2.47",
3
+ "version": "2.2.48",
4
4
  "description": "Math exercises generator for middle school and high school",
5
5
  "main": "lib/index.js",
6
6
  "files": [