UNPKG

@stdlib/math-base-special-cpolar

Version:

Compute the absolute value and the phase of a double-precision complex floating-point number.

91 lines (90 loc) 2.05 kB
{ "name": "@stdlib/math-base-special-cpolar", "version": "0.2.3", "description": "Compute the absolute value and the phase of a double-precision complex 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-cpolar.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/complex-float64-ctor": "^0.1.2", "@stdlib/complex-float64-reim": "^0.1.3", "@stdlib/math-base-special-cabs": "^0.2.3", "@stdlib/math-base-special-cphase": "^0.2.2", "@stdlib/napi-argv": "^0.2.3", "@stdlib/napi-argv-complex128": "^0.1.1", "@stdlib/napi-argv-float64array": "^0.2.3", "@stdlib/napi-export": "^0.3.1", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", "@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.abs", "cabs", "abs", "absolute", "magnitude", "modulus", "distance", "cphase", "phase", "argument", "arg", "carg", "angle", "polar", "complex", "cmplx", "number" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }