Skip to content

pathakharsh123/Scientific-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scientific Calculator

Welcome to the Scientific Calculator project! This web-based calculator is built using HTML, CSS, and JavaScript to provide a versatile and user-friendly tool for performing various scientific calculations.

Table of Contents

  1. Introduction
  2. Features
  3. Usage
  4. Technologies Used
  5. How to Run
  6. Contributing
  7. License

Introduction

This Scientific Calculator is designed to assist users in performing a wide range of scientific calculations. It includes standard arithmetic operations as well as advanced mathematical functions.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, division.
  • Advanced functions: square root, exponentiation, logarithms, trigonometric functions (sine, cosine, tangent), and more.
  • User-friendly interface with a clear display for input and results.
  • Responsive design for optimal performance on various devices.

Usage

  1. Basic Operations:

    • Use the number buttons (0-9) for numeric input.
    • Click on the operation buttons (+, -, *, /) for basic arithmetic operations.
  2. Advanced Functions:

    • Click on the advanced function buttons (sqrt, x^y, log, sin, cos, tan) for specialized calculations.
  3. Equals (=):

    • Click "=" to calculate and display the result.

Technologies Used

  • HTML: Provides the structure and layout of the calculator.
  • CSS: Styles the HTML elements for a visually appealing interface.
  • JavaScript: Implements the calculator's logic and functionality.

How to Run

To run the Scientific Calculator locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/scientific-calculator.git
  2. Navigate to the project directory:

    cd scientific-calculator
  3. Open the index.html file in your preferred web browser.

Contributing

If you'd like to contribute to the project, please follow the guidelines outlined in the CONTRIBUTING.md file.

License

This Scientific Calculator is open-source and available under the MIT License. Feel free to use, modify, and distribute the code for your purposes.