A package to compare two integers
Project description
is_bigger
Normal
from is_bigger.functions import *
isBigger(2,1) # True
isSmaller(2,1) # False
isEqual(3,3) # True
isNotBigger(3,1) # False
isNotSmaller(3,1) # True
isNotEqual(3,1) # True
Machine Learning (slower and doesn't always work)
from is_bigger.mlfunctions import *
ml_is_bigger(3,2) # True
ml_is_smaller(2,3) # True
ml_is_equal(1,1) # True
ml_is_not_bigger(2,2) # True
ml_is_not_smaller(3,2) # True
ml_is_not_equal(4,4) # False
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file is_bigger-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: is_bigger-0.2.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c349376fcc69fc65183be0de144ac59985b0c03c693719fa56c90d8917335428 |
|
MD5 | e0842012dff7ce6863679703445d2a20 |
|
BLAKE2b-256 | fd7d413b6bb8966aafad2f9892f6780ef560068d8151ad9585dca9804ce027a0 |