ASqrtC


NameASqrtC JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/SebastianTrumbore/ASqrtC
SummaryASC was made to be a fast and accurate way of calculating square root. It is 100% accurate and has no size limit.
upload_time2023-01-20 21:28:11
maintainer
docs_urlNone
authorSebastian Trumbore
requires_python
license
keywords square root data science exact sqrt accurate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Accurate-Sqrt-Calculator (ASqrtC)
ASC was made to be a fast and accurate way of calculating square root.
It is 100% accurate and has no size limit.
Which means you could accurately calculate the square root of 2 to the thousandth digit.
Note: This project does NOT work with negative, imaginary, and complex numbers.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SebastianTrumbore/ASqrtC",
    "name": "ASqrtC",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Square Root,Data Science,Exact,Sqrt,Accurate",
    "author": "Sebastian Trumbore",
    "author_email": "Trumbore.Sebastian@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4a/72/412f7286a17c322af39ec96005e71970e7355f01a31170187bdb3826764d/ASqrtC-0.1.0.tar.gz",
    "platform": null,
    "description": "# Accurate-Sqrt-Calculator (ASqrtC)\nASC was made to be a fast and accurate way of calculating square root.\nIt is 100% accurate and has no size limit.\nWhich means you could accurately calculate the square root of 2 to the thousandth digit.\nNote: This project does NOT work with negative, imaginary, and complex numbers.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "ASC was made to be a fast and accurate way of calculating square root. It is 100% accurate and has no size limit.",
    "version": "0.1.0",
    "split_keywords": [
        "square root",
        "data science",
        "exact",
        "sqrt",
        "accurate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1155c5768ab9bcda3ea0133c1522d1cdcb8a37e47d6f0e638d741cd380194a5",
                "md5": "31343487b4f6022eb04b3a3825c6e99c",
                "sha256": "bdcac3da8255cd43428d5d915ca2eac295c735cc4e0a808e11a69d4b47e299a4"
            },
            "downloads": -1,
            "filename": "ASqrtC-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31343487b4f6022eb04b3a3825c6e99c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3032,
            "upload_time": "2023-01-20T21:28:10",
            "upload_time_iso_8601": "2023-01-20T21:28:10.394710Z",
            "url": "https://files.pythonhosted.org/packages/c1/15/5c5768ab9bcda3ea0133c1522d1cdcb8a37e47d6f0e638d741cd380194a5/ASqrtC-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a72412f7286a17c322af39ec96005e71970e7355f01a31170187bdb3826764d",
                "md5": "5fa7d520af6548fe42effee06cf3f0c0",
                "sha256": "3146b5a3fba5e536ea9f84d4f0f4fae70ef7d99c4bc13c9b0f465dad016d66b3"
            },
            "downloads": -1,
            "filename": "ASqrtC-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5fa7d520af6548fe42effee06cf3f0c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3099,
            "upload_time": "2023-01-20T21:28:11",
            "upload_time_iso_8601": "2023-01-20T21:28:11.901332Z",
            "url": "https://files.pythonhosted.org/packages/4a/72/412f7286a17c322af39ec96005e71970e7355f01a31170187bdb3826764d/ASqrtC-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-20 21:28:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "SebastianTrumbore",
    "github_project": "ASqrtC",
    "lcname": "asqrtc"
}
        
Elapsed time: 0.03227s