Ecosyste.ms: Awesome
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: 18 days 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 (30 days ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:41:40.000Z (19 days ago)
- Last Synced: 2025-01-22T16:34:18.252Z (19 days ago)
- Topics: chemistry, cpp, math, physics
- Language: C++
- Homepage:
- Size: 170 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++
## **Introduction**
Welcome to **Algebruh**, the repository that's got your back with a whole toolbox of math! (I know; it's small at the moment. There's more coming!)
### **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 ./scripts/build.sh`
- Replace `bash` with the appropriate shell command for your system if necessary (e.g., sh, zsh, or another shell you use).