Python library for computing with numbers with units
Project description
Copyright (C) 2006-2015 Juan Reyero (http://juanreyero.com).
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Home page: http://juanreyero.com/open/magnitude/
About:
Magnitude is a library for computing with numbers with units:
>>> print "10 m/s ** 2 ->", mg(10, 'm/s') ** 2 10 m/s ** 2 -> 100.0000 m2 / s2 >>> print (mg(10, 'm') * 2 / (10, 'm/s2')).sqrt() 1.4142 s >>> tsq = mg(10, 'm') * 2 / (10, 'm/s2') >>> print tsq ** 0.5 1.4142 s >>> print mg(1, "lightyear") / mg(1, "c") >>> 31557600.0000 s >>> y = mg(1, "lightyear") / (1, "c") >>> y.ounit("year") <magnitude.magnitude instance at 0x81440> >>> print y 1.0000 year >>> yd = y.ounit('day') >>> print yd 365.2500 day >>> output_precision(0) 0 >>> print yd 365 day
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
Built Distribution
File details
Details for the file magnitude-1.0.1.tar.gz
.
File metadata
- Download URL: magnitude-1.0.1.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78f6da53e9043c14ae4697cce781b5835e30157f341b1f8b709ca3ff1e37e327 |
|
MD5 | 4a800674101a0cafa4d5db86b5c30ff8 |
|
BLAKE2b-256 | a6b4332c3d7ccb929af4cf7fc65caae5569d3bd92276736abe2f843bbefa0ce2 |
File details
Details for the file magnitude-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: magnitude-1.0.1-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d722ebd760f1ce5b89adeadcdb463976bfc3f7279143188a6471497dce112e41 |
|
MD5 | 47af5a940b73d3ce3af2e053e5fae999 |
|
BLAKE2b-256 | f265cbb36835e9526fc6bebcc94e9dd1023cf2ae45f72304ebc04658d491cd2e |