Welcome to Looprlib!
What is Looprlib MIT
Looprlib MIT is a module for python that adds really random things, and is kinda useless :) This is the newer MIT licence version of Looprlib.
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 the MIT release!
to see test releases go to: https://test.pypi.org/project/Looprlib/ And Original releases go to: https://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
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
File details
Details for the file looprlib_mit-1.6.tar.gz.
File metadata
- Download URL: looprlib_mit-1.6.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42973dabb30371090572e5522ee721689385d5b8b5dd7b55c097bde4672e33b8
|
|
| MD5 |
0a39496184b277e669e6977da08ffd9d
|
|
| BLAKE2b-256 |
a65d8af4841dd969a4359ba1c73d786cfc59403589ba813ef9f38433ee8ebe81
|
File details
Details for the file looprlib_mit-1.6-py3-none-any.whl.
File metadata
- Download URL: looprlib_mit-1.6-py3-none-any.whl
- Upload date:
- Size: 5.1 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 |
ad44af9894af768dbbb223e1654eab5eb3212eab0af8b7780c0c6c15ae747a62
|
|
| MD5 |
d16538f5cb9e9a7e7c7c1188b4174876
|
|
| BLAKE2b-256 |
06d07fce89c9d00ab22ce83660c7164ae2a327aa637149107b646cb1ea7563fa
|