Commit f0748646 authored by Claude Meny's avatar Claude Meny

Update cheatsheet.fr.md

parent 206386d1
Pipeline #22330 canceled with stage
......@@ -50,12 +50,12 @@ RÉSUMÉ
Forme générale : $`ax^2 + bx + c = 0`$<br>
Discriminant : $`\Delta = b^2 - 4ac`$<br>
Solutions :<br>
* Si $`\Delta > 0`$ : 2 solutions<br>
- Si $`\Delta > 0`$ : 2 solutions<br>
$`x_1 = \frac{-b - \sqrt{\Delta}}{2a}`$<br>
$`x_2 = \frac{-b + \sqrt{\Delta}}{2a}`$<br>
* Si $`\Delta = 0$`: 1 solution unique<br>
- Si $`\Delta = 0$`$ : 1 solution unique<br>
$`x = -\frac{b}{2a}`$<br>
* Si \(\Delta < 0\) : pas de solution<br>
- Si \(\Delta < 0\) : pas de solution<br>
<br><br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment