Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guitarrapc/math-lab

Implementation of some math algorithms
https://github.com/guitarrapc/math-lab

algorithm algorithm-challenges algorithms-implemented fibonacci mathematics reference

Last synced: about 2 months ago
JSON representation

Implementation of some math algorithms

Awesome Lists containing this project

README

        

MathAlgorithm

Go init.

```bash
go mod init github.com/guitarrapc/math-lab
go mod tidy
```