Scientific Calculator
A powerful, user-friendly scientific calculator with advanced functions like trigonometry, logarithms, and square roots. Built with [HTML, CSS, Tailwind,JavaScript ], it supports both basic and complex calculations. Perfect for students and professionals. Responsive and easy to use on all devices.
This is an online javascript scientific calculator, designed and coded by Neha dobariya.
https://neha-devtime.github.io/scientific-calculator/

Features
- Basic Arithmetic Operations: Addition, subtraction, multiplication, division
- Scientific Functions: Sine, cosine, tangent, square root, logarithms (base 10 and natural)
- Trigonometric Functions: Supports inverse trigonometric operations (asin, acos, atan)
- Exponential and Factorial Calculations: Includes
exp()
, pow()
, and factorial()
- Mode Switching: Switch between degree and radian mode for trigonometric functions
- Memory: Save and recall values in memory
Technologies Used
- HTML: Structure of the web page
- CSS & TAILWIND: Styling and layout
- JavaScript: Main logic for performing calculations
How to Use
- Click on buttons: Use the calculator buttons for numbers, operations, and functions.
- Enter Expression: Input mathematical expressions directly using the provided buttons.
- Calculate: Click on the "equals" button (
=
) to evaluate the expression.
- Clear Expression: Click on the "Clear" button (
C
) to clear the current expression.
- Clear History: Click on the "History icon " for clear History.
Contribution
If you want to contribute to this project, feel free to fork the repository and submit a pull request. Bug fixes and feature suggestions are always welcome.
License
This project is licensed under the MIT License - see the LICENSE file for details.