UNPKG

@stdlib/math-base-tools-evalrational-compile-c

Version:

Compile a C function for evaluating a rational function.

101 lines (100 loc) 2.41 kB
{ "name": "@stdlib/math-base-tools-evalrational-compile-c", "version": "0.2.1", "description": "Compile a C function for evaluating a rational function.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", "lib": "./lib", "test": "./test" }, "types": "./docs/types", "scripts": { "test": "make test", "test-cov": "make test-cov", "examples": "make examples", "benchmark": "make benchmark" }, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/math-base-tools-evalrational-compile-c.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/assert-is-integer": "^0.2.2", "@stdlib/constants-float64-ninf": "^0.2.2", "@stdlib/constants-float64-pinf": "^0.2.2", "@stdlib/fs-read-file": "^0.2.2", "@stdlib/string-base-uppercase": "^1.0.0", "@stdlib/string-replace": "^0.2.2", "@stdlib/types": "^0.3.2" }, "devDependencies": { "@stdlib/array-float64": "^0.2.2", "@stdlib/assert-is-browser": "^0.2.2", "@stdlib/assert-is-string": "^0.2.2", "@stdlib/math-base-special-round": "^0.3.0", "@stdlib/random-base-randu": "^0.2.1", "@stdlib/utils-try-require": "^0.2.2", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git", "@stdlib/bench-harness": "^0.2.1" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdmath", "mathematics", "math", "polynomial", "rational", "ratio", "eval", "evaluate", "evalp", "horner", "compile", "c", "native" ], "__stdlib__": { "envs": { "browser": false } }, "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }