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
- Host: GitHub
- URL: https://github.com/myhauntedfork/algebruh
- Owner: myhauntedfork
- License: mit
- Created: 2025-01-12T03:08:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T18:03:21.000Z (over 1 year ago)
- Last Synced: 2025-01-30T19:19:42.222Z (over 1 year ago)
- Topics: chemistry, cpp, math, physics
- Language: C++
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).