Skip to main content

Utilities for working with Weights & Measures in Python

Project description

wamu

Pythom utilities for working with Weights and Measures.

Precision

Wherever possible, wamu attempts to maintain the precision of a conversion as opposed to relying on floating point math. For example, converting from meters per second to kilometers per hour would be calculated as:

kmph = (mps * 3600.0) / 1000.0

However, the floating point division may result in loss of precision. In such cases, wamu will simplify the expression to:

kmph = mps * 3.6

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

wamu-0.2.1.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

wamu-0.2.1-py3-none-any.whl (11.0 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