test formule math
This commit is contained in:
@@ -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}
|
||||
$$
|
||||
|
||||
Reference in New Issue
Block a user