math-exercises 2.0.11 → 2.0.12
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logPowerEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/functions/logarithm/logPowerEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EASb,MAAM,0BAA0B,CAAC;AAgBlC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,OAAO,EAAE,MAAM,CAAC;IAChB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAwGF,eAAO,MAAM,gBAAgB,EAAE,YAAY,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"logPowerEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/functions/logarithm/logPowerEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EASb,MAAM,0BAA0B,CAAC;AAgBlC,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,OAAO,EAAE,MAAM,CAAC;IAChB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAwGF,eAAO,MAAM,gBAAgB,EAAE,YAAY,CAAC,WAAW,CActD,CAAC;AACF,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,WAAW,CAiBxD,CAAC"}
|
|
@@ -78,7 +78,7 @@ const isAnswerValid = (ans, { a, c, k, powered, isLog10 }) => {
|
|
|
78
78
|
exports.logPowerEquation = {
|
|
79
79
|
id: "logPowerEquation",
|
|
80
80
|
connector: "\\iff",
|
|
81
|
-
label: "Résoudre une équation du type $a\\times b^x + c = d$",
|
|
81
|
+
label: "Résoudre une équation du type $a\\times b^x + c = d$ grâce au logarithme décimal",
|
|
82
82
|
levels: ["TermSpé", "MathComp"],
|
|
83
83
|
isSingleStep: true,
|
|
84
84
|
sections: ["Logarithme népérien", "Puissances"],
|
|
@@ -91,7 +91,7 @@ exports.logPowerEquation = {
|
|
|
91
91
|
exports.log10PowerEquation = {
|
|
92
92
|
id: "log10PowerEquation",
|
|
93
93
|
connector: "\\iff",
|
|
94
|
-
label: "Résoudre une équation du type $a\\times b^x + c = d$",
|
|
94
|
+
label: "Résoudre une équation du type $a\\times b^x + c = d$ grâce au logarithme népérien",
|
|
95
95
|
levels: ["TermSpé", "MathComp"],
|
|
96
96
|
isSingleStep: true,
|
|
97
97
|
sections: ["Logarithme décimal", "Puissances"],
|