UNPKG

@stdlib/math-base-special-fresnels

Version:

Compute the Fresnel integral S(x).

75 lines (74 loc) 1.66 kB
{ "name": "@stdlib/math-base-special-fresnels", "version": "0.3.0", "description": "Compute the Fresnel integral S(x).", "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", "gypfile": false, "directories": { "doc": "./docs", "include": "./include", "lib": "./lib", "scripts": "./scripts", "src": "./src", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/math-base-special-fresnels.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/constants-float64-half-pi": "^0.2.2", "@stdlib/constants-float64-pi": "^0.2.2", "@stdlib/math-base-napi-unary": "^0.2.3", "@stdlib/math-base-special-abs": "^0.2.2", "@stdlib/math-base-special-sincos": "^0.2.1", "@stdlib/utils-library-manifest": "^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", "special", "fresnel", "fresnels", "integral" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }