UNPKG

robust-estimate-float

Version:

estimate the numeric value of a robust geometric predicate

31 lines (30 loc) 729 B
{ "name": "robust-estimate-float", "version": "1.0.0", "description": "estimate the numeric value of a robust geometric predicate", "main": "robust-estimate-float.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/tmpvar/robust-estimate-float.git" }, "keywords": [ "robust", "exact", "estimate", "float" ], "author": "Elijah Insua <tmpvar@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/tmpvar/robust-estimate-float/issues" }, "homepage": "https://github.com/tmpvar/robust-estimate-float", "devDependencies": { "robust-split": "^1.0.0", "tape": "^2.13.4", "two-sum": "^1.0.0" } }