@stdlib/math-base-special-copysignf
Version:
Return a single-precision floating-point number with the magnitude of x and the sign of y.
83 lines (82 loc) • 1.88 kB
JSON
{
"name": "@stdlib/math-base-special-copysignf",
"version": "0.2.2",
"description": "Return a single-precision floating-point number with the magnitude of x and the sign of y.",
"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-copysignf.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/constants-float32-abs-mask": "^0.2.2",
"@stdlib/constants-float32-sign-mask": "^0.2.2",
"@stdlib/math-base-napi-binary": "^0.3.0",
"@stdlib/number-float32-base-from-word": "^0.2.2",
"@stdlib/number-float32-base-to-word": "^0.2.2",
"@stdlib/number-float64-base-to-float32": "^0.2.2",
"@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",
"math",
"mathematics",
"float32",
"float",
"floating-point",
"ieee754",
"copysignf",
"copy",
"sign",
"bits",
"number",
"flt",
"special",
"function"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}