https://github.com/sahanranasingha/trigonometer
A web-based tool to compute standard and inverse trigonometric functions (sin, cos, tan, etc.) with accurate results up to six decimal places. Built with HTML, CSS, JavaScript, and Bootstrap 5.
https://github.com/sahanranasingha/trigonometer
bootstrap5 cos css html js sin tan trigonometric-calculations trigonometric-functions trigonometry
Last synced: 3 months ago
JSON representation
A web-based tool to compute standard and inverse trigonometric functions (sin, cos, tan, etc.) with accurate results up to six decimal places. Built with HTML, CSS, JavaScript, and Bootstrap 5.
- Host: GitHub
- URL: https://github.com/sahanranasingha/trigonometer
- Owner: sahanRanasingha
- Created: 2025-02-25T04:17:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T04:21:40.000Z (3 months ago)
- Last Synced: 2025-02-25T05:23:40.601Z (3 months ago)
- Topics: bootstrap5, cos, css, html, js, sin, tan, trigonometric-calculations, trigonometric-functions, trigonometry
- Language: HTML
- Homepage: https://trigonometer.web.app/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trigonometry Calculator
A web-based tool for calculating standard and inverse trigonometric functions with high precision.
## Features
- Supports standard trigonometric functions: sin, cos, tan, sec, cosec, cot
- Supports inverse trigonometric calculations: sin⁻¹, cos⁻¹, tan⁻¹, etc.
- User-friendly Bootstrap-based UI
- Responsive design for seamless usage on mobile and desktop
- Real-time error handling with Bootstrap toasts## Tech Stack
- HTML
- CSS
- JavaScript
- Bootstrap 5
- Math.js for trigonometric computations## Live Demo
You can try the live demo of the project here:
[Live Demo](https://trigonometer.web.app/)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/sahanRanasingha/trigonometer.git
```2. Open the `index.html` file in your browser.
## Usage
1. Select a trigonometric function (sin, cos, tan, sec, cosec, cot) or an inverse function (sin⁻¹, cos⁻¹, tan⁻¹, etc.).
2. Enter the angle (in degrees) or value and click "Calculate".
3. The result will be displayed with six decimal places for precision.## Contributing
Feel free to fork this project, make improvements, or report issues via the GitHub repository.
## License
This project is open-source under the MIT license.
---
Developed by Sahan Ranasingha