PyMathSolver


NamePyMathSolver JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/Anikethc/PyMathSolver
SummaryPyMathSolver is a general-purpose Python module to solve math problems and work on calculations.
upload_time2023-05-10 07:10:35
maintainer
docs_urlNone
authorAniketh Chavare
requires_python
licenseMIT
keywords math calculations
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyMathSolver

## Introduction

PyMathSolver is a Python module to solve math problems and work on calculations.

Version - 1.2.4

## Installing and Importing

Run the following command `pip install PyMathSolver` to install the module.

To import the module, use `import PyMathSolver`.

When you run `PyMathSolver.about()`, you can get a little more information on this module and how you can use it.

## Utilities

This module has the following sub-modules:

1) **Quadratic** - Find the roots of a quadratic equation.
2) **Numbers** - Find the HCF, LCM, square, square root, cube, and much more.
3) **Geometry** - Find areas, volumes, surface areas, lateral surface areas, and much more.
4) **CoordinateGeometry** - Find the distance between 2 points, use the section formula, and find the collinearity of points on a plane.
5) **Statistics** - Find the mean, median, and mode of ungrouped data.
6) **Trigonometry** - Convert degrees to radians, radians to degrees, and find trigonometric ratios.
7) **ComplexNumbers** - Algebra of complex numbers. Find the modulus, conjugate, multiplicative inverse, and polar form of a complex number.

NOTE: To know more about each sub-module, use: `from PyMathSolver import sub-module` and then `sub-module.about`.

Many more utilities are on their way!

## Module Information

**Name** - PyMathSolver </br>
**Version** - 1.2.4 </br>
**Description** - PyMathSolver is a Python module to solve math problems and work on calculations.</br>
**Author** - Aniketh Chavare </br>
**Author's Email** - anikethchavare@gmail.com </br>
**GitHub URL** - [https://github.com/Anikethc/PyMathSolver](https://github.com/Anikethc/PyMathSolver). </br>
**Pypi.org URL** - [https://pypi.org/project/pymathsolver](https://pypi.org/project/pymathsolver). </br>

## License

Copyright 2022-2023 Aniketh Chavare

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.

## Issues & Bugs

If you encounter any issues or bugs, you can visit the 'Issues' tab in my repository and create an issue. I will immediately look into it and resolve it as soon as possible.

## Conclusion

I hope you liked this module. Thank you!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Anikethc/PyMathSolver",
    "name": "PyMathSolver",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Math,Calculations",
    "author": "Aniketh Chavare",
    "author_email": "anikethchavare@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/09/ca/5ce07df797df6657193494cd17cf313f8029a9ecdb6c65791393205520ac/PyMathSolver-1.3.0.tar.gz",
    "platform": null,
    "description": "# PyMathSolver\r\n\r\n## Introduction\r\n\r\nPyMathSolver is a Python module to solve math problems and work on calculations.\r\n\r\nVersion - 1.2.4\r\n\r\n## Installing and Importing\r\n\r\nRun the following command `pip install PyMathSolver` to install the module.\r\n\r\nTo import the module, use `import PyMathSolver`.\r\n\r\nWhen you run `PyMathSolver.about()`, you can get a little more information on this module and how you can use it.\r\n\r\n## Utilities\r\n\r\nThis module has the following sub-modules:\r\n\r\n1) **Quadratic** - Find the roots of a quadratic equation.\r\n2) **Numbers** - Find the HCF, LCM, square, square root, cube, and much more.\r\n3) **Geometry** - Find areas, volumes, surface areas, lateral surface areas, and much more.\r\n4) **CoordinateGeometry** - Find the distance between 2 points, use the section formula, and find the collinearity of points on a plane.\r\n5) **Statistics** - Find the mean, median, and mode of ungrouped data.\r\n6) **Trigonometry** - Convert degrees to radians, radians to degrees, and find trigonometric ratios.\r\n7) **ComplexNumbers** - Algebra of complex numbers. Find the modulus, conjugate, multiplicative inverse, and polar form of a complex number.\r\n\r\nNOTE: To know more about each sub-module, use: `from PyMathSolver import sub-module` and then `sub-module.about`.\r\n\r\nMany more utilities are on their way!\r\n\r\n## Module Information\r\n\r\n**Name** - PyMathSolver </br>\r\n**Version** - 1.2.4 </br>\r\n**Description** - PyMathSolver is a Python module to solve math problems and work on calculations.</br>\r\n**Author** - Aniketh Chavare </br>\r\n**Author's Email** - anikethchavare@gmail.com </br>\r\n**GitHub URL** - [https://github.com/Anikethc/PyMathSolver](https://github.com/Anikethc/PyMathSolver). </br>\r\n**Pypi.org URL** - [https://pypi.org/project/pymathsolver](https://pypi.org/project/pymathsolver). </br>\r\n\r\n## License\r\n\r\nCopyright 2022-2023 Aniketh Chavare\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software\r\nand associated documentation files (the \"Software\"), to deal in the Software without restriction,\r\nincluding without limitation the rights to use, copy, modify, merge, publish, distribute,\r\nsublicense, and/or sell copies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or\r\nsubstantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT\r\nNOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\r\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n\r\n## Issues & Bugs\r\n\r\nIf you encounter any issues or bugs, you can visit the 'Issues' tab in my repository and create an issue. I will immediately look into it and resolve it as soon as possible.\r\n\r\n## Conclusion\r\n\r\nI hope you liked this module. Thank you!\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PyMathSolver is a general-purpose Python module to solve math problems and work on calculations.",
    "version": "1.3.0",
    "project_urls": {
        "Download": "https://pypi.org/project/pymathsolver",
        "Homepage": "https://github.com/Anikethc/PyMathSolver"
    },
    "split_keywords": [
        "math",
        "calculations"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09ca5ce07df797df6657193494cd17cf313f8029a9ecdb6c65791393205520ac",
                "md5": "95db6ffd4e26fae43a06c23bebf1b98e",
                "sha256": "f8ea0e5d2ccc3dc4b0eada761611669c9c89fbd3f9446407e8f7ebbcf69e3246"
            },
            "downloads": -1,
            "filename": "PyMathSolver-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "95db6ffd4e26fae43a06c23bebf1b98e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10159,
            "upload_time": "2023-05-10T07:10:35",
            "upload_time_iso_8601": "2023-05-10T07:10:35.468809Z",
            "url": "https://files.pythonhosted.org/packages/09/ca/5ce07df797df6657193494cd17cf313f8029a9ecdb6c65791393205520ac/PyMathSolver-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-10 07:10:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Anikethc",
    "github_project": "PyMathSolver",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pymathsolver"
}
        
Elapsed time: 0.06163s