Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabriel-logan/math_lib
Mathematics library created for use in JS, TS, JAVA, PYTHON and C# languages. Purely mathematical library, developed for people who like mathematics and challenges. It solves third degree / cubic equation root etc.
https://github.com/gabriel-logan/math_lib
csharp java javascript-library lib libra matematica math math-li mathematics python-library
Last synced: 3 months ago
JSON representation
Mathematics library created for use in JS, TS, JAVA, PYTHON and C# languages. Purely mathematical library, developed for people who like mathematics and challenges. It solves third degree / cubic equation root etc.
- Host: GitHub
- URL: https://github.com/gabriel-logan/math_lib
- Owner: gabriel-logan
- License: mit
- Created: 2023-03-27T21:34:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T09:29:34.000Z (7 months ago)
- Last Synced: 2024-09-18T17:26:11.221Z (4 months ago)
- Topics: csharp, java, javascript-library, lib, libra, matematica, math, math-li, mathematics, python-library
- Language: TypeScript
- Homepage: https://gabriel-logan.github.io/Math_Lib/
- Size: 1.03 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Loganmatic
> [!NOTE]
> I accept help to make the version of the other programming languages.## Math Library general documentation
link: https://gabriel-logan.github.io/Math_Lib/## Installation
```bash
npm install loganmatic
```
```bash
yarn add loganmatic
```
```bash
pip install loganmatic
```## see docs
* [typescript/javascript](https://github.com/gabriel-logan/Math_Lib/tree/main/packages/typescript)
* [java](https://github.com/gabriel-logan/Math_Lib/tree/main/packages/java)
* [python](https://github.com/gabriel-logan/Math_Lib/tree/main/packages/python)
* [c#](https://github.com/gabriel-logan/Math_Lib/tree/main/packages/csharp)