simple-arthmetic-calc


Namesimple-arthmetic-calc JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryArithmetic Operations on Decimal and Binary numbers.
upload_time2024-03-29 13:38:33
maintainerNone
docs_urlNone
authorManoahar Naidu
requires_pythonNone
licenseMIT
keywords calculator simple calculator arithmetic operations
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **A simple library to use Arithmetic Operations on Decimal**
- Addition
- Subtraction
- Multiplication
- Division
- Absolute
- Factorial
- Power
- Square root
- Modulus
- LCM
- GCD
- Prime number
- Even number
- Odd number

**A Simple Library to use Arithmetic Operations on Binary**
- Addition
- Subtraction
- Multiplication
- Division
- Modulus
- Power
- AND
- OR
- XOR
- NOT
- Left Shift
- Right Shift
- 2's Complement
- 1's Complement
- 

Change Log
==========

0.1.0(29/03/2024)
-----------------
- Third Release, Officially First Release
-- Added Arithmetic Operations on Binary



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "simple-arthmetic-calc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "calculator, simple calculator, arithmetic operations",
    "author": "Manoahar Naidu",
    "author_email": "beesettim27@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/36/95/067b5dcd9639786ac0d5e777774cd12e48b90cdffb5c67da0c9094b24905/simple_arthmetic_calc-0.1.0.tar.gz",
    "platform": null,
    "description": "**A simple library to use Arithmetic Operations on Decimal**\n- Addition\n- Subtraction\n- Multiplication\n- Division\n- Absolute\n- Factorial\n- Power\n- Square root\n- Modulus\n- LCM\n- GCD\n- Prime number\n- Even number\n- Odd number\n\n**A Simple Library to use Arithmetic Operations on Binary**\n- Addition\n- Subtraction\n- Multiplication\n- Division\n- Modulus\n- Power\n- AND\n- OR\n- XOR\n- NOT\n- Left Shift\n- Right Shift\n- 2's Complement\n- 1's Complement\n- \n\nChange Log\n==========\n\n0.1.0(29/03/2024)\n-----------------\n- Third Release, Officially First Release\n-- Added Arithmetic Operations on Binary\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Arithmetic Operations on Decimal and Binary numbers.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "calculator",
        " simple calculator",
        " arithmetic operations"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3695067b5dcd9639786ac0d5e777774cd12e48b90cdffb5c67da0c9094b24905",
                "md5": "f9aab86842a4de663618d6bfa4b36d10",
                "sha256": "e0fa156363d6d366131011caf082fcc8d87580160d1e84c7285b49b1263434b5"
            },
            "downloads": -1,
            "filename": "simple_arthmetic_calc-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f9aab86842a4de663618d6bfa4b36d10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3005,
            "upload_time": "2024-03-29T13:38:33",
            "upload_time_iso_8601": "2024-03-29T13:38:33.631488Z",
            "url": "https://files.pythonhosted.org/packages/36/95/067b5dcd9639786ac0d5e777774cd12e48b90cdffb5c67da0c9094b24905/simple_arthmetic_calc-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 13:38:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "simple-arthmetic-calc"
}
        
Elapsed time: 0.21169s