d-link-list
typescript double linked list implementation with added accessors, removers, and inserter utils. As well as a map function that returns an index on each iteration
typescript double linked list implementation with added accessors, removers, and inserter utils. As well as a map function that returns an index on each iteration
Deque
A Javascript implementation of double linked list
Implementations of standards like ERC4907,ERC5006
The vue part of double
Tokenize strings with double quotes, with embedded escaped, backslashed double quotes
Number Data Types for NodeJS
Turn Buffer instances into "pointers"
Arbitrary-precision decimals. Enables making math calculations with rational numbers, without precision loss.
Create an iterator for generating pseudorandom numbers drawn from a Laplace distribution.
Return a regular expression to match a decimal number.
Compute the absolute value for each element in a double-precision floating-point strided array.
Compute the squared absolute value for each element in a double-precision floating-point strided array.
Compute the cube root of each element in a double-precision floating-point strided array.
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
Round each element in a double-precision floating-point strided array toward positive infinity.
Convert each element in a double-precision floating-point strided array from degrees to radians.
Round each element in a double-precision floating-point strided array toward negative infinity.
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.