Add fpn library. A fixed point number library in pure Nim. (#1661)

This commit is contained in:
Loïc Bartoletti 2020-10-08 07:57:22 +02:00 committed by GitHub
parent 69fede0f25
commit 3c01e54e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19786,6 +19786,19 @@
"license": "MIT/ISC",
"web": "https://github.com/c-blake/nimp"
},
{
"name": "fpn",
"url": "https://gitlab.com/lbartoletti/fpn",
"method": "git",
"tags": [
"fixed point",
"number",
"math"
],
"description": "A fixed point number library in pure Nim.",
"license": "MIT",
"web": "https://gitlab.com/lbartoletti/fpn"
},
{
"name": "oblivion",
"url": "https://github.com/sealmove/oblivion",