Skip to content

nixuh3/Math-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Solver

Requirements

  • CMake ≥ 3.16
  • C++20
  • A compatible compiler (GCC, Clang, MSVC)

Build Instructions

  1. Clone the repository
git clone https://github.com/nixuh3/Math-Solver.git
cd Math-Solver
  1. Configure project
cmake -S . -B build
  1. Build
cmake --build build
  1. Run
./build/Math-Solver

Notes

  • 0 ^ 0 = 1

About

A program that solves math equations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors