Skip to main content

No project description provided

Project description

betterRound - A simple, small Python package for better rounding.

version: 1.0 python version: 3.14 - 3.16

Be honest, the current round() function sucks. Only rounding to units? That's why I have created betterRound. Here's how it works.

Setup

Make sure that betterRound is installed (run pip install betterRound in your terminal), then add from betterRound import *. Now you can use betterRound in your project!

Usage

betterRound only includes one function - betterRound(). betterRound() takes 3 inputs, betterRound(num, sf = 1, opt = "round"). Num is the number to round. Any number should work. Negatives are kinda wierd as I just thought of it now and put in a quick fix, it should be fully fixed later. Sf stands for Significant Figure, and by default is 1, which means the first digit will be the only one that stays the same. For decimals, you dont need to increment your sf, as my code will do it for you, so if you wanted to round everything after the 4 in 329.4826, you would put 4, as it is the fourth number. Finally, opt is the option argument. It is converted into lowercase before used, so don't worry about that. There are 3 options;

  1. Up/Ceiling - Always round up.
  2. Down/Floor - Always round down.
  3. Round/Anything else - If the number after the last sf is over 5, round up, otherwise round down.

Examples

print(betterRound(928346, 4))
>> 928300

print(betterRound(111111, 1, up))
>> 200000

Other Info

  1. The version system works as the fist number being the actual script, while the second being the readme, as I couldn't figure out the syntax for the life of me for aa while.
  2. Numbers like 00000 that become 0 as a python integer won't work, even if opt="up", as there wont be enough digits.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

betterround-1.13.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

betterround-1.13-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file betterround-1.13.tar.gz.

File metadata

  • Download URL: betterround-1.13.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for betterround-1.13.tar.gz
Algorithm Hash digest
SHA256 30bdc5b2b84e9af6c7eed864480d1c8abe146dd9b5b34b8ef83e904acf0f8ffd
MD5 27bb63c4dbe533259d26216ffa6d720e
BLAKE2b-256 9b7481a50c066e3f6a50e235f75ba06ba6a791e979053ff3b49b42cd7f5aef9b

See more details on using hashes here.

File details

Details for the file betterround-1.13-py3-none-any.whl.

File metadata

  • Download URL: betterround-1.13-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for betterround-1.13-py3-none-any.whl
Algorithm Hash digest
SHA256 f0603fbfd3f6b95575956f93b18c7a7f0c6206ce44a6c48230bc12b905e16e87
MD5 263b344b02a29ad5e9c21e21302ea04a
BLAKE2b-256 5d103b736a1defdea732c54358fe704d50f5d26514787ab4abc6f6cd49139ecf

See more details on using hashes here.

Supported by

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