-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Welcome to the documentation for the Scientific Calculator project! This calculator is built using HTML, CSS, and JavaScript to perform a variety of mathematical operations. Below, you'll find information on how to use the calculator and details about its features.
To use the Scientific Calculator, you can either clone this repository or download the files and open index.html
in your web browser. No additional installation is required.
This calculator provides the following features:
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Advanced functions: square root, exponentiation, trigonometric functions (sin, cos, tan), and logarithms.
- Memory functions: store, recall, and clear memory.
- History: keeps a record of previous calculations.
- Responsive design: the calculator is compatible with various screen sizes.
-
Basic Operations: You can perform basic operations such as addition, subtraction, multiplication, and division by clicking the corresponding buttons.
-
Advanced Functions: Advanced functions like square root and trigonometric operations can be accessed through the appropriate buttons.
-
Memory Functions: You can store and recall numbers using the M+ (Add to Memory) and MR (Memory Recall) buttons. Use MC (Memory Clear) to clear the memory.
-
History: The calculator displays a history of your calculations below the main display.
-
Responsive Design: The calculator is designed to work on different screen sizes, from desktop to mobile.
If you'd like to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request. You can also report issues or suggest enhancements through the GitHub issue tracker.
This project is licensed under the MIT License. You can find more details in the License file.
We hope this documentation helps you get started with the Scientific Calculator. If you have any questions, issues, or feature requests, please don't hesitate to get in touch. Happy calculating!
CalHub is an open-source project created by
Najam Ali Abass and Amazing Hactoberfest Participents
© 2023 ctoic
- Learn
- Code
- Repeat