Is there a way to find the approximate value of the nth prime?

前端 未结 7 1725
醉话见心
醉话见心 2020-12-14 10:09

Is there a function which will return the approximate value of the n th prime? I think this would be something like an approximate inverse prime counting function.

相关标签:
7条回答
  • 2020-12-14 10:59

    Prime number theorem gives a number of primes below a threshold value, so it could be used to give an approximate value for the nth prime.

    0 讨论(0)
提交回复
热议问题