fncbook


Namefncbook JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryCodes for the book *Fundamentals of Numerical Computation*
upload_time2025-01-08 15:27:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2025 Fundamentals of Numerical Computation book 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.
keywords numerical analysis textbook computational math math education
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fncbook.py

These are Python versions of the functions in the textbook *Fundamentals of Numerical Computation* by Tobin A. Driscoll and Richard J. Braun. The text can be found [here](https://fncbook.github.io/fnc).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fncbook",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "numerical analysis, textbook, computational math, math, education",
    "author": null,
    "author_email": "\"Tobin A. Driscoll\" <driscoll@udel.edu>",
    "download_url": "https://files.pythonhosted.org/packages/e2/ca/97861661d9a2780e050b064c3612cd5b112f98e4c7518e6f77de2ec1967e/fncbook-0.1.0.tar.gz",
    "platform": null,
    "description": "# fncbook.py\n\nThese are Python versions of the functions in the textbook *Fundamentals of Numerical Computation* by Tobin A. Driscoll and Richard J. Braun. The text can be found [here](https://fncbook.github.io/fnc).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2025 Fundamentals of Numerical Computation book  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. ",
    "summary": "Codes for the book *Fundamentals of Numerical Computation*",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://fncbook.github.io/fnc/",
        "Homepage": "https://github.com/fncbook/fncbook.py",
        "Issues": "https://github.com/fncbook/fncbook.py/issues"
    },
    "split_keywords": [
        "numerical analysis",
        " textbook",
        " computational math",
        " math",
        " education"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7452d589c5054cefefee87ce10f8190ab3238d8afe77e1402e506aa374db0140",
                "md5": "90718882fe1052c4d6a4cfcd6455c6cc",
                "sha256": "ce895e0d573fae2d670bb49005f23586a2bda8cf72369f1a98cc3c2a1fbc74e7"
            },
            "downloads": -1,
            "filename": "fncbook-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90718882fe1052c4d6a4cfcd6455c6cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 25320,
            "upload_time": "2025-01-08T15:27:32",
            "upload_time_iso_8601": "2025-01-08T15:27:32.389774Z",
            "url": "https://files.pythonhosted.org/packages/74/52/d589c5054cefefee87ce10f8190ab3238d8afe77e1402e506aa374db0140/fncbook-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2ca97861661d9a2780e050b064c3612cd5b112f98e4c7518e6f77de2ec1967e",
                "md5": "30313696e13f892791ef5f156ac5fd02",
                "sha256": "d49a8425c0ab2131b79a66a75987c62c30078e474a603da377cfbab79db0bd59"
            },
            "downloads": -1,
            "filename": "fncbook-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "30313696e13f892791ef5f156ac5fd02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19459,
            "upload_time": "2025-01-08T15:27:34",
            "upload_time_iso_8601": "2025-01-08T15:27:34.898738Z",
            "url": "https://files.pythonhosted.org/packages/e2/ca/97861661d9a2780e050b064c3612cd5b112f98e4c7518e6f77de2ec1967e/fncbook-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-08 15:27:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fncbook",
    "github_project": "fncbook.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fncbook"
}
        
Elapsed time: 0.41023s