UNPKG

@stdlib/math-base-ops-caddf

Version:

Add two single-precision complex floating-point numbers.

79 lines (78 loc) 1.71 kB
{ "name": "@stdlib/math-base-ops-caddf", "version": "0.2.1", "description": "Add two single-precision complex floating-point numbers.", "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-ops-caddf.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/complex-float32": "^0.2.1", "@stdlib/complex-imagf": "^0.2.1", "@stdlib/complex-realf": "^0.2.1", "@stdlib/complex-reimf": "^0.2.1", "@stdlib/math-base-napi-binary": "^0.2.1", "@stdlib/number-float64-base-to-float32": "^0.2.1", "@stdlib/utils-library-manifest": "^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", "caddf", "add", "addition", "sum", "arithmetic", "complex", "cmplx", "number" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }