Getprime
From Mesham
Jump to navigationJump to searchOverview
This getprime(n) function will find the nth prime number.
- Pass: An integer
- Returns: An integer representing the prime
Example
#include <maths> var a:=getprime(10); var y:=getprime(a);
This getprime(n) function will find the nth prime number.
#include <maths> var a:=getprime(10); var y:=getprime(a);