admath1


Nameadmath1 JSON
Version 0.0.3 PyPI version JSON
download
home_page
Summarymaths library with some intermediate and advanced function
upload_time2023-04-13 19:27:49
maintainer
docs_urlNone
authorSubhash Kumar
requires_python
licenseMIT
keywords maths advance math math math formula formula
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a intermediate Mathematics module with will provide you with these functions:

1. sum()
     adds two numbers

2. suminf()
     adds multiple numbers

3. subtract()
     subtracts two numbers

4. multiply()
     multiplies two numbers

5. divide()
     divides two numbers

6. average()
     finds average of two numbers

7. prob()
     finds the probabilty for event

8. areaTri()
     finds area of triangle by 1/2*base*height method

9. areaRect()
     finds area of rectangle by l*b

10. pythagoras()
     finds either base,perpendicular or hypotenuse of the basis of value given to it.
     if "x" is given value for base, it will find base using pythagoras theorem

11. angleTriangle()
     finds either of the angle of a triangle on the basis of given value
     if "x" is given value for angle1, it will find angle1

12. angleQuad()
     finds either of the angle of a rectangle on the basis of given value
     if "x" is given value for angle1, it will find angle1

13. max()
      finds the largest of the two numbers

14. min()
      finds the smallest of the two numbers


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "admath1",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "maths,advance math,math,math formula,formula",
    "author": "Subhash Kumar",
    "author_email": "subhashfreelancer2004@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/99/9d/ad3fc57259bfd294f6bd87c091173c038ce6ed342133ce9c7afaabbe4d07/admath1-0.0.3.tar.gz",
    "platform": null,
    "description": "This is a intermediate Mathematics module with will provide you with these functions:\r\n\r\n1. sum()\r\n     adds two numbers\r\n\r\n2. suminf()\r\n     adds multiple numbers\r\n\r\n3. subtract()\r\n     subtracts two numbers\r\n\r\n4. multiply()\r\n     multiplies two numbers\r\n\r\n5. divide()\r\n     divides two numbers\r\n\r\n6. average()\r\n     finds average of two numbers\r\n\r\n7. prob()\r\n     finds the probabilty for event\r\n\r\n8. areaTri()\r\n     finds area of triangle by 1/2*base*height method\r\n\r\n9. areaRect()\r\n     finds area of rectangle by l*b\r\n\r\n10. pythagoras()\r\n     finds either base,perpendicular or hypotenuse of the basis of value given to it.\r\n     if \"x\" is given value for base, it will find base using pythagoras theorem\r\n\r\n11. angleTriangle()\r\n     finds either of the angle of a triangle on the basis of given value\r\n     if \"x\" is given value for angle1, it will find angle1\r\n\r\n12. angleQuad()\r\n     finds either of the angle of a rectangle on the basis of given value\r\n     if \"x\" is given value for angle1, it will find angle1\r\n\r\n13. max()\r\n      finds the largest of the two numbers\r\n\r\n14. min()\r\n      finds the smallest of the two numbers\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "maths library with some intermediate and advanced function",
    "version": "0.0.3",
    "split_keywords": [
        "maths",
        "advance math",
        "math",
        "math formula",
        "formula"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8df510cba72743bbd216f45d7d4c3700fabc12c41430e79dd360f907f5420631",
                "md5": "897e394ee02fb6efed424938bc6e9dfb",
                "sha256": "b14b8f4edbaa2d33035a8a474e94adbd39d9923ed2a948b5c2263e9b22ef8195"
            },
            "downloads": -1,
            "filename": "admath1-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "897e394ee02fb6efed424938bc6e9dfb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4605,
            "upload_time": "2023-04-13T19:27:45",
            "upload_time_iso_8601": "2023-04-13T19:27:45.263089Z",
            "url": "https://files.pythonhosted.org/packages/8d/f5/10cba72743bbd216f45d7d4c3700fabc12c41430e79dd360f907f5420631/admath1-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "999dad3fc57259bfd294f6bd87c091173c038ce6ed342133ce9c7afaabbe4d07",
                "md5": "bbac27d131bef3d2ce934d42044ce95a",
                "sha256": "e947b21eff978d83cf93e9a5cd6e68b1a12c453e0a7ad2037a972e44f829cdcc"
            },
            "downloads": -1,
            "filename": "admath1-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "bbac27d131bef3d2ce934d42044ce95a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3820,
            "upload_time": "2023-04-13T19:27:49",
            "upload_time_iso_8601": "2023-04-13T19:27:49.170553Z",
            "url": "https://files.pythonhosted.org/packages/99/9d/ad3fc57259bfd294f6bd87c091173c038ce6ed342133ce9c7afaabbe4d07/admath1-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-13 19:27:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "admath1"
}
        
Elapsed time: 0.05594s