Import Numbers
Project description
NumX - Import Numbers
Just Import Numbers.
>> from numx import p25 # The 25th prime
>> print(p25)
97
This library allows importing useful numbers, as the Nth prime, prime lists, random numbers, fibonacci, e, pi, ...
The library is thoroughly tested, and uses sympy as its computational mind.
How to Download
pip install numx
Supported Number Types
pN
- the Nth prime.plN
- list of the first N primes.PN
- count the primes upto N.PLN
- list of primes upto N.nN
- the number N.rN
- random integer in range [0, N].piN
- pi to N decimal places (as numx.__Float).eN
- e to N decimal places (as numx.__Float).tN
- Euler's totient function of N.faN
- N! (N factorial).fiN
- fibonacci(N), starting from fi0 == 0.
Moreover, for big numbers you can use:
2e7
to denote2 * 10**7
2p7
to denote2 ** 7
_
as a dot, so:6_25p_5
is6.25 ** 0.5
An import can fail only when importing a variable written in a bad format (e.g. numx.n7e will fail).
When it fails, numx will raise the numx.__NumXError exception, which inherits from ValueError.
numx.__Float is sympy.Float, which supports the str() and float() functions.
How to Test
The library is thoroughly tested. If you want to run the test, just run:
>> git clone https://github.com/tomhea/numx.git
>> pytest numx
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file numx-1.0.1.tar.gz
.
File metadata
- Download URL: numx-1.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.0 Linux/6.2.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ded2a6813b78bcb81782d6c5e9969e3c2cb5aaf718bcf17cb337ce358fee3c18 |
|
MD5 | 022b8a362474c83114b8b6a16bdd61d7 |
|
BLAKE2b-256 | d6bfee6af32d7555e21ecafee09da6737f519ac5fba0fe4b4071226762b77519 |
File details
Details for the file numx-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: numx-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.0 Linux/6.2.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67d50b534a24c2bf7caff6d8da4ce1adec676ea3d40b04ad0031040be4512991 |
|
MD5 | ce90d88cc83a57d838b762eba4c6bc5e |
|
BLAKE2b-256 | 44cdb3da1c4f9309b14ff0fadb99bab0805c9b7d875e045123b921dfaf255cab |