Dammonoit / mathct

Python Library to invoke 100+ mathematical constants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mathct logo

mathct

Python ❤️ Mathematics = Mathct

PyPI - Python Version

PyPI - Format Contributions welcome License

📣 Introduction

Python Mathct is easy-to-use, highly interactive and highly performant Python library under MIT License. This library can be used to to invoke 100+ mathematical constants. The constants referenced for this library are available here Imgur

🔰 Installation

pip install

$ pip install mathct

Imgur

📝 Usage

Local computer

$ import mathct

Import main function in main and call list of available constants with below help function and then to call value of any constant call the constant functions as well

$ from mathct import main as m
$ m.constant_help()
$ m.constants('Zero')
$ m.constants("Brun's Constant")

Imgur Imgur

😉 Author

mathct is maintained solely by:

For more contributors, please visit mathct/graphs/contributors

📃 License

MIT ©Dammonoit

About

Python Library to invoke 100+ mathematical constants

License:MIT License


Languages

Language:Python 100.0%