This app finds the nth prime in seconds or less depending on the size of the input. For instance, inputting a 10 would give the 10th prime. This app can receive an input as large as 9,999,999,999,999 (1 less than 10 trillion). Even the largest of inputs should only take seconds.