Welcome to Looprlib!
What is Looprlib?
Looprlib is a module for python that adds really random things, and is kinda useless :)
Use Cases
You could use this to test positivity of an number and get a result with this:
Here is the positivity function.
def positivity(i,pos,neg,zero):
if i > 0:
return pos
elif i < 0:
return neg
else:
return zero
Example
print(looprlib.loopmath.positivity(100,21,32,123))
if 100 is positive the result is 21
if 100 is negative the result is 32
if 100 is equal to 0 the result is 123
in this case the function will print: 21
This is a Non-test release!
to see test releases go to: https://test.pypi.org/project/Looprlib/
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
looprlib-1.4.tar.gz
(9.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
looprlib-1.4-py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file looprlib-1.4.tar.gz.
File metadata
- Download URL: looprlib-1.4.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54e31d5e94e0ac8febac80ec8bc6e084ebaf091505964425620d20f083f2bc75
|
|
| MD5 |
5d7dd38a5e89dea4a198bf74157ef6b2
|
|
| BLAKE2b-256 |
4f6b0d7eb58d2d02f4425494f00b51edcdd6efa80e23fe76b0a5dc4d6348a92e
|
File details
Details for the file looprlib-1.4-py3-none-any.whl.
File metadata
- Download URL: looprlib-1.4-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4b015645016f985315f0f31e0283ef10c769c36e29284d0f720f5c0d120f751
|
|
| MD5 |
45ba4f1b8cce75cfc6010da5c07bbe89
|
|
| BLAKE2b-256 |
9d2df833473ead04b77e11663221e6a18a39ffc320a2e978dd578f9778b52ffc
|