next up previous contents index
suivant: Bézout's Identity : iegcd monter: Integers (and Gaussian Integers) précédent: The greatest pseudo-prime less   Table des matières   Index


The n-th prime number : ithprime

ithprime(n) returns the n-th prime number less than 10000 (current limitation).
Input :
ithprime(75)
Output :
379
Input :
ithprime(1229)
Output :
9973
Input :
ithprime(1230)
Output :
ithprime(1230)
because ithprime(1230) is greater than 10000.



giac documentation written by Renée De Graeve and Bernard Parisse