Skip to main content

A program to check if the given number is a prime number or not

Project description

To install: pip install abhiprime

If you are already using abhiprime then please upgrade it. If upgradation is throwing error, then uninstall the previous version and install the latest version. After installation, import abhiprime. it is used to check the following operations: 1. abhiprime.test_prime(n)- This is an efficient prime number tester program created to check if the given number is a prime number or not. 2. abhiprime.prev_prime(n)- used to give the just previous prime number value from the given number n. 3. abhiprime.next_prime(n)- used to give the just next prime number value from the given number n. 4. abhiprime.prime_upto(n)- gives a list of prime numbers upto the given number n. 5. abhiprime.range_prime(n,m)- gives a list of prime numbers between numbers n and m. 6. abhiprime.fib_prime(n)- gives a list of numbers which are prime and fibonacci also.

Change Log

2.0.0(10/07/2021)

  • Fifth Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abhiprime-2.0.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

abhiprime-2.0.0-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page