UNPKG

@stdlib/math-base-special-cfloor

Version:

Round a double-precision complex floating-point number toward negative infinity.

81 lines (80 loc) 1.8 kB
{ "name": "@stdlib/math-base-special-cfloor", "version": "0.2.2", "description": "Round a double-precision complex floating-point number toward negative infinity.", "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-cfloor.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/complex-float64-ctor": "^0.0.3", "@stdlib/complex-float64-imag": "^0.1.1", "@stdlib/complex-float64-real": "^0.1.1", "@stdlib/complex-float64-reim": "^0.1.2", "@stdlib/math-base-napi-unary": "^0.2.3", "@stdlib/math-base-special-floor": "^0.2.3", "@stdlib/utils-library-manifest": "^0.2.2" }, "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.floor", "floor", "cfloor", "round", "integer", "nearest", "value", "complex", "cmplx", "number" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }