An open API service indexing awesome lists of open source software.

https://github.com/myhauntedfork/algebruh

A collection of math tools
https://github.com/myhauntedfork/algebruh

chemistry cpp math physics

Last synced: 12 months ago
JSON representation

A collection of math tools

Awesome Lists containing this project

README

          

# **Algebruh**

A collection of math tools, written in C++

### **Features**

- Math
- Chemistry
- Physics

## **Getting Started**

Before diving into **Algebruh**, make sure you've got the following:

- CMake.
- Basic knowledge of math. But hey, no judgment if you just want to play around!

### **Installation**

1. Clone the repository: `git clone https://github.com/myhauntedfork/Algebruh.git`
2. Navigate into the directory: `cd Algebruh`
3. Compile & run the program: `bash ./build.sh`
- Replace `bash` with the appropriate shell command for your system if necessary (e.g., sh, zsh, or another shell you use).