Calculates floating precision
Project description
python-floating
Calculates floating precision.
Basic API
import floating
assert floating.round(13) == 13.00
assert floating.round(13.1337) == 13.13
assert floating.round(0.003751) == 0.0038
Precision
assert floating.round(13, precision=3) == 13.000
Calc precision
assert floating.calc_precision(0.003751, 2) == 4
Run the tests
PYTHONPATH="." pytest --cov=floating tests/
Release update
- Update version in
setup.py - Package library
python setup.py sdist
- Publish library
twine upload dist/floating-[version].tar.gz
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 Distribution
floating-0.0.1.tar.gz
(1.6 kB
view details)
File details
Details for the file floating-0.0.1.tar.gz.
File metadata
- Download URL: floating-0.0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d79f519f0e4e80350d2e0774948784e1b8a6d82ed77682d41dc49bab46f4317
|
|
| MD5 |
414b19d893e9c2931c1026fb39a213c3
|
|
| BLAKE2b-256 |
8a71fce8497b484bf274871dac4e87706cc7dfd1cf43b0502571f721e20ff45a
|