@stdlib/math-iter-special-ceil
Create an iterator which rounds each iterated value toward positive infinity.
Create an iterator which rounds each iterated value toward positive infinity.
Create an iterator which rounds each iterated value toward zero.
Create an iterator which rounds each iterated value to the nearest power of 10 toward zero.
Create an iterator which rounds each iterated value to the nearest power of two toward zero.
Create an iterator which rounds each iterated value to the nearest integer.
Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.
Create an iterator which rounds each iterated value to the nearest power of two on a linear scale.
Create an iterator which rounds each iterated value toward negative infinity.
Create an iterator which rounds each iterated value to the nearest power of 10 toward negative infinity.
Create an iterator which rounds each iterated value to the nearest power of two toward negative infinity.
A fast and performant *Least Frequently Used* (LFU) sorted set implementation for working with reasonably sized integers (unsigned). Trades memory for performance, optimised for frequently updating and counting a relatively small set of integers (integer
Test if a value is a number having a negative integer value.
Test if a value is an array-like object containing only negative integers.
Test if a value is a number having a nonnegative integer value.
Test if a value is an array-like object containing only nonnegative integers.
Test whether a value is a property key.
Test if a value is an Int16Array.
Test if a value is an Int32Array.
Test if a value is an Int8Array.
Test if a value is a number having an integer value.