UNPKG

@stdlib/math-iter-special-havercos

Version:

Create an iterator which computes the half-value versed cosine for each iterated value.

80 lines (79 loc) 1.63 kB
{ "name": "@stdlib/math-iter-special-havercos", "version": "0.2.3", "description": "Create an iterator which computes the half-value versed cosine for 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-havercos.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/math-base-special-havercos": "^0.3.0", "@stdlib/math-iter-tools-map": "^0.2.3" }, "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", "havercos", "havercosin", "havercosine", "versed cosine", "haversed cosine", "haversed", "hac", "hvc", "cosine", "cos", "trig", "trigonometry", "radians", "angle", "iterator", "iterable", "iterate" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }