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.
- 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.
To install and run SciCalc, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/SciCalc.git
- Navigate to the project directory:
cd SciCalc
- 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 .
- Run the application:
- After building the project, run the executable:
./SciCalc
- Implementing statistical analysis methods.
- Adding functionality to solve simultaneous & quadratic equations.