prime_count
Calculate the prime counting function π(n) to determine how many prime numbers exist up to a specified integer n.
Instructions
Count the number of prime numbers less than or equal to n (prime counting function π(n)). (Domain: arithmetic, Category: number_theory)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |