UNPKG

@stdlib/complex-float64-imag

Version:

Return the imaginary component of a double-precision complex floating-point number.

72 lines (71 loc) 1.45 kB
{ "name": "@stdlib/complex-float64-imag", "version": "0.1.1", "description": "Return the imaginary component 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", "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/complex-float64-imag.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/complex-float64-ctor": "^0.0.1" }, "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", "complex", "cmplx", "real", "re", "imaginary", "imag", "im", "number" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }