Skip to main content

A simple Python package for scientific and mathematical constants.

Project description

You can use any commonly used constants like pi, e, h(plancks constant), avogadro number, etc. syntax: #on first line of code from constants import values as vals #as vals part is your choice #then print(f"{vals.pi} {vals.h} {vals.e}") #output: 3.14 6.626e-34 2.71828 #e is exponent here not constant e (euler)

in this module there is on another file also, name functions where you can use 4 different functions for now named as getin, ou, Greater_among_two, Greates_Among_Three syntax: from constants import functions as fn a = fn.getin("Enter any number: ") #getin is used in place of input() b = fn.getin("Enter any number: ") c = fn.getin("Enter any number: ") gtwo = fn.Greater_among_two(a, b) gthree = fn.Greatest_Among_Three(a, b, c) #out is used in place of print fn.out(f"Greatest among {a} and {b} is {gtwo}") fn.out(f"Greatest ampng {a}, {b} and {c} is {gthree}")

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

constantsbyyuvneil-0.0.7.tar.gz (2.4 kB view details)

Uploaded Source

Built Distribution

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

constantsbyyuvneil-0.0.7-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file constantsbyyuvneil-0.0.7.tar.gz.

File metadata

  • Download URL: constantsbyyuvneil-0.0.7.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for constantsbyyuvneil-0.0.7.tar.gz
Algorithm Hash digest
SHA256 655a1d9fd1e6f54b1eeca06929706a89da86e0582a6caac6cf5f18397c1c3a9c
MD5 441f8b5b917936f436e7583ead02b390
BLAKE2b-256 8d1f5233729ac48f2614702bad59e163492f713f42db8cfcd197322070e7c29d

See more details on using hashes here.

File details

Details for the file constantsbyyuvneil-0.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for constantsbyyuvneil-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 a7a8acb3ddbbd84938767f1e6f411c68655f0f6ab1a17af065a74831510e049f
MD5 65fbbd535c3fe7aed7d25c17b17e6f68
BLAKE2b-256 d9412a735c10abed181d12f30782a3eeb8bc69077f00b56d0f215dfd23670542

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