@stdlib/constants-float64-sqrt-pi
Square root of π.
Square root of π.
Square root of 3.
Square root of 2.
Maximum safe nth Lucas number when stored in double-precision floating-point format.
π².
Square root of 2π.
2π.
Convert a Node-API value to a double-precision floating-point array.
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Convert a Node-API value to a double-precision floating-point number.
Convert a double-precision floating-point number to a Node-API value.
Sort a double-precision floating-point strided array using Shellsort.
Calculate the sum of double-precision floating-point strided array elements.
Calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Sort a double-precision floating-point strided array using insertion sort.
Sort a double-precision floating-point strided array using heapsort.
Compute the sum of absolute values (L1 norm).