{ "info": { "author": "Ankan Das", "author_email": "ankandas2222@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# I am pydiv!\n\n----\n## Available functions?\n\nInteger Return:-\n----\n----\n>intconvert(decimalnumber,numeratorlimit,denominatorlimit) \n\nReturns two arrays, first one with list of possible numerators and the second one with list of possible denominators. Matching indices of the two lists represent the numerator and denominator of a number.\n\n**EXAMPLES:-**\n\n1.\n----\n import pydiv\n a=3.14\n x=100\n y=100\n m=pydiv.intconvert(a,x,y)\n print(m)\n\n**WOULD PRINT**: \n\n>([22, 44, 66, 85, 88], [7, 14, 21, 27, 28])\n\ni.e., a tuple containing the numerator list and the denominator list.\n\n2.\n----\n\n import pydiv\n a=3.14\n x=100\n y=100\n m,n=pydiv.intconvert(a,x,y)\n print(m)\n print(n)\n\n**WOULD PRINT:**\n\n>[22, 44, 66, 85, 88]\n\n>[7, 14, 21, 27, 28]\n\ni.e., two separate lists, one stored in m (storing numerator list) and the other in n (storing denominator list).\n\n\nString Return:-\n----\n----\n\n>convert(decimalnumber,numeratorlimit,denominatorlimit)\n\nReturns a string array with possible division forms of a decimal number.\n\n**EXAMPLE:-**\n\n import pydiv\n a=3.14\n x=100\n y=100\n m=pydiv.convert(a,x,y)\n print(m)\n\n**WOULD PRINT:**\n\n>['22/7', '44/14', '66/21', '85/27', '88/28']\n\ni.e., a list of the possible division forms of a decimal number.\n\n\nMade by Ankan Das, UEM-K\n----", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/AnkanDas22/pydiv/archive/2.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AnkanDas22/pydiv", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pydiv", "package_url": "https://pypi.org/project/pydiv/", "platform": "", "project_url": "https://pypi.org/project/pydiv/", "project_urls": { "Download": "https://github.com/AnkanDas22/pydiv/archive/2.0.tar.gz", "Homepage": "https://github.com/AnkanDas22/pydiv" }, "release_url": "https://pypi.org/project/pydiv/2.1/", "requires_dist": null, "requires_python": "", "summary": "Gives the division forms for decimal numbers", "version": "2.1" }, "last_serial": 3491707, "releases": { "2.1": [ { "comment_text": "", "digests": { "md5": "f7a7759674e01b98350ab8d75b5558a5", "sha256": "c4bf95a7077fd86b5d15771f5b85d970e8f16b4aa7550e55eea99c83ab48e223" }, "downloads": -1, "filename": "pydiv-2.1.tar.gz", "has_sig": false, "md5_digest": "f7a7759674e01b98350ab8d75b5558a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2682, "upload_time": "2018-01-15T17:32:49", "url": "https://files.pythonhosted.org/packages/08/9d/f92d6e10cf852cbab2c89ed37bd2c5972f4129ed5c97075907e9c0dfd78f/pydiv-2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f7a7759674e01b98350ab8d75b5558a5", "sha256": "c4bf95a7077fd86b5d15771f5b85d970e8f16b4aa7550e55eea99c83ab48e223" }, "downloads": -1, "filename": "pydiv-2.1.tar.gz", "has_sig": false, "md5_digest": "f7a7759674e01b98350ab8d75b5558a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2682, "upload_time": "2018-01-15T17:32:49", "url": "https://files.pythonhosted.org/packages/08/9d/f92d6e10cf852cbab2c89ed37bd2c5972f4129ed5c97075907e9c0dfd78f/pydiv-2.1.tar.gz" } ] }