sympy_primepi
Computes the prime counting function π(n) for an integer n, returning the number of primes ≤ n.
Instructions
Prime counting function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |