معرفی شرکت ها


Mathician-1.6.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Mathician is a math package that uses the math library (some of it) and built with Python math classes.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Mathician-1.6.0
نام Mathician
نسخه کتابخانه 1.6.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Arjun Sharda <sharda.aj17@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/Mathician/
مجوز MIT License Copyright (c) 2022 ajsharda17 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# Mathician <img height="200" width="200" src="https://cdn.discordapp.com/attachments/980115259534749746/984839027398160394/Untitled.png"/> [![Top Language](https://img.shields.io/github/languages/top/ArjunSharda/Mathician)](https://python.org) [![License](https://img.shields.io/github/license/ajsharda17/Mathician?color=l&label=License)](https://github.com/ArjunSharda/Mathician/blob/latest-public-release/LICENSE) [![GitHub commit activity (per year)](https://img.shields.io/github/commit-activity/y/ArjunSharda/Mathician)](https://github.com/ArjunSharda/Mathician/commits/latest-public-release) ![Total GitHub Contributors](https://img.shields.io/github/contributors/ArjunSharda/Mathician?label=total%20contributors) Mathician is a math package that uses the math library (some of it) and is built with Python math functions. It is created by Arjun Sharda, and it is one simple python package that can be used, although basic and is great for starters who are learning how to use PyPi. Mathician is open-sourced and is free for everyone to use, fork, etc, under the [MIT License as defined in the LICENSE file](https://github.com/ArjunSharda/Mathician/blob/latest-public-release/LICENSE) In short, Mathician is a basic math package some basic math features and uses the math library. It is a python package created by Arjun Sharda and can be installed with the PyPi package manager. **Installation** ``` # MacOS / Linux (via Terminal) python3 -m pip install -U mathician # Windows (via CMD Prompt) py -3 -m pip install -U mathician ``` **Changelog** Version 1.5.0 + Code rewrite for publishing with PyPi **Quickstart** ```python import mathician print(mathician.add(100, 2)) ``` Take a look at more examples in the [examples](https://github.com/ArjunSharda/Mathician/tree/latest-public-release/examples) folder!


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl Mathician-1.6.0:

    pip install Mathician-1.6.0.whl


نصب پکیج tar.gz Mathician-1.6.0:

    pip install Mathician-1.6.0.tar.gz