Updated 6 months ago

@stdlib/number-float64-base-from-int64-bytes • Rank 3.6 • Science 44%

Convert a signed 64-bit integer byte array to a double-precision floating-point number.

Updated 6 months ago

@stdlib/math-iter-special-floor10 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward negative infinity.

Updated 6 months ago

@stdlib/math-iter-special-trunc2 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward zero.

Updated 6 months ago

@stdlib/math-base-special-cceiln • Rank 3.4 • Science 44%

Round a complex number to the nearest multiple of 10^n toward positive infinity.

Updated 6 months ago

@stdlib/math-iter-special-floor2 • Rank 3.4 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward negative infinity.

Updated 6 months ago

@stdlib/math-strided-special-sfloor • Rank 3.4 • Science 44%

Round each element in a single-precision floating-point strided array toward negative infinity.

Updated 6 months ago

@stdlib/math-strided-special-dfloor • Rank 3.4 • Science 44%

Round each element in a double-precision floating-point strided array toward negative infinity.

Updated 6 months ago

@stdlib/math-base-special-cfloorn • Rank 3.3 • Science 44%

Round a complex number to the nearest multiple of 10^n toward negative infinity.

Updated 6 months ago

math-strided-special-sceil • Rank 3.3 • Science 44%

Round each element in a single-precision floating-point strided array toward positive infinity.

Updated 6 months ago

@stdlib/math-base-special-ceilb • Rank 3.2 • Science 44%

Round a numeric value to the nearest multiple of b^n toward positive infinity.

Updated 6 months ago

@stdlib/math-base-special-roundb • Rank 3.2 • Science 44%

Round a numeric value to the nearest multiple of b^n on a linear scale.

Updated 6 months ago

@stdlib/utils-size-of • Rank 3.2 • Science 44%

Return the size (in bytes) of the canonical binary representation of a specified numeric type.

Updated 6 months ago

@stdlib/math-strided-special-smskfloor • Rank 3.2 • Science 44%

Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-dmskfloor • Rank 3.2 • Science 44%

Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.

Updated 6 months ago

@stdlib/math-iter-special-floor • Rank 2.9 • Science 44%

Create an iterator which rounds each iterated value toward negative infinity.

Updated 6 months ago

@stdlib/math-iter-special-round • Rank 2.4 • Science 44%

Create an iterator which rounds each iterated value to the nearest integer.

Updated 6 months ago

@stdlib/math-iter-special-ceil • Rank 2.3 • Science 44%

Create an iterator which rounds each iterated value toward positive infinity.

Updated 6 months ago

math-base-special-ceiln • Rank 0.7 • Science 44%

Round a numeric value to the nearest multiple of 10^n toward positive infinity.

Updated 6 months ago

math-base-special-floorf • Rank 0.0 • Science 44%

Round a single-precision floating-point numeric value toward negative infinity.

Updated 6 months ago

math-base-special-ceil • Rank 0.0 • Science 44%

Round a double-precision floating-point number toward positive infinity.

Updated 6 months ago

napi-argv-strided-uint16array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to an unsigned 16-bit integer array.

Updated 6 months ago

napi-argv-strided-uint32array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to an unsigned 32-bit integer array.

Updated 6 months ago

napi-argv-strided-int16array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a signed 16-bit integer array.

Updated 6 months ago

napi-argv-strided-int8array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a signed 8-bit integer array.

Updated 6 months ago

napi-argv-strided-int32array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a signed 32-bit integer array.

Updated 6 months ago

napi-argv-strided-uint8array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to an unsigned 8-bit integer array.

Updated 6 months ago

number-float64-base-to-int32 • Rank 0.0 • Science 44%

Convert a double-precision floating-point number to a signed 32-bit integer.

Updated 6 months ago

array-base-min-signed-integer-dtype • Rank 0.0 • Science 44%

Determine the minimum array data type for storing a provided signed integer value.

Updated 6 months ago

@stdlib/number-float64-base-to-int64-bytes • Rank 9.1 • Science 26%

Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.

Updated 6 months ago

@stdlib/random-array-discrete-uniform • Rank 8.4 • Science 26%

Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.

Updated 6 months ago

constants-float64-max-safe-nth-tribonacci • Science 44%

Maximum safe nth Tribonacci number when stored in double-precision floating-point format.

Updated 6 months ago

number-uint32-base-add • Science 26%

This repository contains a utility for adding unsigned 32-bit integers in a base format. It aims to simplify numerical operations in JavaScript and Node.js. 🐙✨

Updated 6 months ago

math-base-special-round-nearest-even • Science 44%

Round numbers to the nearest even integer with the math-base-special-round-nearest-even library. Ideal for precise numerical computations in JavaScript. 🛠️📊