Go to the first, previous, next, last section, table of contents.


prime, lprime

prime(index)
lprime(index)
:: 素数を返す
return
整数
index
整数
[95] prime(0);
2
[96] prime(1228);
9973
[97] lprime(0);
99999989
[98] lprime(999);
0
参照
section pari.


Go to the first, previous, next, last section, table of contents.