{ "info": { "author": "Gregory Warnes", "author_email": "Gregory.R.Warnes@Pfizer.com", "bugtrack_url": null, "classifiers": [], "description": "Utilities for handling IEEE 754 floating point special values\n\nThis python module implements constants and functions for working with\nIEEE754 double-precision special values. It provides constants for\nNot-a-Number (NaN), Positive Infinity (PosInf), and Negative Infinity\n(NegInf), as well as functions to test for these values.\n\nThe code is implemented in pure python by taking advantage of the\n'struct' standard module. Care has been taken to generate proper\nresults on both big-endian and little-endian machines. Some efficiency\ncould be gained by translating the core routines into C.\n\nSee \nfor reference material on the IEEE 754 floating point standard.\n\nFurther information on this package is available at\n.\n\n------------------------------------------------------------------\nAuthor: Gregory R. Warnes \nDate: 2005-02-24\nVersion: 0.7.2\nCopyright: (c) 2003-2005 Pfizer, Licensed to PSF under a Contributor Agreement\nLicense: Licensed under the Apache License, Version 2.0 (the\"License\");\n\t you may not use this file except in compliance with the License.\n\t You may obtain a copy of the License at\n\n\t http://www.apache.org/licenses/LICENSE-2.0\n\n\t Unless required by applicable law or agreed to in\n\t writing, software distributed under the License is\n\t distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\n\t CONDITIONS OF ANY KIND, either express or implied. See\n\t the License for the specific language governing\n\t permissions and limitations under the License.\n------------------------------------------------------------------", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://research.warnes.net/projects/RStatServer/fpconst/index_html", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "fpconst", "package_url": "https://pypi.org/project/fpconst/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fpconst/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://research.warnes.net/projects/RStatServer/fpconst/index_html" }, "release_url": "https://pypi.org/project/fpconst/0.7.2/", "requires_dist": null, "requires_python": null, "summary": "Utilities for handling IEEE 754 floating point special values", "version": "0.7.2" }, "last_serial": 792133, "releases": { "0.7.2": [ { "comment_text": "", "digests": { "md5": "10ba9e04129af23108d24c22c3a698b1", "sha256": "bd54e294c056c6d52b2037e91d7b2782d6805b24a74923dc80e1c9107acac707" }, "downloads": -1, "filename": "fpconst-0.7.2.tar.gz", "has_sig": false, "md5_digest": "10ba9e04129af23108d24c22c3a698b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3015, "upload_time": "2006-08-29T12:16:16", "url": "https://files.pythonhosted.org/packages/b1/3c/b8e3ede2405b0cf887e8a02ef6634d5c58049344a8124dfe50e56b919d55/fpconst-0.7.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10ba9e04129af23108d24c22c3a698b1", "sha256": "bd54e294c056c6d52b2037e91d7b2782d6805b24a74923dc80e1c9107acac707" }, "downloads": -1, "filename": "fpconst-0.7.2.tar.gz", "has_sig": false, "md5_digest": "10ba9e04129af23108d24c22c3a698b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3015, "upload_time": "2006-08-29T12:16:16", "url": "https://files.pythonhosted.org/packages/b1/3c/b8e3ede2405b0cf887e8a02ef6634d5c58049344a8124dfe50e56b919d55/fpconst-0.7.2.tar.gz" } ] }