aboutsummaryrefslogtreecommitdiffstats
path: root/julia-c/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fhash clean up and unit testsmjfernez2021-03-291-1/+1
| | | | | | Added saner unit testing in the tests folder, which can be added to by expanding the data in the tests/hashes.json file. Also removed some redundant comments and inconsistencies
* Update julia README, missed a spacemjfernez2021-03-241-2/+2
|
* Finished and polished julia codemjfernez2021-03-241-0/+50
This last commit primarily fixes a bug which caused certain bounds to plot incorrectly from divide by zero errors. This was solved by turning the grid counter (incremeting x and y independently) into a pixel counter, and adjusting x and y accordingly