Make it more exponential
This commit is contained in:
parent
0fa95f8eac
commit
9cb04e3774
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ while true;
|
|||
printf '\n';
|
||||
|
||||
if [[ $1 = -e ]]
|
||||
then i=$((i*2))
|
||||
then i=$((i*i))
|
||||
else i=$((i+1))
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue