Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forentfraps/square_approximation
code is pretty self explanatory and decently commented
https://github.com/forentfraps/square_approximation
Last synced: about 1 month ago
JSON representation
code is pretty self explanatory and decently commented
- Host: GitHub
- URL: https://github.com/forentfraps/square_approximation
- Owner: forentfraps
- Created: 2021-11-05T20:20:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T23:35:46.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T16:54:49.277Z (7 months ago)
- Language: Go
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# square_approximation
code is pretty self explanatory and decently commented
when limit set to 10^9 or more ram usage goes to >42 gigs of ram which is not ideal and could be improved by changing storage data type or something else
also coefficient could be tinkered around more to make it more accurate at low numbers
I will include a graph of errors while using coefficient 2
![foo](https://user-images.githubusercontent.com/29946764/140578950-1a4cc4ae-7e0f-4186-96ea-d8d2ff2aac1f.png)