Added package pmath (#2841)

This commit is contained in:
Nilts 2024-03-24 12:53:54 -05:00 committed by GitHub
parent 2c6c127fab
commit f5dac1b422
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32961,5 +32961,19 @@
"description": "Nim Julia bridge",
"license": "MIT",
"web": "https://github.com/SciNim/nimjl"
},
{
"name": "pmath",
"url": "https://github.com/nlits-projects/pmath",
"method": "git",
"tags": [
"math",
"fractions",
"radicals",
"precise"
],
"description": "library that resolves the inaccuracies of normal float math. ",
"license": "MIT",
"web": "https://github.com/nlits-projects/pmath"
}
]