Updated 6 months ago

@stdlib/number-float32-base-to-word • Rank 11.4 • Science 44%

Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.

Updated 6 months ago

@hugoalh/http-header-link • Rank 11.2 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to handle HTTP header `Link` according to RFC 8288 standard.

Updated 6 months ago

@stdlib/utils-inherit • Rank 11.1 • Science 44%

Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.

Updated 6 months ago

@stdlib/complex-realf • Rank 11.0 • Science 44%

Return the real component of a single-precision complex floating-point number.

Updated 6 months ago

@stdlib/array-base-setter • Rank 10.8 • Science 44%

Return an accessor function for setting an element in an indexed array-like object.

Updated 6 months ago

@stdlib/array-base-accessor-setter • Rank 10.8 • Science 44%

Return an accessor function for setting an element in an array-like object supporting the get/set protocol.

Updated 6 months ago

@stdlib/array-base-accessor-getter • Rank 10.8 • Science 44%

Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.

Updated 6 months ago

@stdlib/array-base-getter • Rank 10.8 • Science 44%

Return an accessor function for retrieving an element from an indexed array-like object.