{ "info": { "author": "Nattawut Phetmak", "author_email": "neizod@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Extended Math\n=============\n\n`extmath` (formerly `mathapi`) aims to provide a lightweight & independent\nextended mathematical module for Python 3.\n\n\nAvalable Feature\n----------------\n\n- Infinite Number Sets\n - `prime`: 2, 3, 5, 7, 11, 13, 17, ...\n - primary test done by asking does element exists, e.g. `13 in prime`.\n - `fibonacci`: 1, 1, 2, 3, 5, 8, 13, 21, ...\n - Compute fibonacci number at any index by `fibonacci(i)`.\n It's the same as `fibonacci[i]`, except the list will not growth.\n- Duality Value-Function Data Type\n - `pi`: 3.1416..., or prime-counting function.\n - `phi`: 1.6180..., or Euler's totient function.\n- Subscriptable Function\n - `sigma`: divisor function, `sigma[0]` for len and `sigma[1]` for sum.\n- Number Theory\n - `factorized`: Prime factorization of a number.\n - `divisors`: Show all positive divisable numbers of a number.\n - `Fraction.decimal`: Show repeating decimal of a fraction number.\n- Arithmetic Function\n - `product`: Production of a list of numbers.\n - `sumpow`: Summation of numbers from `[1..n]`, or `[1**p..n**p]`.\n - `sumexp`: Summation of numbers from `[r**0..r**k]`.\n\nSee document in file `test.rst`\n\nInstallation\n------------\n\nDownload source and, as root\n\n python setup.py install\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/neizod/extmath", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "extmath", "package_url": "https://pypi.org/project/extmath/", "platform": "", "project_url": "https://pypi.org/project/extmath/", "project_urls": { "Homepage": "https://github.com/neizod/extmath" }, "release_url": "https://pypi.org/project/extmath/0.9.2/", "requires_dist": null, "requires_python": "", "summary": "Collections of useful tools in mathematics.", "version": "0.9.2" }, "last_serial": 4471155, "releases": { "0.9.2": [ { "comment_text": "", "digests": { "md5": "c6d7c6ed91952f18bb6732f1459f0695", "sha256": "17ed62eee2f7c0ca693e9fde14a5c2e27178336d586cfe63b206935f3cc4a5b6" }, "downloads": -1, "filename": "extmath-0.9.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c6d7c6ed91952f18bb6732f1459f0695", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7538, "upload_time": "2018-11-09T22:56:32", "url": "https://files.pythonhosted.org/packages/54/7e/e651cfeb7de9625d9412441f3e0b22d610ccc72c50b57b5ca95f7005799b/extmath-0.9.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "afab61b2539600e69b76a640d424c3a3", "sha256": "85d58c3355d7c8da483fcf8cb6fbd188156109f16d3d0d535d9e82ad4eddd6cd" }, "downloads": -1, "filename": "extmath-0.9.2.tar.gz", "has_sig": false, "md5_digest": "afab61b2539600e69b76a640d424c3a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5600, "upload_time": "2018-11-09T22:56:34", "url": "https://files.pythonhosted.org/packages/98/63/8132bd52b1c0e4e5db6f728d1733e9c98b606abcc38152f36ce3c1b91886/extmath-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c6d7c6ed91952f18bb6732f1459f0695", "sha256": "17ed62eee2f7c0ca693e9fde14a5c2e27178336d586cfe63b206935f3cc4a5b6" }, "downloads": -1, "filename": "extmath-0.9.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c6d7c6ed91952f18bb6732f1459f0695", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7538, "upload_time": "2018-11-09T22:56:32", "url": "https://files.pythonhosted.org/packages/54/7e/e651cfeb7de9625d9412441f3e0b22d610ccc72c50b57b5ca95f7005799b/extmath-0.9.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "afab61b2539600e69b76a640d424c3a3", "sha256": "85d58c3355d7c8da483fcf8cb6fbd188156109f16d3d0d535d9e82ad4eddd6cd" }, "downloads": -1, "filename": "extmath-0.9.2.tar.gz", "has_sig": false, "md5_digest": "afab61b2539600e69b76a640d424c3a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5600, "upload_time": "2018-11-09T22:56:34", "url": "https://files.pythonhosted.org/packages/98/63/8132bd52b1c0e4e5db6f728d1733e9c98b606abcc38152f36ce3c1b91886/extmath-0.9.2.tar.gz" } ] }