Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.42 KB

Readme.md

File metadata and controls

49 lines (40 loc) · 1.42 KB

SciCalc

SciCalc is a scientific calculator written in C, designed to perform a variety of mathematical operations, including basic arithmetic, factorial calculations, and matrix operations. It is a command-line application that aims to provide an efficient and user-friendly experience.

Features

  • Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.
  • Factorial Calculations: Computes the factorial of a given number.
  • Factorial Calculations: Calculates the power, exponential & the logarithm of a given number.
  • Matrix Operations: Supports addition, subtraction, and multiplication of matrices.
  • User-friendly Interface: Simple command-line interface for easy navigation and usage.

Installation

To install and run SciCalc, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/SciCalc.git
  1. Navigate to the project directory:
    cd SciCalc
  1. Build the project:
  • Make sure you have CMake installed.
  • Create a build directory and navigate into it:
    mkdir build && cd build
  • Run CMake:
    cmake ..
  • Build the project:
    cmake --build .
  1. Run the application:
  • After building the project, run the executable:
    ./SciCalc

Future Scope

  • Implementing statistical analysis methods.
  • Adding functionality to solve simultaneous & quadratic equations.