https://github.com/dvpdevs/all.mathematics
Literally all of math
https://github.com/dvpdevs/all.mathematics
combinatorics cpp csharp lib library math mathematics python python3 rust rust-lang set-theory
Last synced: 2 months ago
JSON representation
Literally all of math
- Host: GitHub
- URL: https://github.com/dvpdevs/all.mathematics
- Owner: DVPDEVS
- License: lgpl-3.0
- Created: 2025-09-04T20:51:11.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-23T13:14:07.000Z (10 months ago)
- Last Synced: 2025-09-23T15:21:33.950Z (10 months ago)
- Topics: combinatorics, cpp, csharp, lib, library, math, mathematics, python, python3, rust, rust-lang, set-theory
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# all.mathematics
Literally all of math in one file
Note our usage of other libraries when applicable :3
## Branching
Each Language will have its own branch
Python gets /Python, rust gets /Rust, etc.
### License
This library is covered by the GNU LGPL v3.0 license
Read the provided license here: [License](/LICENSE)
Check the official GNU site here: [www.gnu.org/](https://www.gnu.org/licenses/lgpl-3.0.html)
GNU LGPL v3.0 is patent-protective and copyleft, covering the developers and contributors from being sued by terminating protections for users should they try to sue.
The copyleft is what enforces the library to remain under LGPL 3.0, but is weak in the sense that it does not enforce itself onto any works using the library.
This means you can use this for a project covered by, say, Apache 2.0, MIT, CC0, etc. so long as the license is not strongly copyleft, and you keep the library license the same etc.