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.5.tar.gz
(9.4 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.5-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file looprlib-1.5.tar.gz.
File metadata
- Download URL: looprlib-1.5.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d103ebf6b11f23b4c96253d3e350b4d87f251c99e048c69f908f525e044aaf8
|
|
| MD5 |
20f5e592d167e3fed692b865118314c9
|
|
| BLAKE2b-256 |
050b20be9ada0247500397e9389f83b9ea36283ecd5b63070e4ee8b42dc1b470
|
File details
Details for the file looprlib-1.5-py3-none-any.whl.
File metadata
- Download URL: looprlib-1.5-py3-none-any.whl
- Upload date:
- Size: 10.5 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 |
109f630c7c4173e951c9daac13ca25ca23a618b9923f96ba0034583f9c6bdfc4
|
|
| MD5 |
396c77fc867b1985983d21deee9f13e4
|
|
| BLAKE2b-256 |
8d31b67e64f111da8d7a57c553cf79b60563187c97ce54363f8c67108cb7dc8d
|