Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aritrosaha10/cplusplus-math
A set of C++ Programs that can do a wide variety of math-related tasks, such as solving equations, converting equations and more.
https://github.com/aritrosaha10/cplusplus-math
c cpp math mathematics
Last synced: 12 days ago
JSON representation
A set of C++ Programs that can do a wide variety of math-related tasks, such as solving equations, converting equations and more.
- Host: GitHub
- URL: https://github.com/aritrosaha10/cplusplus-math
- Owner: AritroSaha10
- License: gpl-3.0
- Created: 2020-11-22T03:21:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T00:07:53.000Z (about 4 years ago)
- Last Synced: 2024-11-08T17:39:37.841Z (2 months ago)
- Topics: c, cpp, math, mathematics
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Math Programs
A set of C++ Programs that can do a wide variety of math-related tasks, such as solving equations, converting equations and more.## Current Programs
- Quadratic Trinomial Factor Machine (QTFM): Turns an equation in the form of ![x^2 + bx + c](https://latex.codecogs.com/svg.latex?\large&space;x^2&space;+&space;bx&space;+&space;c) into ![(x+e)(x+f)](https://latex.codecogs.com/svg.latex?\large&space;(x\pm&space;e)(x\pm&space;f))## Compilation and Running
As of now, this program does not require any other libraries that must be linked. No need for any other parameters unless you want the name to reflect the program### Example Command (MinGW)
`g++ -o quadratic_trinomial_factor.exe quadratic_trinomial_factor.cpp`## Roadmap
In the future, I'm planning on compiling the programs for WebAssembly (WA) so they can deliver results quickly and take up less space than a normal JavaScript package.## Contribution
Contributions are welcome to this repository! If you'd like, you can create an issue or pull request for bug fixes / new programs / etc and I'll check it ASAP.