Skip to content
Snippets Groups Projects
Commit 837a5e4c authored by jeremy.meissner's avatar jeremy.meissner
Browse files

Update cours_5.md

parent 3a640ba0
No related branches found
No related tags found
1 merge request!39Update cours_5.md
...@@ -249,6 +249,8 @@ $$ ...@@ -249,6 +249,8 @@ $$
```C ```C
num = 247 num = 247
N = 0
tant que (2^(N+1) < num) { tant que (2^(N+1) < num) {
N += 1 N += 1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment