{"_id":"@stdlib/math-base-special-ldexp","_rev":"16-995536f7a7bd7d72033fc3e0c826db42","name":"@stdlib/math-base-special-ldexp","dist-tags":{"latest":"0.2.5"},"versions":{"0.0.1":{"name":"@stdlib/math-base-special-ldexp","version":"0.0.1","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.0.1","maintainers":[{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://github.com/stdlib-js/stdlib","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"a149aff9b7225f5574992700e5db47efb3bbd879","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.0.1.tgz","fileCount":7,"integrity":"sha512-JDM8Ww+y3KVoIoQ2wwHEgjaPSw2vkuGLVMrn6YuGdCuvTBg7avNmMomt5BT4cnaESCeqKJliBb6nYahklVuzGw==","signatures":[{"sig":"MEYCIQCcgaTEksKT278hMWZul1Nb+0hLKb8PGvGqJGYmqNKYgQIhAICLAYWlzF3wYsQxKYwZg7AR2tc8vqrs3zKn31X7PjY7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyN3jCRA9TVsSAnZWagAAU1YP/RV5cDu2sVyQk2lXkAjT\nqNyr96wE9RdYP96uU4U86DGdVSpKkQVY3F9J9WTwb19gV2/btidMVEm5dvWO\nEXqLJi1P9erUZHOPbmeQaoRrxg74mQTjrM2pVJQ/6Vdx29gEtnex2rk/gdpC\nkrR/23qvuZYATCDGwwoyFF4X2UhzWnRCcDHANplA4jv4UJUett32kmoW/eRh\nJpWfrYpMYBUbMQP+kgfubrMY6p2bNmWkFah0qve5J0ZnGLPX6YphFOki+r7F\nwhPmhGUxnIww5OSu/CHrumfXCpTMAU/mM6v0BlSzieu609ihP3Y14H2HWd4l\ni05Os/jYDyb2NkOdN8zAl3s1rLspV+yPtrIxFI4l7BjX/eu6T8rudPhZ0v+j\ne7KzN/UV1x4GQlx9GKZkb4LKtRB063gAWl5Htva5lZxG3iR4DLQOuOygdAMM\n+4IC0c4aBrjbywBZHebNsbtwcBC1IPw1r1HD9yWU0KGWfuNY8SxKQQbUEPah\n7LDIgaQE8xERaqctJsC7zqPIXqSqoAipEQ4/HL28wUvzQWegurBmBKYldt+z\nahPdcPC19cJLKk4/kTre54JPCp0Qf2swpSDsvTdxTdpyEdsn6UJXKENADb5D\nqpMYIbZ300uaQ4SFAub+bw8ccIl5lf999HSltX2jUUKRYl8NxrC/tT5sKsI+\nfirx\r\n=N5LR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"5f65631a7fdf0341d79a17d578ef0acb7b4e7bd1","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"7.7.6","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"15.14.0","dependencies":{"@stdlib/constants-float64-ninf":"^0.0.x","@stdlib/constants-float64-pinf":"^0.0.x","@stdlib/math-base-assert-is-nan":"^0.0.x","@stdlib/math-base-special-copysign":"^0.0.x","@stdlib/math-base-assert-is-infinite":"^0.0.x","@stdlib/number-float64-base-exponent":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/number-float64-base-normalize":"^0.0.x","@stdlib/number-float64-base-from-words":"^0.0.x","@stdlib/constants-float64-exponent-bias":"^0.0.x","@stdlib/constants-float64-max-base2-exponent":"^0.0.x","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.0.x","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","@stdlib/bench":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/math-base-special-frexp":"^0.0.x","@stdlib/math-base-special-round":"^0.0.x","@stdlib/math-base-assert-is-negative-zero":"^0.0.x","@stdlib/math-base-assert-is-positive-zero":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.0.1_1623776739193_0.5641391466543559","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"@stdlib/math-base-special-ldexp","version":"0.0.2","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.0.2","maintainers":[{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://github.com/stdlib-js/stdlib","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"b3330fe48e199256749a475aba5a61e1bd11a33f","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.0.2.tgz","fileCount":10,"integrity":"sha512-bP89QJJS1DyIS6F0TPp4MlsGVIcpMgyMv7H//whU5odKR3/gv4pr40HVTGS2CDZG8E1uNLHUei5/10ccynE4SQ==","signatures":[{"sig":"MEUCIQCXGuPXCcOmlMYXjH2t+n9yGZGl3IARmKAP0Eo2j/FtgQIgJ5X/vzqup+kyZzcrrchsKlPk7zwAQrrHZ72476ABzVk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyYt6CRA9TVsSAnZWagAAcSsP/0TOnlBWSLGZJ6snkasX\nuDKZJniK65K/uWeKYGrSca3/Q8iepfAI70OVkynymXhKYvvZ9ukZc21MKlg+\n9DuOnRXkevzFJrI/sAx0uGWRhCCyPCHMkr9j8yNve7ApmeVySw064g4o0Pp9\nIUpZzsjl4YF4M0nf7iDCjR7XXRLT+GLQCMenyxhLkdW+syBVxJoNWtHsoFlM\nykISUwFAbvxEhOxeCUzcWYTi5A5um8XOOdhLAhSpaiHtdqdZxdzIfaOBS3U1\nxPsd1IWDqnUsoRD6Ont209jpn800B1TzaAYzltVAtpBJkJjlfG/XtX2BAYq7\n3U2Tu9XSv8fGTK4Mr6gbo4mmQkEdysTliUi6BGa/vsojMl/HtyStMj0rmN7P\noktIbFbyQFosOOeaUeVPCRtqqv0W/M2ZmqjX4r0vwH2X5XUR3xuog64hBJih\nEBRZeTpisDyky+UOwSuPhs71c3etR88MyqJRM0JCJJ+s4Jrdw4q78YRzMcJH\nfi90uIOZmqDrsBi6rCNtMgCm8sfyD6V7HsfvDHS97x4TN5KO06RkezkANcR9\npMA2BcuxYXpCn5YzAr2AZGTQWHYSg0dYz4sIBBt25rKW5ntGOY11DEqqwZg8\n32iyryRaasoxYf6UNAjh2BGbQfDqXzvVgARi7uY2u+IDipqxUP6iMrNvJARe\nIJg+\r\n=uc17\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"12722231d7f596607642907eef07ee8329ffd81a","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"7.7.6","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"15.14.0","dependencies":{"@stdlib/constants-float64-ninf":"^0.0.x","@stdlib/constants-float64-pinf":"^0.0.x","@stdlib/math-base-assert-is-nan":"^0.0.x","@stdlib/math-base-special-copysign":"^0.0.x","@stdlib/math-base-assert-is-infinite":"^0.0.x","@stdlib/number-float64-base-exponent":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/number-float64-base-normalize":"^0.0.x","@stdlib/number-float64-base-from-words":"^0.0.x","@stdlib/constants-float64-exponent-bias":"^0.0.x","@stdlib/constants-float64-max-base2-exponent":"^0.0.x","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.0.x","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","@stdlib/bench":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/math-base-special-frexp":"^0.0.x","@stdlib/math-base-special-round":"^0.0.x","@stdlib/math-base-assert-is-negative-zero":"^0.0.x","@stdlib/math-base-assert-is-positive-zero":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.0.2_1623821178316_0.3578193522149766","host":"s3://npm-registry-packages"}},"0.0.3":{"name":"@stdlib/math-base-special-ldexp","version":"0.0.3","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.0.3","maintainers":[{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"9aee73a115b70a30b6d3727ffb4b45e69539366e","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.0.3.tgz","fileCount":10,"integrity":"sha512-TzYzD+E+apZc7MLeEWGaLq7hQ09PD0xdI4nhhQFa2VK0TcTmN3231Bkwc8pGrZ9hvUR1Bjs33EsWNe8Y7s5j2g==","signatures":[{"sig":"MEUCIQD6m6pdfvcIzKwNWERagebPitJ6xvhQgjstBk0vp6lDTAIgOlJErq2LEb2zJKRnwPKC0KGx76nyYrdV1yiglhyiRho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2Q2CCRA9TVsSAnZWagAABLUP+wTo57V6MfqRpEpqRG5s\nEwZGVv0VyhgrILtpiisBniuJwXk10mJyoqvTuqxodBw7RbtEEkxVQ/kDqx5y\nq6hjWSZ6lArpxhZ56hJTftwC9VLv7gVWIDwvJMFCPSNc+cg4VJY8ALNwsF37\nxgTm8deZgk+Db6fo5yB0oh0smeT16rmAFZd7crLrXAdjJa20kDc07Ea42MXj\ndPjzM3FVK2OiKXW4fHOHaHZHoaoQkFNby6Q9AiIlBe30C6N4C8XhK/c84ws/\nrVihBYcU2jQ4q/+8H+x+PZG4jVjPPsMJ61e8iimTHLceRv42IEsQ5nuV/FLW\n6VpwgZK7JjRw5m9T7KzFdJh6zS9ufLR3fB+sK7OPAN5ZldHI6jhgqP8eApy3\nxyyKGYIl7CxLU+a+lKEsO+WQVzNwQlJ2QXRQyr01BcqHXr47uyTAtagK3hyL\n1/PfNlV4Io6/nQST0T+eYx/Nwz4pc+rpDEYF+OWM9y7CoQW1XH2ySUfsW9Rs\n5H2JhoX1DEa97rdSQDW+kZNoNQS/VukK9cD33OiLZ6t6XpyzcfmXpj0ADCf1\nWgYyWUh0BjJBkFUa4msNvOOJaWcMn93ybfASMqkQBpRlE4LMS5vrxSSeWU9D\nB1aipkl8Oqs6/NqdeEnpxNxG1AvST8cRHaeIAQNkg2Z7c0THwE25zx5QJKB+\nxwPm\r\n=OmFX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"fa89fa7b6504b30086052f4b1168bf8e17553662","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"7.7.6","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"15.14.0","dependencies":{"@stdlib/constants-float64-ninf":"^0.0.x","@stdlib/constants-float64-pinf":"^0.0.x","@stdlib/math-base-assert-is-nan":"^0.0.x","@stdlib/math-base-special-copysign":"^0.0.x","@stdlib/math-base-assert-is-infinite":"^0.0.x","@stdlib/number-float64-base-exponent":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/number-float64-base-normalize":"^0.0.x","@stdlib/number-float64-base-from-words":"^0.0.x","@stdlib/constants-float64-exponent-bias":"^0.0.x","@stdlib/constants-float64-max-base2-exponent":"^0.0.x","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.0.x","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","@stdlib/bench":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/math-base-special-frexp":"^0.0.x","@stdlib/math-base-special-round":"^0.0.x","@stdlib/math-base-assert-is-negative-zero":"^0.0.x","@stdlib/math-base-assert-is-positive-zero":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.0.3_1624837505577_0.8770024577262079","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"@stdlib/math-base-special-ldexp","version":"0.0.4","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.0.4","maintainers":[{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"585f93829db33904b8b14102056b4df548e71e0a","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.0.4.tgz","fileCount":10,"integrity":"sha512-D4Aitt4s0B5lGtLM+YkdDGoFn3+phod5RRCXWa5V3Dl+1/AjF8uDNJ0flcUm8ugyXT0kIK12PcCxd66nqGD7jg==","signatures":[{"sig":"MEUCIGeVWRxwQ0bBlI901bnR5ct6g/RoHSh+rGWn4elh9pjEAiEA5q52QAxN6FkTo/gt3VoK4TSOgWzmQvQ/pYFv7Wh6OTs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5QIWCRA9TVsSAnZWagAAy+MQAJtlcfMXfO/bRiAdluYS\nylcWNKNETDdsz/rL6huoFTXZQ2aLkTSvxQCuJtfe+4KiQniKBF7o51kmkmKz\n40hnA3YNNotMugUYUleie/y4ICrrKe7n/dEf66w8os/IDvwchP6l4tumg90F\nO8jTJXxn5cDQz8BIcfefHF4szx6G0/lXWYAHNBwJJJl0f0ZRpPnQcYNJ2tp2\ndXqvdOIuL5CNhnU94/Bfi7c5AP4LigSizxR7w6Y9QWqUBWXkP2Qu/Kd7FRvN\nsviYlKHGKDnrJ/wJyd6dgRC7qdDHrZ10k87o33Bt0LhGLv8LYz5SpRTbQUST\ne26QF7s+FU1M0a4g31j+VFOeJBCm+uQrSEUXnpyoUOMsJ0FVrIIJsiPT5deX\n8LBHiCdSH0VHxpfEq3deV1L05ecB7LAACIe/gjVgQcJn35BJdZ2EUkJLchOI\nQ3frfPih0P6xSLKO1sLJk+oZcmL77DPToY226j68MKtHArZDL4q9aix27qHj\nOOchzgAb5pZCk16ttNKTYETog3Pj8rFuMRT9ur8R3ZRrm729ObX1x4ri8SxA\nDP8BLdaaIq46kxhw7HirtocddRWo0YGmXlYoHVWOYzv5eyYlr7ZpVtjnXrr2\nvqbNacVt/5lvGvITNeQXrk4HVsjh0/k/9IZB8pVGUspxBKCy0+2qYKiDeFSc\nq5Hm\r\n=DgGf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"d62c30e75852d756fc7944786811b990ff1751a5","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"7.7.6","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"15.14.0","dependencies":{"@stdlib/constants-float64-ninf":"^0.0.x","@stdlib/constants-float64-pinf":"^0.0.x","@stdlib/math-base-assert-is-nan":"^0.0.x","@stdlib/math-base-special-copysign":"^0.0.x","@stdlib/math-base-assert-is-infinite":"^0.0.x","@stdlib/number-float64-base-exponent":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/number-float64-base-normalize":"^0.0.x","@stdlib/number-float64-base-from-words":"^0.0.x","@stdlib/constants-float64-exponent-bias":"^0.0.x","@stdlib/constants-float64-max-base2-exponent":"^0.0.x","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.0.x","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","@stdlib/bench":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/math-base-special-frexp":"^0.0.x","@stdlib/math-base-special-round":"^0.0.x","@stdlib/math-base-assert-is-negative-zero":"^0.0.x","@stdlib/math-base-assert-is-positive-zero":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.0.4_1625621013690_0.4686562475611522","host":"s3://npm-registry-packages"}},"0.0.5":{"name":"@stdlib/math-base-special-ldexp","version":"0.0.5","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.0.5","maintainers":[{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"df5a1fc0252a6d6cc5f12126af903e7391d78aad","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.0.5.tgz","fileCount":9,"integrity":"sha512-RLRsPpCdcJZMhwb4l4B/FsmGfEPEWAsik6KYUkUSSHb7ok/gZWt8LgVScxGMpJMpl5IV0v9qG4ZINVONKjX5KA==","signatures":[{"sig":"MEYCIQCReIxK4ugjqN7pWFr3VnBC5TCc2JBcR8ScUMxz0E1yrAIhANrWUeLTcbjm65JPo8mVeYOaeT4WcBCKVmDFdjtgFwrL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41319,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIuIvCRA9TVsSAnZWagAAtp8P/105DgvWdyIuFzDqvgaK\nrR2k7tLR2ETUCal3iWjATJlFVlv3uc+MQ+vWuQ6qh0Dqa6bJUZauJXcqqomV\nZUel+NKUAlb3BXbgawmoAbZ/Bvy7azBDcp9YBzCubuk8eDWMMYLn2hzrOYhH\nIA47oiRTe3y9POrUl6RY1rB2H4aJ0Ho8STLQZywgGdHCUm/g252KTdLn8l63\nhxmdqHji0JK4KIlVCO8AgjT+pGwAqU4R+RP8QAQ/bSiNfhQ8H5t9viWmn58B\nUO37DZmqrs1lHYBw1WRjBQf4sN1ykYI0KQOJjL1Y0upszCo434OUiYaiY+Hm\nk0KSN3nThcORM0HFHvMJzsE2MGnB5vTsLk439f0nGjD3RJ9nAQidPAoQswbn\ncXZs/dOCJYuakKc2Bk8rP2RClp6BA9pH4MDCnI2jl9v79otJwWx/izpCMIgs\nFU8wctrjntG4tRHbeLBWzgUDvgc4Ocj/OKA57GkIHg76NlY/rgMpxYV5rDnu\nC3ChxR9QYCyaJsv9Ziln5bklEr1IB+wK09j+SRKdvBP5o24nHjLnyTQbJxhg\nt+qghdrUQuyF9oQ7zu5olKoMjwufDNd/KJQ02ooRBslU55iu5t9aI9iY8rfN\nHFHbi4L/AIqkzD3YU9GwkOdvci1Flkla89cm8nPl2SlvsLbRdAyvlN4bhxAV\nUVxl\r\n=Wvcm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"713bf58a16536362a4e31086dcb843e1202a1220","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"7.20.3","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"16.7.0","dependencies":{"@stdlib/constants-float64-ninf":"^0.0.x","@stdlib/constants-float64-pinf":"^0.0.x","@stdlib/math-base-assert-is-nan":"^0.0.x","@stdlib/math-base-special-copysign":"^0.0.x","@stdlib/math-base-assert-is-infinite":"^0.0.x","@stdlib/number-float64-base-exponent":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/number-float64-base-normalize":"^0.0.x","@stdlib/number-float64-base-from-words":"^0.0.x","@stdlib/constants-float64-exponent-bias":"^0.0.x","@stdlib/constants-float64-max-base2-exponent":"^0.0.x","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.0.x","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","@stdlib/bench":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/math-base-special-frexp":"^0.0.x","@stdlib/math-base-special-round":"^0.0.x","@stdlib/math-base-assert-is-negative-zero":"^0.0.x","@stdlib/math-base-assert-is-positive-zero":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.0.5_1629676079072_0.5443069557577627","host":"s3://npm-registry-packages"}},"0.0.6":{"name":"@stdlib/math-base-special-ldexp","version":"0.0.6","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.0.6","maintainers":[{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"35f8805d0c8627ac2c862645dcb2c6f9612d5994","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.0.6.tgz","fileCount":9,"integrity":"sha512-8KZm3yhfGlPqOVawxqGHZ4kKDX/O499VZ2mL+M3Jd83RzS8uSG6PogZVefXlJPV5QWwV+tlD37aCmjG9TIo2fQ==","signatures":[{"sig":"MEYCIQCkFiJa+pv6wJz+56X8mhpim/WrFRKEHRoQQMZsCcDetwIhAOpIb+bNggBvUNFOFU5gqoEwyXw6Nz6apMqwQ/yyDGpb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDWafCRA9TVsSAnZWagAALfoP/jDl7BjKOSZOVfmuV7RK\n6E8YvnUNaAap4iu69hlooH3EjcCm4JtEsPn2upDJrBnLcL/n9u0rQ7EMd8iH\niztcTJS3ZHM0nEmY1j3qlTelNBGWisC+gi3vs22Fdf40jV1nZirQA0ZLviXY\nMMv0Nrb3EBOvwcN1zJTvLasGxS5s63xE0g0DEjsGrmb+wlPmkJToQJ2FXjoy\nXZH+ddkPIQ0i6hLmhjxfqkoFOb3mARSEpfG53E8MUTJCVGNYsY78uCE6PZ29\n7hgI8aZJ4p/coGYBHXDl8y8t6xC8XZ0XlnMvNWnHXXHUHVkWthpNbsyaNGNK\nqpzcIXvNbN5RagQ8YauKccyiF/vyoF27YtUjwVdeIfHaWRVSbvJpGMdj+SD7\n/ueMa2FhG33y3avqNocGS8zQP2CrupaN8GJzGIF2BCQAJ8zgSsFKe8xaC9F7\nTwzSttRbwnx/zecDftr/DvwCUBo4VBwbAxNh3/8SyRjlO5dO4wTcLgQ5P5nu\nWk4hy7AAjje024iNbG89y1VTVI5fBQIc9DwlpiPuquvZZa9Xb+Oz+fLvZKlK\nrSdO4mG5DVm2DTIDcNUsrmLq2RWpqeG5qD39M8o7swzVrbO3jV4epG+c0cak\nrd75lVZFy4r0sqhaM4x3sH4jUZjmhjLUWq0650cVpRDLrRnO0qA4B0fi9hpG\nauUz\r\n=wirf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"df5c795a01e25b2f474e3e2fcf0f41633821d622","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"8.1.2","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"16.13.2","dependencies":{"@stdlib/constants-float64-ninf":"^0.0.x","@stdlib/constants-float64-pinf":"^0.0.x","@stdlib/math-base-assert-is-nan":"^0.0.x","@stdlib/math-base-special-copysign":"^0.0.x","@stdlib/math-base-assert-is-infinite":"^0.0.x","@stdlib/number-float64-base-exponent":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/number-float64-base-normalize":"^0.0.x","@stdlib/number-float64-base-from-words":"^0.0.x","@stdlib/constants-float64-exponent-bias":"^0.0.x","@stdlib/constants-float64-max-base2-exponent":"^0.0.x","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.0.x","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","@stdlib/bench":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/math-base-special-frexp":"^0.0.x","@stdlib/math-base-special-round":"^0.0.x","@stdlib/math-base-assert-is-negative-zero":"^0.0.x","@stdlib/math-base-assert-is-positive-zero":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.0.6_1645045407114_0.8305315284728534","host":"s3://npm-registry-packages"}},"0.0.7":{"name":"@stdlib/math-base-special-ldexp","version":"0.0.7","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.0.7","maintainers":[{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"4cfa3b06361fd7a23fe30bd675bc0b86a60b2f99","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.0.7.tgz","fileCount":9,"integrity":"sha512-nXxrNfGsNtogjkW8/+2fbsywm0VsrAMmG4uZRhQxlnhjmLhHbvXGDC/ffnieNhBj+ddveC3N23x+SZpXiOAi6g==","signatures":[{"sig":"MEYCIQDaWn8jTaqmgo1W2ShpQ68LIJ8KeQvN3QEZhTwbgdvSOQIhAIx992G3j1DZ77X8KhAHRbV2soyXIl7EJjNZHeduykg6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28614,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUFsSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvSw//U4H+sAEE7Qa/M35AGGw3rlhZuFqZLhRXwW0rrf05CGA/4Jk1\r\nZxFaal1mIXLyHlrwMkC+smNVwdz1QPj+4CRbvxUBdkFOD1lFLzXbkK6v7MoO\r\nWgemdsHCU/6A37k+txiTHPmDptGbZjOCPbRjU1gLIty+NjhFggalPc00hwDA\r\nkLzGk50fu9q1GbqzTvcciKvdw6YtCA851fTbtYqrrdxi3/opq1yn4WozkLA8\r\nu3gxgOWKwGebdn5Ligwq8iDGTHu2O3ejJwLfVNM9Ipwj0Btshn716GfaSCJ3\r\nIq0jgSolVzVByPG4AVv75EGAA/tnM/IMljfCptFs1iBZTIQY1pHSkCb+ZOXI\r\nGIv65+0EecivpiSo6TQ482O9xvcMRi0LW+/yS81rQ++rBIKER60e/PNaha6t\r\nyNOyJ7CZkWW+Piz4So843JxMGRMR1v9S7Ar7o7W/wpVNTox1Ndtp2BjxSuTR\r\nGgU7Q/94alyNtAJij/m8aVPIBeBXTAlteo7nLiqqog+zQXUQC9EUN82xYdof\r\noMm1+VRf3iXiO9Adng7F8yVn9SBhVSVw0x/m90D4ygj28iEgt41klA0bbcrt\r\nJ24JbD6/sp8ExvJ0IOvRjQAoRE8FMh2nSU5IhFsymGk7dQIkacicFGra/2d0\r\nvQwfYZlkEYa+xsKM9Gl3oIGsAgBW2GvVWkg=\r\n=GQuZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"b8c7265f4f2d69ce1004eb7d8c7689e106d909cd","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"kgryte","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"8.15.0","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"16.17.1","dependencies":{"@stdlib/constants-float64-ninf":"^0.0.x","@stdlib/constants-float64-pinf":"^0.0.x","@stdlib/math-base-assert-is-nan":"^0.0.x","@stdlib/math-base-special-copysign":"^0.0.x","@stdlib/math-base-assert-is-infinite":"^0.0.x","@stdlib/number-float64-base-exponent":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/number-float64-base-normalize":"^0.0.x","@stdlib/number-float64-base-from-words":"^0.0.x","@stdlib/constants-float64-exponent-bias":"^0.0.x","@stdlib/constants-float64-max-base2-exponent":"^0.0.x","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.0.x","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","@stdlib/bench":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/math-base-special-frexp":"^0.0.x","@stdlib/math-base-special-round":"^0.0.x","@stdlib/math-base-assert-is-negative-zero":"^0.0.x","@stdlib/math-base-assert-is-positive-zero":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.0.7_1666210578224_0.551125159515296","host":"s3://npm-registry-packages"}},"0.0.8":{"name":"@stdlib/math-base-special-ldexp","version":"0.0.8","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.0.8","maintainers":[{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"7bc22b10103f9e69c7200df8bbd2bdec9438beaf","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.0.8.tgz","fileCount":9,"integrity":"sha512-VTzu2kdgzQT3ebHGtCegKDpTA3RtsUVhb7V3IjAu/dHFLlXPXh5MEuxK/gV4vCpGBW0MKPTO73vwBjo6RT4xUg==","signatures":[{"sig":"MEUCIQCCLMCRCgNPfEiRk2ZB1cRLMEFf3cUmHkk9g2Kz9baehgIgXTzQQh7jIqhfhFrQ50OVsJdrP2KGViTkwFYiBn2Z9C8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdAYCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBzg//VMejqe5RCpsDS4AGpsv8Dqe5wFReVj8FhfmnguRkT0XgNYAL\r\nBKXDWhERjjmIlqpQCxAA+Cm5RcfxnUKJ+2LWf5+vRqFxcwPDU7hfdgOxpHZw\r\ndZTwMGswze4chH2L5ZNbw6BpllWGlF3s4VmVTkx6uifutS7A4E3qOzuPDZTI\r\n/r6D41t3HMRyxDfwNWVt/yc1KTA6YC2LQku6pW0o1XxShjhGYE+Bk8+9Vte2\r\nKSJ/XM6MoZlS4Ljr01XFT5Qs0RkHoQH42z9WVlmvnbNXc+cpaE83dQHQR8uL\r\n7aimjDddKd6+S13i3Nz+/xqAYWnQmzvIZl757UjA+NkZ80aSKsWJh9/vVMZK\r\n5UcqmKk7srRw8H4CK3XQuf6YRLxCVyC7sqe7/013K32jeRKP/JfFoa85eFaa\r\nbSwXJXTV7LOlSGjmKDgELvuND7t1TlqwirDIuu+z2Z2k7amakQoeVcKFY3bN\r\nTCwrg41+swTaMOU9flRx+jmM8qOzA9jnTIkiOd0pVG9W+/ncFxQs5dEbWbGR\r\nz7wcp+fWME5RAvXn+nflVY3NjG9oh5N4aD0w3D0KZBp+4oUGUNlwJzbW1FpE\r\nbEtzOPcHv32ASv0sO0EzjWO1fqNU/vAO6rf1CSeLjpC0xV88t93BtmV9VT8A\r\nbNJuBf2DLXv85okA29E5Tlq3uk9RVMQKpsM=\r\n=sqlx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"336f0185a46ac2e78ee414eeb01d14b5b71e3d3c","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"kgryte","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"8.19.2","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"16.18.0","dependencies":{"@stdlib/constants-float64-ninf":"^0.0.x","@stdlib/constants-float64-pinf":"^0.0.x","@stdlib/math-base-assert-is-nan":"^0.0.x","@stdlib/math-base-special-copysign":"^0.0.x","@stdlib/math-base-assert-is-infinite":"^0.0.x","@stdlib/number-float64-base-exponent":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/number-float64-base-normalize":"^0.0.x","@stdlib/number-float64-base-from-words":"^0.0.x","@stdlib/constants-float64-exponent-bias":"^0.0.x","@stdlib/constants-float64-max-base2-exponent":"^0.0.x","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.0.x","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","@stdlib/bench":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/math-base-special-frexp":"^0.0.x","@stdlib/math-base-special-round":"^0.0.x","@stdlib/math-base-assert-is-negative-zero":"^0.0.x","@stdlib/math-base-assert-is-positive-zero":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.0.8_1668548098204_0.8730795150654636","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"@stdlib/math-base-special-ldexp","version":"0.1.0","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.1.0","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"821299c453c080cfc2ec204b891d3a12dfac5638","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.1.0.tgz","fileCount":17,"integrity":"sha512-+SagcVbilGwoi6fIqB+mqTjOQr46C96cufJpRAkG37YA8FmxfWvOeXXrI2OpKmOvA6DJTojL2QDdXlKWZ1NuKA==","signatures":[{"sig":"MEUCIQCaHnxvECn+4AeufH/tWx6JxmY3CF1554WxevRU0oX7BQIgKcp6hSTHLjGqlxqGCth7msFpCVskKeW4rru87VvTpzk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52746},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"09e778888dc3ceb96e90fcf9e55bdfae4f1d729e","gypfile":true,"scripts":{"test":"make test","install":"node-gyp rebuild","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"8.19.4","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","src":"./src","test":"./test","example":"./examples","include":"./include","benchmark":"./benchmark"},"_nodeVersion":"16.20.2","dependencies":{"@stdlib/math-base-special-abs":"^0.1.0","@stdlib/constants-float64-ninf":"^0.1.0","@stdlib/constants-float64-pinf":"^0.1.0","@stdlib/utils-library-manifest":"^0.1.0","@stdlib/math-base-assert-is-nan":"^0.1.0","@stdlib/math-base-special-copysign":"^0.1.0","@stdlib/number-float32-base-to-word":"^0.1.0","@stdlib/math-base-assert-is-infinite":"^0.1.0","@stdlib/number-float64-base-exponent":"^0.1.0","@stdlib/number-float64-base-to-words":"^0.1.0","@stdlib/number-float64-base-normalize":"^0.1.0","@stdlib/number-float64-base-from-words":"^0.1.0","@stdlib/constants-float64-exponent-bias":"^0.1.0","@stdlib/constants-float64-max-base2-exponent":"^0.1.0","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.1.0","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","tap-min":"git+https://github.com/Planeshifter/tap-min.git","istanbul":"^0.4.1","@stdlib/bench":"^0.1.0","@stdlib/random-base-randu":"^0.0.8","@stdlib/utils-try-require":"^0.1.0","@stdlib/math-base-special-pow":"^0.0.7","@stdlib/math-base-special-frexp":"^0.1.0","@stdlib/math-base-special-round":"^0.1.0","@stdlib/math-base-assert-is-negative-zero":"^0.1.0","@stdlib/math-base-assert-is-positive-zero":"^0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.1.0_1695524565275_0.5703097359408218","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"@stdlib/math-base-special-ldexp","version":"0.2.0","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.2.0","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"5cc00f6b238398c75f6a8a98ebe4641906074816","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.2.0.tgz","fileCount":17,"integrity":"sha512-7WUhwPvLoBe6CAERz8e+yEayT951ruTGg4kbMpeTSQsF0DBSzl115KtU10LJT/Z9dbibkmnVzpeh4SQV/GmkeA==","signatures":[{"sig":"MEQCIHWaWaeKQiVKjBNREFrgopCFtIjftgFSekvP3QDq4HEzAiAMkbHQ8r6MDw748DAuqvCGKIks1Xy1RICI8GPOYDi+Ug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52626},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"7137673f0798ef13d7c9fd7becf78e557b1d583b","gypfile":true,"scripts":{"test":"make test","install":"node-gyp rebuild","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"8.19.4","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","src":"./src","test":"./test","example":"./examples","include":"./include","benchmark":"./benchmark"},"_nodeVersion":"16.20.2","dependencies":{"@stdlib/math-base-special-abs":"^0.2.0","@stdlib/constants-float64-ninf":"^0.2.0","@stdlib/constants-float64-pinf":"^0.2.0","@stdlib/utils-library-manifest":"^0.2.0","@stdlib/math-base-assert-is-nan":"^0.2.0","@stdlib/math-base-special-copysign":"^0.2.0","@stdlib/number-float32-base-to-word":"^0.2.0","@stdlib/math-base-assert-is-infinite":"^0.2.0","@stdlib/number-float64-base-exponent":"^0.2.0","@stdlib/number-float64-base-to-words":"^0.2.0","@stdlib/number-float64-base-normalize":"^0.2.0","@stdlib/number-float64-base-from-words":"^0.2.0","@stdlib/constants-float64-exponent-bias":"^0.2.0","@stdlib/constants-float64-max-base2-exponent":"^0.2.0","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.2.0","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","tap-min":"git+https://github.com/Planeshifter/tap-min.git","istanbul":"^0.4.1","@stdlib/bench":"^0.3.1","@stdlib/bench-harness":"^0.2.0","@stdlib/random-base-randu":"^0.1.0","@stdlib/utils-try-require":"^0.2.0","@stdlib/math-base-special-pow":"^0.1.0","@stdlib/math-base-special-frexp":"^0.2.0","@stdlib/math-base-special-round":"^0.1.1","@stdlib/math-base-assert-is-negative-zero":"^0.1.1","@stdlib/math-base-assert-is-positive-zero":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.2.0_1707898455177_0.44081094644306695","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"@stdlib/math-base-special-ldexp","version":"0.2.1","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.2.1","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"ec10b5ea75ba6b5c2e2313c5fcbb9e71e60abc6d","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.2.1.tgz","fileCount":17,"integrity":"sha512-xT4AlkdoIRQAQu8yaTuifcMJQkitHPkpkwyzfGFqAnHwgpmPb+EPjXpVPH+NDrnV2ruEIuqJtXgyNeh7KhxWNA==","signatures":[{"sig":"MEUCIGCgC8+GyiaCHGiTnQ0MNmtPZSAcq//MShO2sHMvN22rAiEAlZObOIDbRllenBcxnEfWYqBdpUcjUwtdI5kcRvSFlJY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51859},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"31aff930532b53e34d2c7386684375a079fcf6bb","gypfile":true,"scripts":{"install":"node-gyp rebuild"},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"8.19.4","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","src":"./src","dist":"./dist","include":"./include"},"_nodeVersion":"16.20.2","dependencies":{"@stdlib/math-base-special-abs":"^0.2.1","@stdlib/constants-float64-ninf":"^0.2.1","@stdlib/constants-float64-pinf":"^0.2.1","@stdlib/utils-library-manifest":"^0.2.1","@stdlib/math-base-assert-is-nan":"^0.2.1","@stdlib/math-base-special-copysign":"^0.2.1","@stdlib/number-float32-base-to-word":"^0.2.1","@stdlib/math-base-assert-is-infinite":"^0.2.1","@stdlib/number-float64-base-exponent":"^0.2.1","@stdlib/number-float64-base-to-words":"^0.2.1","@stdlib/number-float64-base-normalize":"^0.2.1","@stdlib/number-float64-base-from-words":"^0.2.1","@stdlib/constants-float64-exponent-bias":"^0.2.1","@stdlib/constants-float64-max-base2-exponent":"^0.2.1","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.2.0","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.2.1_1708809243966_0.8452818424066053","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"@stdlib/math-base-special-ldexp","version":"0.2.2","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.2.2","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"fa4073e9696775818b526844c9b908e1ccbd3235","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.2.2.tgz","fileCount":16,"integrity":"sha512-0U/Zftn/Ycq8JKHukGbA148/PVbbPDb+MGAXicfJ3Jcof9mHlbcnDOuSb4dOCrz4eqv/1RPR2ssOcWQMehi0hg==","signatures":[{"sig":"MEQCIDfoAvlT4KJcPRBQb2Z8CIty4ohXRIBazf+l7MWXJ5u7AiAC2zLJVH3TrJHyL4FMsEO3AqEdvkiZL1TzdJehCapD9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49686},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"01cbab9ea365ede593f291f90959bbf9f7a8e967","gypfile":false,"scripts":{},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"8.19.4","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","src":"./src","dist":"./dist","include":"./include"},"_nodeVersion":"16.20.2","dependencies":{"@stdlib/math-base-special-abs":"^0.2.1","@stdlib/constants-float64-ninf":"^0.2.1","@stdlib/constants-float64-pinf":"^0.2.1","@stdlib/utils-library-manifest":"^0.2.1","@stdlib/math-base-assert-is-nan":"^0.2.1","@stdlib/math-base-special-copysign":"^0.2.1","@stdlib/number-float32-base-to-word":"^0.2.1","@stdlib/math-base-assert-is-infinite":"^0.2.1","@stdlib/number-float64-base-exponent":"^0.2.1","@stdlib/number-float64-base-to-words":"^0.2.1","@stdlib/number-float64-base-normalize":"^0.2.1","@stdlib/number-float64-base-from-words":"^0.2.1","@stdlib/constants-float64-exponent-bias":"^0.2.1","@stdlib/constants-float64-max-base2-exponent":"^0.2.1","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.2.0","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.2.2_1712262599511_0.9523453631698198","host":"s3://npm-registry-packages"}},"0.2.3":{"name":"@stdlib/math-base-special-ldexp","version":"0.2.3","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.2.3","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"083d45ab30b82e3a7e6c19e79a9b7b1f220cb95f","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.2.3.tgz","fileCount":16,"integrity":"sha512-yD4YisQGVTJmTJUshuzpaoq34sxJtrU+Aw4Ih39mzgXiQi6sh3E3nijB8WXDNKr2v05acUWJ1PRMkkJSfu16Kg==","signatures":[{"sig":"MEUCIQDCEwT1kUK8IfiQ2gIIe9iepElaHa44Ih05Y6hUYr5rfgIgJGHtoWjPf38D5ui/BMpgUgvf+egSF8ozP1ol4u9ZkEM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49664},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"62e247daf7eb45f201cad1784619a344cbdcaff6","gypfile":false,"scripts":{},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"8.19.4","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","src":"./src","dist":"./dist","include":"./include"},"_nodeVersion":"16.20.2","dependencies":{"@stdlib/math-base-special-abs":"^0.2.2","@stdlib/constants-float64-ninf":"^0.2.2","@stdlib/constants-float64-pinf":"^0.2.2","@stdlib/utils-library-manifest":"^0.2.2","@stdlib/math-base-assert-is-nan":"^0.2.2","@stdlib/math-base-special-copysign":"^0.2.1","@stdlib/number-float32-base-to-word":"^0.2.2","@stdlib/math-base-assert-is-infinite":"^0.2.2","@stdlib/number-float64-base-exponent":"^0.2.2","@stdlib/number-float64-base-to-words":"^0.2.2","@stdlib/number-float64-base-normalize":"^0.2.3","@stdlib/number-float64-base-from-words":"^0.2.2","@stdlib/constants-float64-exponent-bias":"^0.2.2","@stdlib/constants-float64-max-base2-exponent":"^0.2.2","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.2.1","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.2.1"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.2.3_1722170448558_0.13266765358574095","host":"s3://npm-registry-packages"}},"0.2.4":{"name":"@stdlib/math-base-special-ldexp","version":"0.2.4","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/math-base-special-ldexp@0.2.4","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"18f917449a90bed8c8db7a111e7aa6283237f6ba","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.2.4.tgz","fileCount":16,"integrity":"sha512-hxOdjtl38TrUXUyMh3LbaNj/ocbcZNKehoSrC1Q84a4lRLKYxdybsVL6bgUGXednlgugMe0R969JFGIZfK3A4g==","signatures":[{"sig":"MEUCIC9MZeWfZOvk8TuBalbZmFgvyBXb0ATCrStItGw9il2WAiEAv3siwgtJH7d+Elj5ORre9wiTXyfJM5r17hbzpRh7EdE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":49722},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"c300ff914062f53a0fcf2d195f694bbb90cc96a2","gypfile":false,"scripts":{},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/math-base-special-ldexp.git","type":"git"},"_npmVersion":"10.8.2","description":"Multiply a double-precision floating-point number by an integer power of two.","directories":{"doc":"./docs","lib":"./lib","src":"./src","dist":"./dist","include":"./include"},"_nodeVersion":"20.20.0","dependencies":{"@stdlib/constants-float64-ninf":"^0.2.2","@stdlib/constants-float64-pinf":"^0.2.2","@stdlib/utils-library-manifest":"^0.2.3","@stdlib/math-base-assert-is-nan":"^0.2.2","@stdlib/math-base-special-copysign":"^0.2.2","@stdlib/math-base-assert-is-infinite":"^0.2.2","@stdlib/number-float64-base-exponent":"^0.2.2","@stdlib/number-float64-base-to-words":"^0.2.2","@stdlib/number-float64-base-normalize":"^0.2.3","@stdlib/number-float64-base-from-words":"^0.2.2","@stdlib/constants-float64-exponent-bias":"^0.2.2","@stdlib/constants-float64-max-base2-exponent":"^0.2.2","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.2.1","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.2.1"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/math-base-special-ldexp_0.2.4_1769757796124_0.8670131376679826","host":"s3://npm-registry-packages-npm-production"}},"0.2.5":{"name":"@stdlib/math-base-special-ldexp","version":"0.2.5","description":"Multiply a double-precision floating-point number by an integer power of two.","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-ldexp.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/constants-float64-exponent-bias":"^0.2.3","@stdlib/constants-float64-max-base2-exponent":"^0.2.3","@stdlib/constants-float64-max-base2-exponent-subnormal":"^0.2.1","@stdlib/constants-float64-min-base2-exponent-subnormal":"^0.2.1","@stdlib/constants-float64-ninf":"^0.2.3","@stdlib/constants-float64-pinf":"^0.2.3","@stdlib/math-base-assert-is-infinite":"^0.2.3","@stdlib/math-base-assert-is-nan":"^0.2.3","@stdlib/math-base-special-copysign":"^0.2.3","@stdlib/number-float64-base-exponent":"^0.2.3","@stdlib/number-float64-base-from-words":"^0.2.2","@stdlib/number-float64-base-normalize":"^0.2.4","@stdlib/number-float64-base-to-words":"^0.2.3","@stdlib/utils-library-manifest":"^0.2.4"},"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","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"funding":{"type":"opencollective","url":"https://opencollective.com/stdlib"},"_id":"@stdlib/math-base-special-ldexp@0.2.5","gitHead":"65ac870bcc9363ee25cdde72514d9e0783b5395e","_nodeVersion":"20.20.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ZbuCayeY8zsmptOxDsTnDmRGmEt10wjOXOdsKTCNGZwLP7h7e0ImTRbJ8wpKiLWv8JKef/xE+rp61wQrjZHS3A==","shasum":"195b2804560f08d945261e243d5231f312c47db7","tarball":"https://registry.npmjs.org/@stdlib/math-base-special-ldexp/-/math-base-special-ldexp-0.2.5.tgz","fileCount":16,"unpackedSize":49722,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCW3R9xien2Z37Wtw5GgdPDO+piKNMKLhZi2WWiikYDdQIhAI2E4ENJGfzKMCL8XevzWkLuvWzbkREmPnjYPXzlJJFF"}]},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/math-base-special-ldexp_0.2.5_1770522933284_0.5788327012135981"},"_hasShrinkwrap":false}},"time":{"created":"2021-06-15T17:05:39.019Z","modified":"2026-02-08T03:55:33.574Z","0.0.1":"2021-06-15T17:05:39.358Z","0.0.2":"2021-06-16T05:26:18.454Z","0.0.3":"2021-06-27T23:45:05.733Z","0.0.4":"2021-07-07T01:23:33.885Z","0.0.5":"2021-08-22T23:47:59.202Z","0.0.6":"2022-02-16T21:03:27.298Z","0.0.7":"2022-10-19T20:16:18.487Z","0.0.8":"2022-11-15T21:34:58.353Z","0.1.0":"2023-09-24T03:02:45.463Z","0.2.0":"2024-02-14T08:14:15.373Z","0.2.1":"2024-02-24T21:14:04.186Z","0.2.2":"2024-04-04T20:29:59.717Z","0.2.3":"2024-07-28T12:40:48.772Z","0.2.4":"2026-01-30T07:23:16.270Z","0.2.5":"2026-02-08T03:55:33.414Z"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"author":{"name":"The Stdlib Authors","url":"https://github.com/stdlib-js/stdlib/graphs/contributors"},"license":"Apache-2.0","homepage":"https://stdlib.io","keywords":["stdlib","stdmath","math","mathematics","frexp","ldexp","load","exponent","double","dbl","float","floating-point","number","ieee754"],"repository":{"type":"git","url":"git://github.com/stdlib-js/math-base-special-ldexp.git"},"description":"Multiply a double-precision floating-point number by an integer power of two.","contributors":[{"name":"The Stdlib Authors","url":"https://github.com/stdlib-js/stdlib/graphs/contributors"}],"maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"readme":"<!--\n\n@license Apache-2.0\n\nCopyright (c) 2022 The Stdlib Authors.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n-->\n\n\n<details>\n  <summary>\n    About stdlib...\n  </summary>\n  <p>We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.</p>\n  <p>The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.</p>\n  <p>When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.</p>\n  <p>To join us in bringing numerical computing to the web, get started by checking us out on <a href=\"https://github.com/stdlib-js/stdlib\">GitHub</a>, and please consider <a href=\"https://opencollective.com/stdlib\">financially supporting stdlib</a>. We greatly appreciate your continued support!</p>\n</details>\n\n# ldexp\n\n[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->\n\n> Multiply a [double-precision floating-point number][ieee754] by an integer power of two.\n\n<section class=\"installation\">\n\n## Installation\n\n```bash\nnpm install @stdlib/math-base-special-ldexp\n```\n\n</section>\n\n<section class=\"usage\">\n\n## Usage\n\n```javascript\nvar ldexp = require( '@stdlib/math-base-special-ldexp' );\n```\n\n#### ldexp( frac, exp )\n\nMultiplies a [double-precision floating-point number][ieee754] by an `integer` power of two (i.e., `x = frac * 2^exp`).\n\n```javascript\nvar x = ldexp( 0.5, 3 ); // => 0.5 * 2^3 = 0.5 * 8\n// returns 4.0\n\nx = ldexp( 4.0, -2 ); // => 4 * 2^(-2) = 4 * (1/4)\n// returns 1.0\n```\n\nIf `frac` equals positive or negative zero, `NaN`, or positive or negative `infinity`, the function returns a value equal to `frac`.\n\n```javascript\nvar x = ldexp( 0.0, 20 );\n// returns 0.0\n\nx = ldexp( -0.0, 39 );\n// returns -0.0\n\nx = ldexp( NaN, -101 );\n// returns NaN\n\nx = ldexp( Infinity, 11 );\n// returns Infinity\n\nx = ldexp( -Infinity, -118 );\n// returns -Infinity\n```\n\n</section>\n\n<!-- /.usage -->\n\n<section class=\"notes\">\n\n## Notes\n\n-   This function is the inverse of [`frexp`][@stdlib/math/base/special/frexp].\n\n</section>\n\n<!-- /.notes -->\n\n<section class=\"examples\">\n\n## Examples\n\n<!-- eslint no-undef: \"error\" -->\n\n```javascript\nvar randu = require( '@stdlib/random-base-randu' );\nvar round = require( '@stdlib/math-base-special-round' );\nvar pow = require( '@stdlib/math-base-special-pow' );\nvar frexp = require( '@stdlib/math-base-special-frexp' );\nvar ldexp = require( '@stdlib/math-base-special-ldexp' );\n\nvar sign;\nvar frac;\nvar exp;\nvar x;\nvar f;\nvar v;\nvar i;\n\nfor ( i = 0; i < 100; i++ ) {\n    if ( randu() < 0.5 ) {\n        sign = -1.0;\n    } else {\n        sign = 1.0;\n    }\n    // Generate a random number:\n    frac = randu() * 10.0;\n    exp = round( randu()*616.0 ) - 308;\n    x = sign * frac * pow( 10.0, exp );\n\n    // Break the number into a normalized fraction and an integer power of two:\n    f = frexp( x );\n\n    // Reconstitute the original number:\n    v = ldexp( f[ 0 ], f[ 1 ] );\n    console.log( '%d = %d * 2^%d = %d', x, f[ 0 ], f[ 1 ], v );\n}\n```\n\n</section>\n\n<!-- /.examples -->\n\n<!-- C interface documentation. -->\n\n* * *\n\n<section class=\"c\">\n\n## C APIs\n\n<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->\n\n<section class=\"intro\">\n\n</section>\n\n<!-- /.intro -->\n\n<!-- C usage documentation. -->\n\n<section class=\"usage\">\n\n### Usage\n\n```c\n#include \"stdlib/math/base/special/ldexp.h\"\n```\n\n#### stdlib_base_ldexp( frac, exp )\n\nMultiplies a [double-precision floating-point number][ieee754] by an integer power of two (i.e., `x = frac * 2^exp`).\n\n```c\ndouble x = stdlib_base_ldexp( 0.5, 3 ); // => 0.5 * 2^3 = 0.5 * 8\n// returns 4.0\n```\n\nThe function accepts the following arguments:\n\n-   **frac**: `[in] double` input value.\n-   **exp**: `[in] int32_t` integer power of two.\n\n```c\ndouble stdlib_base_ldexp( const double frac, const int32_t exp );\n```\n\n</section>\n\n<!-- /.usage -->\n\n<!-- C API usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->\n\n<section class=\"notes\">\n\n</section>\n\n<!-- /.notes -->\n\n<!-- C API usage examples. -->\n\n<section class=\"examples\">\n\n### Examples\n\n```c\n#include \"stdlib/math/base/special/ldexp.h\"\n#include <stdint.h>\n#include <stdio.h>\n\nint main( void ) {\n    double y;\n    int i;\n\n    const double frac[] = { 0.5, 5.0, 0.0, 3.5, 7.9 };\n    const int32_t exp[] = { 3, -2, 20, 39, 14 };\n\n    for ( i = 0; i < 5; i++ ) {\n        y = stdlib_base_ldexp( frac[ i ], exp[ i ] );\n        printf( \"ldexp(%lf, %d) = %lf\\n\", frac[ i ], exp[ i ], y );\n    }\n}\n```\n\n</section>\n\n<!-- /.examples -->\n\n</section>\n\n<!-- /.c -->\n\n<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->\n\n<section class=\"related\">\n\n* * *\n\n## See Also\n\n-   <span class=\"package-name\">[`@stdlib/math-base/special/frexp`][@stdlib/math/base/special/frexp]</span><span class=\"delimiter\">: </span><span class=\"description\">split a double-precision floating-point number into a normalized fraction and an integer power of two.</span>\n\n</section>\n\n<!-- /.related -->\n\n<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->\n\n\n<section class=\"main-repo\" >\n\n* * *\n\n## Notice\n\nThis package is part of [stdlib][stdlib], a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.\n\nFor more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib].\n\n#### Community\n\n[![Chat][chat-image]][chat-url]\n\n---\n\n## License\n\nSee [LICENSE][stdlib-license].\n\n\n## Copyright\n\nCopyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].\n\n</section>\n\n<!-- /.stdlib -->\n\n<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->\n\n<section class=\"links\">\n\n[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-ldexp.svg\n[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-ldexp\n\n[test-image]: https://github.com/stdlib-js/math-base-special-ldexp/actions/workflows/test.yml/badge.svg?branch=v0.2.5\n[test-url]: https://github.com/stdlib-js/math-base-special-ldexp/actions/workflows/test.yml?query=branch:v0.2.5\n\n[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-ldexp/main.svg\n[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-ldexp?branch=main\n\n<!--\n\n[dependencies-image]: https://img.shields.io/david/stdlib-js/math-base-special-ldexp.svg\n[dependencies-url]: https://david-dm.org/stdlib-js/math-base-special-ldexp/main\n\n-->\n\n[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg\n[chat-url]: https://stdlib.zulipchat.com\n\n[stdlib]: https://github.com/stdlib-js/stdlib\n\n[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors\n\n[umd]: https://github.com/umdjs/umd\n[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules\n\n[deno-url]: https://github.com/stdlib-js/math-base-special-ldexp/tree/deno\n[deno-readme]: https://github.com/stdlib-js/math-base-special-ldexp/blob/deno/README.md\n[umd-url]: https://github.com/stdlib-js/math-base-special-ldexp/tree/umd\n[umd-readme]: https://github.com/stdlib-js/math-base-special-ldexp/blob/umd/README.md\n[esm-url]: https://github.com/stdlib-js/math-base-special-ldexp/tree/esm\n[esm-readme]: https://github.com/stdlib-js/math-base-special-ldexp/blob/esm/README.md\n[branches-url]: https://github.com/stdlib-js/math-base-special-ldexp/blob/main/branches.md\n\n[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/math-base-special-ldexp/main/LICENSE\n\n[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985\n\n<!-- <related-links> -->\n\n[@stdlib/math/base/special/frexp]: https://www.npmjs.com/package/@stdlib/math-base-special-frexp\n\n<!-- </related-links> -->\n\n</section>\n\n<!-- /.links -->\n","readmeFilename":"README.md"}