1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
#N canvas 3 89 713 266 10;
#X declare -path ekext;
#X obj 111 98 rootint;
#X msg 41 54 2;
#X msg 72 54 3;
#X msg 105 54 12;
#X msg 208 54 40;
#X msg 242 54 97;
#X msg 276 54 168;
#X msg 310 54 720;
#X floatatom 111 123 5 0 0 0 - - -;
#X text 375 201 ekext 2019;
#X msg 138 54 16;
#X msg 172 54 28;
#X msg 345 54 8192;
#X obj 111 147 sel 1;
#X obj 111 172 bng 15 250 50 0 empty empty power-of-two 18 7 1 10 -262144
-1 -1;
#X obj 406 55 declare -path ekext;
#X text 231 98 ...when the input is divided by two repeatedly \, what
is the root-integer i.e. at what point can it no longer be divided
by two and return an integer? If the number is a power-of-two \, the
output will be 1;
#X connect 0 0 8 0;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 4 0 0 0;
#X connect 5 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 13 0;
#X connect 10 0 0 0;
#X connect 11 0 0 0;
#X connect 12 0 0 0;
#X connect 13 0 14 0;
|