init_primes
Initialize a primes table up to a specified upper bound to enable quick prime lookups and number theory operations.
Instructions
Initialize the primes table up to M.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| M | Yes | Upper bound for primes. |