Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)