UNPKG

@stdlib/math-base-special-asecdf

Version:

Compute the arcsecant (in degrees) of a single-precision floating-point number.

78 lines (77 loc) 1.71 kB
{ "name": "@stdlib/math-base-special-asecdf", "version": "0.0.3", "description": "Compute the arcsecant (in degrees) of a single-precision floating-point number.", "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", "src": "./src", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/math-base-special-asecdf.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/math-base-napi-unary": "^0.2.7", "@stdlib/math-base-special-asecf": "^0.1.1", "@stdlib/math-base-special-rad2degf": "^0.1.2", "@stdlib/number-float64-base-to-float32": "^0.2.2", "@stdlib/utils-library-manifest": "^0.2.4" }, "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", "math.acos", "asec", "degree", "arcsecant", "secant", "inverse", "trig", "trigonometry", "radians" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }