{"_id":"@stdlib/number-float64-base-get-high-word","_rev":"3333951","name":"@stdlib/number-float64-base-get-high-word","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","dist-tags":{"latest":"0.2.1"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"time":{"modified":"2024-07-10T07:38:09.000Z","created":"2021-06-15T16:54:54.137Z","0.2.1":"2024-02-22T21:16:16.278Z","0.2.0":"2024-02-14T05:34:38.225Z","0.1.1":"2023-10-09T20:13:10.860Z","0.1.0":"2023-09-23T02:15:54.948Z","0.0.6":"2022-02-16T15:09:33.650Z","0.0.5":"2021-08-22T20:22:44.892Z","0.0.4":"2021-07-07T00:43:15.090Z","0.0.3":"2021-06-27T23:38:05.691Z","0.0.2":"2021-06-16T05:18:23.091Z","0.0.1":"2021-06-15T16:54:54.137Z"},"users":{},"author":{"name":"The Stdlib Authors","url":"https://github.com/stdlib-js/stdlib/graphs/contributors"},"repository":{"type":"git","url":"git://github.com/stdlib-js/number-float64-base-get-high-word.git"},"versions":{"0.2.1":{"name":"@stdlib/number-float64-base-get-high-word","version":"0.2.1","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","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/number-float64-base-get-high-word.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/array-float64":"^0.2.1","@stdlib/array-uint32":"^0.2.1","@stdlib/assert-is-little-endian":"^0.2.1","@stdlib/number-float64-base-to-words":"^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","stdtypes","base","utilities","utility","utils","util","types","type","float64","floating-point","float","double","dbl","words","word","high","sign","signbit","significand","mantissa","exponent","fraction","ieee754"],"funding":{"type":"opencollective","url":"https://opencollective.com/stdlib"},"gitHead":"39b81766b9d8a5e89ba4a26e5ea07f6413b46973","_id":"@stdlib/number-float64-base-get-high-word@0.2.1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"shasum":"b80d25d523df371c15232d0b87f3984136ccd273","size":10757,"noattachment":false,"key":"/@stdlib/number-float64-base-get-high-word/-/@stdlib/number-float64-base-get-high-word-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@stdlib/number-float64-base-get-high-word/download/@stdlib/number-float64-base-get-high-word-0.2.1.tgz"},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-float64-base-get-high-word_0.2.1_1708636576093_0.1228819345872385"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-22T21:16:16.278Z","publish_time":1708636576278,"_source_registry_name":"default","_cnpm_publish_time":1708636576278},"0.2.0":{"name":"@stdlib/number-float64-base-get-high-word","version":"0.2.0","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","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":{"benchmark":"./benchmark","doc":"./docs","example":"./examples","include":"./include","lib":"./lib","src":"./src","test":"./test"},"types":"./docs/types","scripts":{"test":"make test","test-cov":"make test-cov","examples":"make examples","benchmark":"make benchmark"},"homepage":"https://stdlib.io","repository":{"type":"git","url":"git://github.com/stdlib-js/number-float64-base-get-high-word.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/array-float64":"^0.2.0","@stdlib/array-uint32":"^0.2.0","@stdlib/assert-is-little-endian":"^0.2.0","@stdlib/number-float64-base-to-words":"^0.2.0","@stdlib/utils-library-manifest":"^0.2.0"},"devDependencies":{"@stdlib/constants-float64-ninf":"^0.1.1","@stdlib/constants-float64-pinf":"^0.1.1","@stdlib/math-base-assert-is-nan":"^0.1.1","@stdlib/math-base-special-floor":"^0.1.1","@stdlib/math-base-special-pow":"^0.1.0","@stdlib/number-float64-base-to-binary-string":"^0.1.1","@stdlib/random-base-randu":"^0.1.0","@stdlib/string-left-pad":"^0.1.1","@stdlib/string-repeat":"^0.1.0","@stdlib/utils-try-require":"^0.2.0","proxyquire":"^2.0.0","tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-min":"git+https://github.com/Planeshifter/tap-min.git","@stdlib/bench-harness":"^0.1.2","@stdlib/bench":"^0.3.1"},"engines":{"node":">=0.10.0","npm":">2.7.0"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"keywords":["stdlib","stdtypes","base","utilities","utility","utils","util","types","type","float64","floating-point","float","double","dbl","words","word","high","sign","signbit","significand","mantissa","exponent","fraction","ieee754"],"funding":{"type":"opencollective","url":"https://opencollective.com/stdlib"},"gitHead":"7137673f0798ef13d7c9fd7becf78e557b1d583b","_id":"@stdlib/number-float64-base-get-high-word@0.2.0","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"shasum":"2268962d51a35385f193429558f0a1e1d9cc2f64","size":10987,"noattachment":false,"key":"/@stdlib/number-float64-base-get-high-word/-/@stdlib/number-float64-base-get-high-word-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@stdlib/number-float64-base-get-high-word/download/@stdlib/number-float64-base-get-high-word-0.2.0.tgz"},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-float64-base-get-high-word_0.2.0_1707888878022_0.9186090531152054"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-14T05:34:38.225Z","publish_time":1707888878225,"_source_registry_name":"default","_cnpm_publish_time":1707888878225},"0.1.1":{"name":"@stdlib/number-float64-base-get-high-word","version":"0.1.1","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","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":{"benchmark":"./benchmark","doc":"./docs","example":"./examples","include":"./include","lib":"./lib","src":"./src","test":"./test"},"types":"./docs/types","scripts":{"test":"make test","test-cov":"make test-cov","examples":"make examples","benchmark":"make benchmark"},"homepage":"https://stdlib.io","repository":{"type":"git","url":"git://github.com/stdlib-js/number-float64-base-get-high-word.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/array-float64":"^0.1.1","@stdlib/array-uint32":"^0.1.1","@stdlib/assert-is-little-endian":"^0.1.1","@stdlib/number-float64-base-to-words":"^0.1.1","@stdlib/utils-library-manifest":"^0.1.1"},"devDependencies":{"@stdlib/bench":"^0.1.0","@stdlib/constants-float64-ninf":"^0.1.1","@stdlib/constants-float64-pinf":"^0.1.1","@stdlib/math-base-assert-is-nan":"^0.1.1","@stdlib/math-base-special-floor":"^0.1.0","@stdlib/math-base-special-pow":"^0.1.0","@stdlib/number-float64-base-to-binary-string":"^0.1.0","@stdlib/random-base-randu":"^0.1.0","@stdlib/string-left-pad":"^0.1.0","@stdlib/string-repeat":"^0.1.0","@stdlib/utils-try-require":"^0.1.1","proxyquire":"^2.0.0","tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-min":"git+https://github.com/Planeshifter/tap-min.git"},"engines":{"node":">=0.10.0","npm":">2.7.0"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"keywords":["stdlib","stdtypes","base","utilities","utility","utils","util","types","type","float64","floating-point","float","double","dbl","words","word","high","sign","signbit","significand","mantissa","exponent","fraction","ieee754"],"funding":{"type":"opencollective","url":"https://opencollective.com/stdlib"},"gitHead":"b75bcc2e8807ea3f2ec8d8803bb6f4106bd11d0f","_id":"@stdlib/number-float64-base-get-high-word@0.1.1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"shasum":"9a06f5ff859b4007a1b2276dba630a254e3b6fa2","size":10950,"noattachment":false,"key":"/@stdlib/number-float64-base-get-high-word/-/@stdlib/number-float64-base-get-high-word-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@stdlib/number-float64-base-get-high-word/download/@stdlib/number-float64-base-get-high-word-0.1.1.tgz"},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-float64-base-get-high-word_0.1.1_1696882390637_0.9136606135494267"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-09T20:13:10.860Z","publish_time":1696882390860,"_source_registry_name":"default","_cnpm_publish_time":1696882390860},"0.1.0":{"name":"@stdlib/number-float64-base-get-high-word","version":"0.1.0","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","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":{"benchmark":"./benchmark","doc":"./docs","example":"./examples","include":"./include","lib":"./lib","src":"./src","test":"./test"},"types":"./docs/types","scripts":{"test":"make test","test-cov":"make test-cov","examples":"make examples","benchmark":"make benchmark"},"homepage":"https://stdlib.io","repository":{"type":"git","url":"git://github.com/stdlib-js/number-float64-base-get-high-word.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/array-float64":"^0.1.0","@stdlib/array-uint32":"^0.1.0","@stdlib/assert-is-little-endian":"^0.1.0","@stdlib/number-float64-base-to-words":"^0.1.0","@stdlib/utils-library-manifest":"^0.1.0"},"devDependencies":{"@stdlib/bench":"^0.1.0","@stdlib/constants-float64-ninf":"^0.1.0","@stdlib/constants-float64-pinf":"^0.1.0","@stdlib/math-base-assert-is-nan":"^0.1.0","@stdlib/math-base-special-floor":"^0.0.8","@stdlib/math-base-special-pow":"^0.0.7","@stdlib/number-float64-base-to-binary-string":"^0.0.7","@stdlib/random-base-randu":"^0.0.8","@stdlib/string-left-pad":"^0.0.9","@stdlib/string-repeat":"^0.0.9","@stdlib/utils-try-require":"^0.1.0","proxyquire":"^2.0.0","tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-min":"git+https://github.com/Planeshifter/tap-min.git"},"engines":{"node":">=0.10.0","npm":">2.7.0"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"keywords":["stdlib","stdtypes","base","utilities","utility","utils","util","types","type","float64","floating-point","float","double","dbl","words","word","high","sign","signbit","significand","mantissa","exponent","fraction","ieee754"],"funding":{"type":"opencollective","url":"https://opencollective.com/stdlib"},"gitHead":"41f86d99cbb03d63f33b26b5a608ebc8703e045f","_id":"@stdlib/number-float64-base-get-high-word@0.1.0","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"shasum":"d762b2ca4faea054f78f1316ca7c366285dce697","size":10950,"noattachment":false,"key":"/@stdlib/number-float64-base-get-high-word/-/@stdlib/number-float64-base-get-high-word-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@stdlib/number-float64-base-get-high-word/download/@stdlib/number-float64-base-get-high-word-0.1.0.tgz"},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-float64-base-get-high-word_0.1.0_1695435354718_0.8009157002167384"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-23T02:15:54.948Z","publish_time":1695435354948,"_source_registry_name":"default","_cnpm_publish_time":1695435354948},"0.0.6":{"name":"@stdlib/number-float64-base-get-high-word","version":"0.0.6","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","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":{"benchmark":"./benchmark","doc":"./docs","example":"./examples","include":"./include","lib":"./lib","src":"./src","test":"./test"},"types":"./docs/types","scripts":{"test":"make test","test-cov":"make test-cov","examples":"make examples","benchmark":"make benchmark"},"homepage":"https://stdlib.io","repository":{"type":"git","url":"git://github.com/stdlib-js/number-float64-base-get-high-word.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/array-float64":"^0.0.x","@stdlib/array-uint32":"^0.0.x","@stdlib/assert-is-little-endian":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/utils-library-manifest":"^0.0.x"},"devDependencies":{"@stdlib/bench":"^0.0.x","@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-floor":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/number-float64-base-to-binary-string":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/string-left-pad":"^0.0.x","@stdlib/string-repeat":"^0.0.x","@stdlib/utils-try-require":"^0.0.x","proxyquire":"^2.0.0","tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x"},"engines":{"node":">=0.10.0","npm":">2.7.0"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"keywords":["stdlib","stdtypes","base","utilities","utility","utils","util","types","type","float64","floating-point","float","double","dbl","words","word","high","sign","signbit","significand","mantissa","exponent","fraction","ieee754"],"funding":{"type":"patreon","url":"https://www.patreon.com/athan"},"gitHead":"84665d1d9701d4994672216ab00f7ec1e8ed598e","_id":"@stdlib/number-float64-base-get-high-word@0.0.6","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"4d3b8731a22017521cc7fc3ba57c7915b3e20fee","size":12134,"noattachment":false,"key":"/@stdlib/number-float64-base-get-high-word/-/@stdlib/number-float64-base-get-high-word-0.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@stdlib/number-float64-base-get-high-word/download/@stdlib/number-float64-base-get-high-word-0.0.6.tgz"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-float64-base-get-high-word_0.0.6_1645024173521_0.6080766971251093"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-16T15:09:40.415Z","publish_time":1645024173650,"_cnpm_publish_time":1645024173650},"0.0.5":{"name":"@stdlib/number-float64-base-get-high-word","version":"0.0.5","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","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":{"benchmark":"./benchmark","doc":"./docs","example":"./examples","include":"./include","lib":"./lib","src":"./src","test":"./test"},"types":"./docs/types","scripts":{"test":"make test","test-cov":"make test-cov","examples":"make examples","benchmark":"make benchmark"},"homepage":"https://stdlib.io","repository":{"type":"git","url":"git://github.com/stdlib-js/number-float64-base-get-high-word.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/array-float64":"^0.0.x","@stdlib/array-uint32":"^0.0.x","@stdlib/assert-is-little-endian":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/utils-library-manifest":"^0.0.x"},"devDependencies":{"@stdlib/bench":"^0.0.x","@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-floor":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/number-float64-base-to-binary-string":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/string-left-pad":"^0.0.x","@stdlib/string-repeat":"^0.0.x","@stdlib/utils-try-require":"^0.0.x","proxyquire":"^2.0.0","tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x"},"engines":{"node":">=0.10.0","npm":">2.7.0"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"keywords":["stdlib","stdtypes","base","utilities","utility","utils","util","types","type","float64","floating-point","float","double","dbl","words","word","high","sign","signbit","significand","mantissa","exponent","fraction","ieee754"],"funding":{"type":"patreon","url":"https://www.patreon.com/athan"},"gitHead":"4b8de5ac317572952cbfc98acc0f18ebaf9fd735","_id":"@stdlib/number-float64-base-get-high-word@0.0.5","_nodeVersion":"16.7.0","_npmVersion":"7.20.3","dist":{"shasum":"6ede6f1d6c92ddd358b5a219795245e74518ef60","size":12959,"noattachment":false,"key":"/@stdlib/number-float64-base-get-high-word/-/@stdlib/number-float64-base-get-high-word-0.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@stdlib/number-float64-base-get-high-word/download/@stdlib/number-float64-base-get-high-word-0.0.5.tgz"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-float64-base-get-high-word_0.0.5_1629663764733_0.1301703522577493"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T02:13:49.059Z","publish_time":1629663764892,"_cnpm_publish_time":1629663764892},"0.0.4":{"name":"@stdlib/number-float64-base-get-high-word","version":"0.0.4","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","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":true,"directories":{"benchmark":"./benchmark","doc":"./docs","example":"./examples","include":"./include","lib":"./lib","src":"./src","test":"./test"},"types":"./docs/types","scripts":{"test":"make test","test-cov":"make test-cov","examples":"make examples","benchmark":"make benchmark","install":"node-gyp rebuild"},"homepage":"https://stdlib.io","repository":{"type":"git","url":"git://github.com/stdlib-js/number-float64-base-get-high-word.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/array-float64":"^0.0.x","@stdlib/array-uint32":"^0.0.x","@stdlib/assert-is-little-endian":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/utils-library-manifest":"^0.0.x"},"devDependencies":{"@stdlib/bench":"^0.0.x","@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-floor":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/number-float64-base-to-binary-string":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/string-left-pad":"^0.0.x","@stdlib/string-repeat":"^0.0.x","@stdlib/utils-try-require":"^0.0.x","proxyquire":"^2.0.0","tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x"},"engines":{"node":">=0.10.0","npm":">2.7.0"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"keywords":["stdlib","stdtypes","base","utilities","utility","utils","util","types","type","float64","floating-point","float","double","dbl","words","word","high","sign","signbit","significand","mantissa","exponent","fraction","ieee754"],"funding":{"type":"patreon","url":"https://www.patreon.com/athan"},"gitHead":"5f824d7cbb830aa2df66b448471f68abe3370121","_id":"@stdlib/number-float64-base-get-high-word@0.0.4","_nodeVersion":"15.14.0","_npmVersion":"7.7.6","dist":{"shasum":"1dc8e00aa8d6383490949b23b04c243a93ec8812","size":13051,"noattachment":false,"key":"/@stdlib/number-float64-base-get-high-word/-/@stdlib/number-float64-base-get-high-word-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@stdlib/number-float64-base-get-high-word/download/@stdlib/number-float64-base-get-high-word-0.0.4.tgz"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-float64-base-get-high-word_0.0.4_1625618594851_0.15777435487508473"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T02:13:47.408Z","hasInstallScript":true,"publish_time":1625618595090,"_cnpm_publish_time":1625618595090},"0.0.3":{"name":"@stdlib/number-float64-base-get-high-word","version":"0.0.3","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","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":true,"directories":{"benchmark":"./benchmark","doc":"./docs","example":"./examples","include":"./include","lib":"./lib","src":"./src","test":"./test"},"types":"./docs/types","scripts":{"test":"make test","test-cov":"make test-cov","examples":"make examples","benchmark":"make benchmark","install":"node-gyp rebuild"},"homepage":"https://stdlib.io","repository":{"type":"git","url":"git://github.com/stdlib-js/number-float64-base-get-high-word.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/array-float64":"^0.0.x","@stdlib/array-uint32":"^0.0.x","@stdlib/assert-is-little-endian":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/utils-library-manifest":"^0.0.x"},"devDependencies":{"@stdlib/bench":"^0.0.x","@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-floor":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/number-float64-base-to-binary-string":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/string-left-pad":"^0.0.x","@stdlib/string-repeat":"^0.0.x","@stdlib/utils-try-require":"^0.0.x","proxyquire":"^2.0.0","tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x"},"engines":{"node":">=0.10.0","npm":">2.7.0"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"keywords":["stdlib","stdtypes","base","utilities","utility","utils","util","types","type","float64","floating-point","float","double","dbl","words","word","high","sign","signbit","significand","mantissa","exponent","fraction","ieee754"],"funding":{"type":"patreon","url":"https://www.patreon.com/athan"},"gitHead":"ffffc112fbdef670aa3f541824f0b9ec5ec76656","_id":"@stdlib/number-float64-base-get-high-word@0.0.3","_nodeVersion":"15.14.0","_npmVersion":"7.7.6","dist":{"shasum":"914b56d373635123e0651fa3e95eeb9845f9ea55","size":13051,"noattachment":false,"key":"/@stdlib/number-float64-base-get-high-word/-/@stdlib/number-float64-base-get-high-word-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@stdlib/number-float64-base-get-high-word/download/@stdlib/number-float64-base-get-high-word-0.0.3.tgz"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-float64-base-get-high-word_0.0.3_1624837085582_0.4211072295966183"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T02:13:45.745Z","hasInstallScript":true,"publish_time":1624837085691,"_cnpm_publish_time":1624837085691},"0.0.2":{"name":"@stdlib/number-float64-base-get-high-word","version":"0.0.2","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","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":true,"directories":{"benchmark":"./benchmark","doc":"./docs","example":"./examples","include":"./include","lib":"./lib","src":"./src","test":"./test"},"types":"./docs/types","scripts":{"test":"make test","test-cov":"make test-cov","examples":"make examples","benchmark":"make benchmark","install":"node-gyp rebuild"},"homepage":"https://github.com/stdlib-js/stdlib","repository":{"type":"git","url":"git://github.com/stdlib-js/number-float64-base-get-high-word.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/array-float64":"^0.0.x","@stdlib/array-uint32":"^0.0.x","@stdlib/assert-is-little-endian":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/utils-library-manifest":"^0.0.x"},"devDependencies":{"@stdlib/bench":"^0.0.x","@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-floor":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/number-float64-base-to-binary-string":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/string-left-pad":"^0.0.x","@stdlib/string-repeat":"^0.0.x","@stdlib/utils-try-require":"^0.0.x","proxyquire":"^2.0.0","tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x"},"engines":{"node":">=0.10.0","npm":">2.7.0"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"keywords":["stdlib","stdtypes","base","utilities","utility","utils","util","types","type","float64","floating-point","float","double","dbl","words","word","high","sign","signbit","significand","mantissa","exponent","fraction","ieee754"],"funding":{"type":"patreon","url":"https://www.patreon.com/athan"},"gitHead":"2329f5aae3f2a00f1cb746078d1926513d9718d0","_id":"@stdlib/number-float64-base-get-high-word@0.0.2","_nodeVersion":"15.14.0","_npmVersion":"7.7.6","dist":{"shasum":"2ef13ef2760661dd86f6b375fa43a1882f02d442","size":12982,"noattachment":false,"key":"/@stdlib/number-float64-base-get-high-word/-/@stdlib/number-float64-base-get-high-word-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@stdlib/number-float64-base-get-high-word/download/@stdlib/number-float64-base-get-high-word-0.0.2.tgz"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-float64-base-get-high-word_0.0.2_1623820702918_0.8791183742881108"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T02:13:44.035Z","hasInstallScript":true,"publish_time":1623820703091,"_cnpm_publish_time":1623820703091},"0.0.1":{"name":"@stdlib/number-float64-base-get-high-word","version":"0.0.1","description":"Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.","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":true,"directories":{"benchmark":"./benchmark","doc":"./docs","example":"./examples","include":"./include","lib":"./lib","src":"./src","test":"./test"},"types":"./docs/types","scripts":{"test":"make test","test-cov":"make test-cov","examples":"make examples","benchmark":"make benchmark","install":"node-gyp rebuild"},"homepage":"https://github.com/stdlib-js/stdlib","repository":{"type":"git","url":"git://github.com/stdlib-js/number-float64-base-get-high-word.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/array-float64":"^0.0.x","@stdlib/array-uint32":"^0.0.x","@stdlib/assert-is-little-endian":"^0.0.x","@stdlib/number-float64-base-to-words":"^0.0.x","@stdlib/utils-library-manifest":"^0.0.x"},"devDependencies":{"@stdlib/bench":"^0.0.x","@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-floor":"^0.0.x","@stdlib/math-base-special-pow":"^0.0.x","@stdlib/number-float64-base-to-binary-string":"^0.0.x","@stdlib/random-base-randu":"^0.0.x","@stdlib/string-left-pad":"^0.0.x","@stdlib/string-repeat":"^0.0.x","@stdlib/utils-try-require":"^0.0.x","proxyquire":"^2.0.0","tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x"},"engines":{"node":">=0.10.0","npm":">2.7.0"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"keywords":["stdlib","stdtypes","base","utilities","utility","utils","util","types","type","float64","floating-point","float","double","dbl","words","word","high","sign","signbit","significand","mantissa","exponent","fraction","ieee754"],"funding":{"type":"patreon","url":"https://www.patreon.com/athan"},"gitHead":"005821847eade568c9e0a111c41b8d232a799e48","_id":"@stdlib/number-float64-base-get-high-word@0.0.1","_nodeVersion":"15.14.0","_npmVersion":"7.7.6","dist":{"shasum":"8e7649d18c8ea5ee30707ab7b1960f0d3cb8a45b","size":16387,"noattachment":false,"key":"/@stdlib/number-float64-base-get-high-word/-/@stdlib/number-float64-base-get-high-word-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@stdlib/number-float64-base-get-high-word/download/@stdlib/number-float64-base-get-high-word-0.0.1.tgz"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-float64-base-get-high-word_0.0.1_1623776094000_0.6627574045721987"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T02:13:42.410Z","hasInstallScript":true,"publish_time":1623776094137,"_cnpm_publish_time":1623776094137}},"readme":"<!--\n\n@license Apache-2.0\n\nCopyright (c) 2018 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# High Word\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> Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a [double-precision floating-point number][ieee754].\n\n<section class=\"installation\">\n\n## Installation\n\n```bash\nnpm install @stdlib/number-float64-base-get-high-word\n```\n\n</section>\n\n<section class=\"usage\">\n\n## Usage\n\n```javascript\nvar getHighWord = require( '@stdlib/number-float64-base-get-high-word' );\n```\n\n#### getHighWord( x )\n\nReturns an unsigned 32-bit `integer` corresponding to the more significant 32 bits of a [double-precision floating-point number][ieee754].\n\n```javascript\nvar w = getHighWord( 3.14e201 ); // => 01101001110001001000001011000011\n// returns 1774486211\n```\n\n</section>\n\n<!-- /.usage -->\n\n<section class=\"examples\">\n\n## Examples\n\n<!-- eslint no-undef: \"error\" -->\n\n```javascript\nvar floor = require( '@stdlib/math-base-special-floor' );\nvar randu = require( '@stdlib/random-base-randu' );\nvar pow = require( '@stdlib/math-base-special-pow' );\nvar getHighWord = require( '@stdlib/number-float64-base-get-high-word' );\n\nvar frac;\nvar exp;\nvar w;\nvar x;\nvar i;\n\nfor ( i = 0; i < 100; i++ ) {\n    frac = randu() * 10.0;\n    exp = -floor( randu()*324.0 );\n    x = frac * pow( 10.0, exp );\n    w = getHighWord( x );\n    console.log( 'x: %d. high word: %d.', x, w );\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/number/float64/base/get_high_word.h\"\n```\n\n#### stdlib_base_float64_get_high_word( x, \\*high )\n\nExtracts the unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.\n\n```c\n#include <stdint.h>\n\nuint32_t high;\nstdlib_base_float64_get_high_word( 3.14, &high );\n```\n\nThe function accepts the following arguments:\n\n-   **x**: `[in] double` input value.\n-   **high**: `[out] uint32_t*` destination for higher order word.\n\n```c\nvoid stdlib_base_float64_get_high_word( const double x, uint32_t *high );\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/number/float64/base/get_high_word.h\"\n#include <stdint.h>\n#include <stdio.h>\n\nint main( void ) {\n    double x[] = { 3.14, -3.14, 0.0, 0.0/0.0 };\n\n    uint32_t high;\n    int i;\n    for ( i = 0; i < 4; i++ ) {\n        stdlib_base_float64_get_high_word( x[ i ], &high );\n        printf( \"%lf => high: %u\\n\", x[ i ], high );\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/number-float64/base/get-low-word`][@stdlib/number/float64/base/get-low-word]</span><span class=\"delimiter\">: </span><span class=\"description\">return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.</span>\n-   <span class=\"package-name\">[`@stdlib/number-float64/base/set-high-word`][@stdlib/number/float64/base/set-high-word]</span><span class=\"delimiter\">: </span><span class=\"description\">set the more significant 32 bits of a double-precision floating-point number.</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-2024. 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/number-float64-base-get-high-word.svg\n[npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-get-high-word\n\n[test-image]: https://github.com/stdlib-js/number-float64-base-get-high-word/actions/workflows/test.yml/badge.svg?branch=v0.2.1\n[test-url]: https://github.com/stdlib-js/number-float64-base-get-high-word/actions/workflows/test.yml?query=branch:v0.2.1\n\n[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-get-high-word/main.svg\n[coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-get-high-word?branch=main\n\n<!--\n\n[dependencies-image]: https://img.shields.io/david/stdlib-js/number-float64-base-get-high-word.svg\n[dependencies-url]: https://david-dm.org/stdlib-js/number-float64-base-get-high-word/main\n\n-->\n\n[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg\n[chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im\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/number-float64-base-get-high-word/tree/deno\n[deno-readme]: https://github.com/stdlib-js/number-float64-base-get-high-word/blob/deno/README.md\n[umd-url]: https://github.com/stdlib-js/number-float64-base-get-high-word/tree/umd\n[umd-readme]: https://github.com/stdlib-js/number-float64-base-get-high-word/blob/umd/README.md\n[esm-url]: https://github.com/stdlib-js/number-float64-base-get-high-word/tree/esm\n[esm-readme]: https://github.com/stdlib-js/number-float64-base-get-high-word/blob/esm/README.md\n[branches-url]: https://github.com/stdlib-js/number-float64-base-get-high-word/blob/main/branches.md\n\n[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/number-float64-base-get-high-word/main/LICENSE\n\n[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985\n\n<!-- <related-links> -->\n\n[@stdlib/number/float64/base/get-low-word]: https://www.npmjs.com/package/@stdlib/number-float64-base-get-low-word\n\n[@stdlib/number/float64/base/set-high-word]: https://www.npmjs.com/package/@stdlib/number-float64-base-set-high-word\n\n<!-- </related-links> -->\n\n</section>\n\n<!-- /.links -->\n","_attachments":{},"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"license":"Apache-2.0"}