UNPKG

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

Version:

Compile a C function for evaluating a polynomial.

80 lines (79 loc) 1.62 kB
{ "name": "@stdlib/math-base-tools-evalpoly-compile-c", "version": "0.1.1", "description": "Compile a C function for evaluating a polynomial.", "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": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/math-base-tools-evalpoly-compile-c.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/assert-is-integer": "^0.2.1", "@stdlib/fs-read-file": "^0.2.1", "@stdlib/string-base-uppercase": "^0.2.1", "@stdlib/string-replace": "^0.2.1" }, "devDependencies": {}, "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", "eval", "evaluate", "poly", "polyval", "evalpoly", "horner", "compile", "c", "native" ], "__stdlib__": { "envs": { "browser": false } }, "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }