Skip to main content

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


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

is_bigger-0.2.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page