UNPKG

@stdlib/math-base-tools-evalrationalf

Version:

Evaluate a rational function using single-precision floating-point arithmetic.

73 lines (72 loc) 1.61 kB
{ "name": "@stdlib/math-base-tools-evalrationalf", "version": "0.1.1", "description": "Evaluate a rational function using single-precision floating-point arithmetic.", "license": "Apache-2.0 AND BSL-1.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-evalrationalf.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/function-ctor": "^0.2.2", "@stdlib/math-base-special-absf": "^0.2.1", "@stdlib/number-float64-base-to-float32": "^0.2.2", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2" }, "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", "rational", "ratio", "eval", "evaluate", "evalp", "horner", "number" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }