@stdlib/array-float64
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@stdlib/array-float64", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Float64Array.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -23,3 +23,3 @@ <!-- | ||
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url] | ||
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] --> | ||
@@ -1439,2 +1439,24 @@ > [Typed array][mdn-typed-array] constructor which returns a [typed array][mdn-typed-array] representing an array of double-precision floating-point numbers in the platform byte order. | ||
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. --> | ||
<section class="related"> | ||
* * * | ||
## See Also | ||
- <span class="package-name">[`@stdlib/array/buffer`][@stdlib/array/buffer]</span><span class="delimiter">: </span><span class="description">ArrayBuffer.</span> | ||
- <span class="package-name">[`@stdlib/array/float32`][@stdlib/array/float32]</span><span class="delimiter">: </span><span class="description">Float32Array.</span> | ||
- <span class="package-name">[`@stdlib/array/int16`][@stdlib/array/int16]</span><span class="delimiter">: </span><span class="description">Int16Array.</span> | ||
- <span class="package-name">[`@stdlib/array/int32`][@stdlib/array/int32]</span><span class="delimiter">: </span><span class="description">Int32Array.</span> | ||
- <span class="package-name">[`@stdlib/array/int8`][@stdlib/array/int8]</span><span class="delimiter">: </span><span class="description">Int8Array.</span> | ||
- <span class="package-name">[`@stdlib/array/uint16`][@stdlib/array/uint16]</span><span class="delimiter">: </span><span class="description">Uint16Array.</span> | ||
- <span class="package-name">[`@stdlib/array/uint32`][@stdlib/array/uint32]</span><span class="delimiter">: </span><span class="description">Uint32Array.</span> | ||
- <span class="package-name">[`@stdlib/array/uint8`][@stdlib/array/uint8]</span><span class="delimiter">: </span><span class="description">Uint8Array.</span> | ||
- <span class="package-name">[`@stdlib/array/uint8c`][@stdlib/array/uint8c]</span><span class="delimiter">: </span><span class="description">Uint8ClampedArray.</span> | ||
</section> | ||
<!-- /.related --> | ||
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> | ||
@@ -1466,3 +1488,3 @@ | ||
Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors]. | ||
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors]. | ||
@@ -1486,5 +1508,16 @@ </section> | ||
<!-- | ||
[dependencies-image]: https://img.shields.io/david/stdlib-js/array-float64.svg | ||
[dependencies-url]: https://david-dm.org/stdlib-js/array-float64/main | ||
--> | ||
[umd]: https://github.com/umdjs/umd | ||
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules | ||
[deno-url]: https://github.com/stdlib-js/array-float64/tree/deno | ||
[umd-url]: https://github.com/stdlib-js/array-float64/tree/umd | ||
[esm-url]: https://github.com/stdlib-js/array-float64/tree/esm | ||
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
@@ -1501,6 +1534,26 @@ [chat-url]: https://gitter.im/stdlib-js/stdlib/ | ||
<!-- <related-links> --> | ||
[@stdlib/array/buffer]: https://www.npmjs.com/package/@stdlib/array-buffer | ||
[@stdlib/array/float32]: https://www.npmjs.com/package/@stdlib/array-float32 | ||
[@stdlib/array/int16]: https://www.npmjs.com/package/@stdlib/array-int16 | ||
[@stdlib/array/int32]: https://www.npmjs.com/package/@stdlib/array-int32 | ||
[@stdlib/array/int8]: https://www.npmjs.com/package/@stdlib/array-int8 | ||
[@stdlib/array/uint16]: https://www.npmjs.com/package/@stdlib/array-uint16 | ||
[@stdlib/array/uint32]: https://www.npmjs.com/package/@stdlib/array-uint32 | ||
[@stdlib/array/uint8]: https://www.npmjs.com/package/@stdlib/array-uint8 | ||
[@stdlib/array/uint8c]: https://www.npmjs.com/package/@stdlib/array-uint8c | ||
<!-- </related-links> --> | ||
</section> | ||
<!-- /.links --> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90934
1555