mirror of https://github.com/EspoTek/Labrador.git
6 lines
58 B
Mathematica
6 lines
58 B
Mathematica
|
a = 324567890;
|
||
|
tic
|
||
|
b = find(a>9999999,1, 'first');
|
||
|
toc
|
||
|
|
||
|
b;
|