UNPKG

@stdlib/math-iter-special-ahaversin

Version:

Create an iterator which computes the inverse half-value versed sine of each iterated value.

90 lines (89 loc) 1.77 kB
{ "name": "@stdlib/math-iter-special-ahaversin", "version": "0.2.2", "description": "Create an iterator which computes the inverse half-value versed sine of each iterated value.", "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-iter-special-ahaversin.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/math-base-special-ahaversin": "^0.2.1", "@stdlib/math-iter-tools-map": "^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", "ahaversin", "ahaversine", "arcversin", "arcversine", "versed sine", "ahaversinus", "haversine", "haversin", "archav", "invhav", "ahav", "ahvs", "ahv", "hav", "arc", "versed", "half-value", "sine", "sin", "asin", "trig", "trigonometry", "radians", "angle", "iterator", "iterable", "iterate" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }