Create a regular expression from a regular expression string.
Return a regular expression to match a newline character sequence.
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
Multidimensional arrays.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Test whether two complex numbers are approximately the same value within a specified number of ULPs (units in the last place).
stand-alone library of threejs examples
The URI implementation that is used by VS Code and its extensions
Test if two arguments are approximately the same value within a specified number of ULPs (units in the last place).
Incomplete gamma function.
A robust, ES3 compatible, "has own property" predicate.
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
Sort an object's keys, including an optional key list
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Convert a string to lowercase.
The Euler-Mascheroni constant.
Natural exponential function.
Calculate a scaled Lanczos sum for the approximation of the gamma function.
BLAS memory layouts.
Complementary error function.
Format an error message for production.
Compute the principal square root of a double-precision floating-point number.
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.