Skip to main content

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

http://www.apache.org/licenses/LICENSE-2.0

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


Download files

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

Source Distribution

magnitude-1.0.0.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

magnitude-1.0.0-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file magnitude-1.0.0.tar.gz.

File metadata

  • Download URL: magnitude-1.0.0.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

Hashes for magnitude-1.0.0.tar.gz
Algorithm Hash digest
SHA256 6b4ddde45eec3fe73448e90dc3a48b68c07a8774783278362ca0a232dc567985
MD5 ae1de1a6a4f63781465a1ba8a774b66d
BLAKE2b-256 eaefbe48e5980ca8c36f61d91aef21f6ae73f40bdb4bcdf0f8a9297442770cea

See more details on using hashes here.

File details

Details for the file magnitude-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: magnitude-1.0.0-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

Hashes for magnitude-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9694c063061b3b3eaf439e955896510f841ded7ef078995f3bdc4c13ccebf866
MD5 126cb7e467e15c53dfbc707b0cff16b1
BLAKE2b-256 2d0b57ecf9024d553f3e9c568d1b2c003b9cbc8f53c226bfebeb10b26ad0e2cc

See more details on using hashes here.

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