test formule math

This commit is contained in:
2022-03-30 16:31:48 +02:00
parent 80092892b5
commit 341512a16e

View File

@@ -73,10 +73,8 @@ pour faire simple, le logarithme en base n - écrit log<sub>n</sub> correspond a
Soit un tableau de taille 𝑛.
Si on « coupe » ce tableau en deux parts égales, cela revient à diviser 𝑛 par deux à chaque itération :
$$
n_1 = \frac{n}{2}
$$
<img src="https://render.githubusercontent.com/render/math?math=n_1 = \frac{n}{2}>
$$
n_2 = \frac {n_1}{2}
$$