mirror of
https://bitbucket.org/Mattrixwv/octavefunctions.git
synced 2025-12-07 03:03:57 -05:00
Added a few comments to enhance understanding
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
%Setup the variables
|
||||
counter = 1000;
|
||||
primeList = [];
|
||||
|
||||
%Cycle through the prime numbers until you get the correct number
|
||||
while(size(primeList)(2) < 10001)
|
||||
primeList = primes(counter);
|
||||
counter += 1000;
|
||||
|
||||
Reference in New Issue
Block a user