UNPKG

@stdlib/math-base-special-haversin

Version:

Compute the half-value versed sine.

87 lines (86 loc) 1.73 kB
{ "name": "@stdlib/math-base-special-haversin", "version": "0.3.1", "description": "Compute the half-value versed sine.", "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-haversin.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/math-base-napi-unary": "^0.2.7", "@stdlib/math-base-special-cos": "^0.3.1", "@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", "haversin", "haversine", "versed sine", "haversed sine", "haversed", "hv", "hvs", "sem", "havers", "semiversinus", "semiversin", "semiversus", "cosine", "sine", "cos", "sin", "trig", "trigonometry", "radians", "angle" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }