Metadata-Version: 2.1
Name: trigdeg
Version: 0.1.0
Summary: Trigonometry functions using degrees (sin, cos, tan, cot, sec, cosec)
Home-page: https://github.com/saurabh18102001/TrigDeg/
Author: Saurabh Pal
Author-email: spal18102001@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Trigdeg

Python library for **degree-based trigonometry**:

- sin, cos, tan
- cot, sec, cosec

## Installation

```bash
pip install trigdeg
