Added package euclidean (#1156)

This commit is contained in:
Juan Carlos 2019-08-31 15:36:26 -03:00 committed by Miran
parent ed128e5cbf
commit 453a0be598

View File

@ -14168,6 +14168,20 @@
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-easings"
},
{
"name": "euclidean",
"url": "https://github.com/juancarlospaco/nim-euclidean",
"method": "git",
"tags": [
"euclidean",
"modulo",
"division",
"math"
],
"description": "Euclidean Division & Euclidean Modulo",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-euclidean"
},
{
"name": "fletcher",
"url": "https://github.com/Akito13/nim-fletcher",