Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
<div style="font-size:30px">'''LISTPRIMES(max,min,i)'''</div><br/>
 
<div style="font-size:30px">'''LISTPRIMES(max,min,i)'''</div><br/>
*<math>max</math> is the upper limit,and
+
*<math>max</math> is the upper limit.
* <math>min</math> is the lower limit and i is the <math> i</math>'th position of a prime number.
+
*<math>min</math> is the lower limit and i is the <math> i_{th} </math> position of a prime number.
    
==Description==
 
==Description==
Line 14: Line 14:  
*Suppose we are not giving the ith value, it will show all the prime numbers in given range.  
 
*Suppose we are not giving the ith value, it will show all the prime numbers in given range.  
 
*This function will give the result as error when
 
*This function will give the result as error when
1. any one of the argument is nonnumeric.
+
# any one of the argument is nonnumeric.
2.<math> max < min </math> or <math>i </math> is the beyond the range number of prime numbers
+
#<math> max < min </math> or <math>i </math> is the beyond the range number of prime numbers
3.<math>max </math> or <math> min<0</math>.
+
#<math>max </math> or <math> min<0</math>.
    
==Examples==
 
==Examples==
writer
6,694

edits

Navigation menu