degtrig


Namedegtrig JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/abhinav-gg/StupidPipPackages/DegTrig
SummaryAdds all of the trigonometric functions using degrees instead of radians.
upload_time2023-04-18 10:59:30
maintainer
docs_urlNone
authorAbhinav G
requires_python
licenseMIT
keywords trigonometry radians degrees trig convert radians to degrees degrees to radians deg rad hyperbolic hyperbolic functions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DegTrig

A PyPi module providing all of the trigonometric functions that deal in degrees. No more math and numpy radians confusion!

![Generic badge](https://img.shields.io/badge/version-0.0.3-green.svg)

## How does it work?

**Use import DegTrig to get access to the convert functions:**

```python
from degtrig import *
```
and then use the functions:
```python
sin(30)
cosh(1)
asin(1/2)
atanh(0.1)
cot(60)
asec(0.9)
```

## Why DegTrig

`math` provides trigonometric functions however the normal functions use radians while the hyperbolic functions use degrees. It's all a little too much to remember! DegTrig provides the answer to this problem by unifying the functions so that they all use degrees (the better unit of rotation).

## Installation

On bash:
```bash
$ pip install DegTrig
```

On windows:
```
python -m pip install DegTrig
```

## Usage

* [Contributing](#Contributing)


## Contributing

1. Fork it ( https://github.com/ )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Make sure that the script does not have errors or warnings
6. Create a new Pull Request

## License

This tool is open source under the [MIT License](https://opensource.org/licenses/MIT) terms.

[[Back To Top]](#DegTrig)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/abhinav-gg/StupidPipPackages/DegTrig",
    "name": "degtrig",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "trigonometry,radians,degrees,trig,convert,radians to degrees,degrees to radians,deg,rad,hyperbolic,hyperbolic functions",
    "author": "Abhinav G",
    "author_email": "agupta.cam7@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ec/e2/79d94fc7a8bcdb8ebd62a17ee0edc37caa298ac5297d26e970f481fee3e0/degtrig-0.0.3.tar.gz",
    "platform": null,
    "description": "# DegTrig\r\n\r\nA PyPi module providing all of the trigonometric functions that deal in degrees. No more math and numpy radians confusion!\r\n\r\n![Generic badge](https://img.shields.io/badge/version-0.0.3-green.svg)\r\n\r\n## How does it work?\r\n\r\n**Use import DegTrig to get access to the convert functions:**\r\n\r\n```python\r\nfrom degtrig import *\r\n```\r\nand then use the functions:\r\n```python\r\nsin(30)\r\ncosh(1)\r\nasin(1/2)\r\natanh(0.1)\r\ncot(60)\r\nasec(0.9)\r\n```\r\n\r\n## Why DegTrig\r\n\r\n`math` provides trigonometric functions however the normal functions use radians while the hyperbolic functions use degrees. It's all a little too much to remember! DegTrig provides the answer to this problem by unifying the functions so that they all use degrees (the better unit of rotation).\r\n\r\n## Installation\r\n\r\nOn bash:\r\n```bash\r\n$ pip install DegTrig\r\n```\r\n\r\nOn windows:\r\n```\r\npython -m pip install DegTrig\r\n```\r\n\r\n## Usage\r\n\r\n* [Contributing](#Contributing)\r\n\r\n\r\n## Contributing\r\n\r\n1. Fork it ( https://github.com/ )\r\n2. Create your feature branch (`git checkout -b my-new-feature`)\r\n3. Commit your changes (`git commit -am 'Add some feature'`)\r\n4. Push to the branch (`git push origin my-new-feature`)\r\n5. Make sure that the script does not have errors or warnings\r\n6. Create a new Pull Request\r\n\r\n## License\r\n\r\nThis tool is open source under the [MIT License](https://opensource.org/licenses/MIT) terms.\r\n\r\n[[Back To Top]](#DegTrig)\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Adds all of the trigonometric functions using degrees instead of radians.",
    "version": "0.0.3",
    "split_keywords": [
        "trigonometry",
        "radians",
        "degrees",
        "trig",
        "convert",
        "radians to degrees",
        "degrees to radians",
        "deg",
        "rad",
        "hyperbolic",
        "hyperbolic functions"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ece279d94fc7a8bcdb8ebd62a17ee0edc37caa298ac5297d26e970f481fee3e0",
                "md5": "caf7a9f163eef8fcaa889b12ae14889c",
                "sha256": "18080e7b8b4cb31e11b8817aea57cd0dde50f5e2cbd2f2cc83782c591dacf7d0"
            },
            "downloads": -1,
            "filename": "degtrig-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "caf7a9f163eef8fcaa889b12ae14889c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2644,
            "upload_time": "2023-04-18T10:59:30",
            "upload_time_iso_8601": "2023-04-18T10:59:30.927811Z",
            "url": "https://files.pythonhosted.org/packages/ec/e2/79d94fc7a8bcdb8ebd62a17ee0edc37caa298ac5297d26e970f481fee3e0/degtrig-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-18 10:59:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "degtrig"
}
        
Elapsed time: 0.05672s