UNPKG

@stdlib/complex-float32-base-assert-is-same-value-zero

Version:

Test whether two single-precision complex floating-point numbers are the same value.

81 lines (80 loc) 1.73 kB
{ "name": "@stdlib/complex-float32-base-assert-is-same-value-zero", "version": "0.0.1", "description": "Test whether two single-precision complex floating-point numbers are the same 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", "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-float32-base-assert-is-same-value-zero.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/complex-float32-ctor": "^0.0.2", "@stdlib/complex-float32-reim": "^0.1.2", "@stdlib/number-float32-base-assert-is-same-value-zero": "^0.2.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", "number", "base", "assert", "test", "validate", "equality", "compare", "comparison", "equal", "eq", "same", "issame", "issamevalue" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }