Updated 6 months ago

constants-float64-max-safe-nth-double-factorial • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

@stdlib/napi-create-int32 • Science 44%

Convert a signed 32-bit integer to a Node-API value.

Updated 6 months ago

math-base-special-lucasf • Science 44%

Compute the nth Lucas number as a single-precision floating-point number.

Updated 6 months ago

ndarray-base-min-unsigned-integer-dtype • Science 44%

Determine the minimum ndarray data type for storing a provided unsigned integer value.

Updated 6 months ago

math-base-special-croundf • Science 44%

Round each component of a single-precision complex floating-point number to the nearest integer.

Updated 6 months ago

constants-float32-max-safe-lucas • Science 44%

Maximum safe Lucas number when stored in single-precision floating-point format.

Updated 6 months ago

constants-float32-max-safe-nth-lucas • Science 44%

Maximum safe nth Lucas number when stored in single-precision floating-point format.

Updated 6 months ago

@stdlib/random-streams-randi • Science 44%

Create a readable stream for generating pseudorandom numbers having integer values.

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. 🛠️📊

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

constants-float32-max-safe-nth-double-factorial • Science 44%

Maximum safe nth double factorial when stored in single-precision floating-point format.

Updated 6 months ago

constants-float32-max-nth-factorial • Science 26%

Maximum nth factorial when stored in single-precision floating-point format.

Updated 6 months ago

math-base-special-roundf • Science 44%

Round a single-precision floating-point number to the nearest integer.

Updated 6 months ago

constants-float64-max-nth-factorial • Science 44%

Maximum nth factorial when stored in double-precision floating-point format.

Updated 6 months ago

@stdlib/random-strided-discrete-uniform • Science 44%

Fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.

Updated 6 months ago

@stdlib/math-iter-special-round2 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two on a linear scale.

Updated 6 months ago

constants-float32-max-safe-nth-fibonacci • Science 44%

Maximum safe nth Fibonacci number when stored in single-precision floating-point format.

Updated 6 months ago

extra-integer • Science 54%

A 32-bit integer can store values from -2^31 to 2^31 - 1.

Updated 6 months ago

math-base-special-cfloorf • Science 44%

Round a single-precision complex floating-point number toward negative infinity.

Updated 6 months ago

number-uint8-base-mul • Science 26%

This repository provides a fast and efficient way to perform base multiplication on unsigned 8-bit integers. Join us in enhancing numerical computations in JavaScript! 🚀💻

Updated 6 months ago

constants-float32-max-safe-fibonacci • Science 44%

Maximum safe Fibonacci number when stored in single-precision floating-point format.