Topic: "float64"
stdlib-js/constants-float64-ln-two-pi
Natural logarithm of 2π.
Language: JavaScript - Size: 343 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

stdlib-js/assert-is-float64ndarray-like
Test if a value is an ndarray-like object containing double-precision floating-point numbers.
Language: JavaScript - Size: 1.5 MB - Last synced at: 3 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-dswap
Interchange two double-precision floating-point vectors.
Language: JavaScript - Size: 2.72 MB - Last synced at: 3 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-copysign
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Language: Python - Size: 1.1 MB - Last synced at: 7 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-e
Euler's number.
Language: JavaScript - Size: 304 KB - Last synced at: 3 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-frexp
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
Language: JavaScript - Size: 829 KB - Last synced at: 3 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-set-low-word
Set the less significant 32 bits of a double-precision floating-point number.
Language: JavaScript - Size: 625 KB - Last synced at: 2 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-normalize
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Language: JavaScript - Size: 576 KB - Last synced at: 3 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64
Double-precision floating-point mathematical constants.
Language: JavaScript - Size: 1.07 MB - Last synced at: 3 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dtrunc
Round each element in a double-precision floating-point strided array toward zero.
Language: JavaScript - Size: 500 KB - Last synced at: 3 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-from-binary-string
Create a double-precision floating-point number from a literal bit representation.
Language: JavaScript - Size: 1.24 MB - Last synced at: 3 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-to-binary-string
Return a string giving the literal bit representation of a double-precision floating-point number.
Language: JavaScript - Size: 969 KB - Last synced at: 3 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnansum
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
Language: JavaScript - Size: 1.27 MB - Last synced at: 3 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-set-high-word
Set the more significant 32 bits of a double-precision floating-point number.
Language: JavaScript - Size: 624 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskramp
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 489 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-dcopy
Copy values from x into y.
Language: C - Size: 558 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-ln-two
Natural logarithm of 2.
Language: JavaScript - Size: 358 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-ddeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians.
Language: JavaScript - Size: 586 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnansumkbn2
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Language: JavaScript - Size: 618 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/strided-napi-dmap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assigning results to elements in a double-precision floating-point strided output array.
Language: C - Size: 239 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dsqrt
Compute the principal square root for each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 479 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-get-low-word
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Language: Python - Size: 612 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-sqrt-half
Square root of 1/2.
Language: JavaScript - Size: 368 KB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-to-uint32
Convert a double-precision floating-point number to an unsigned 32-bit integer.
Language: JavaScript - Size: 413 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-to-float32
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Language: JavaScript - Size: 585 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-sqrt-two
Square root of 2.
Language: JavaScript - Size: 334 KB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
Language: JavaScript - Size: 2.69 MB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsumors
Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.
Language: JavaScript - Size: 564 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/strided-napi-dmskmap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays according to a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
Language: C - Size: 105 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-dswap
Interchange two double-precision floating-point vectors.
Language: C - Size: 540 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-flipsign
Return a double-precision floating-point number with the magnitude of x and the sign of x*y.
Language: Python - Size: 1.08 MB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dapxsum
Adds a constant to each double-precision floating-point strided array element and computes the sum.
Language: JavaScript - Size: 949 KB - Last synced at: 2 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-cbrt-eps
Cube root of double-precision floating-point epsilon.
Language: JavaScript - Size: 373 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-sqrt-pi
Square root of π.
Language: JavaScript - Size: 324 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-float64vector-like
Test if a value is a 1-dimensional ndarray-like object containing double-precision floating-point numbers.
Language: JavaScript - Size: 1.42 MB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnannsum
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
Language: JavaScript - Size: 1.48 MB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-high-word-abs-mask
High word mask for excluding the sign bit of a double-precision floating-point number.
Language: JavaScript - Size: 296 KB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 444 KB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsempn
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 861 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsem
Calculate the standard error of the mean for a double-precision floating-point strided array.
Language: JavaScript - Size: 1.39 MB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 811 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsum
Calculate the sum of double-precision floating-point strided array elements.
Language: JavaScript - Size: 1.25 MB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskceil
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
Language: JavaScript - Size: 563 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-max-safe-integer
Maximum safe double-precision floating-point integer.
Language: JavaScript - Size: 344 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dceil
Round each element in a double-precision floating-point strided array toward positive infinity.
Language: JavaScript - Size: 578 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-ln-pi
Natural logarithm of π.
Language: JavaScript - Size: 356 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-sqrt-half-pi
Square root of 0.5π.
Language: JavaScript - Size: 322 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dapx
Add a constant to each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 615 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-sqrt-eps
Square root of double-precision floating-point epsilon.
Language: JavaScript - Size: 331 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-fourth-pi
1/4 times π.
Language: JavaScript - Size: 307 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-dmap2
Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.
Language: JavaScript - Size: 405 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskdeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
Language: JavaScript - Size: 448 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-two-pi
2π.
Language: JavaScript - Size: 326 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/lapack-base-dlaswp
Perform a series of row interchanges on an input matrix.
Language: JavaScript - Size: 608 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsumkbn2
Calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Language: JavaScript - Size: 594 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-smallest-normal
Smallest positive double-precision floating-point normal number.
Language: JavaScript - Size: 396 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-ninf
Double-precision floating-point negative infinity.
Language: JavaScript - Size: 396 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-half-pi
1/2 times π.
Language: JavaScript - Size: 322 KB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-apery
Apéry's constant.
Language: JavaScript - Size: 356 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/lapack-base-dpttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
Language: JavaScript - Size: 854 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmsksqrt
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 585 KB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnannsumkbn
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Language: JavaScript - Size: 584 KB - Last synced at: 7 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmsktrunc
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
Language: JavaScript - Size: 604 KB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Language: JavaScript - Size: 498 KB - Last synced at: 5 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
Language: JavaScript - Size: 577 KB - Last synced at: 2 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 1.04 MB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnannsumkbn2
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Language: JavaScript - Size: 613 KB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskcbrt
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 905 KB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmin
Calculate the minimum value of a double-precision floating-point strided array.
Language: JavaScript - Size: 536 KB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-drev
Reverse a double-precision floating-point strided array in-place.
Language: JavaScript - Size: 797 KB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 453 KB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmax
Calculate the maximum value of a double-precision floating-point strided array.
Language: JavaScript - Size: 573 KB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dcbrt
Compute the cube root of each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 890 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-max
Maximum double-precision floating-point number.
Language: JavaScript - Size: 402 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-float64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
Language: JavaScript - Size: 1.57 MB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-dmskmap2
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
Language: JavaScript - Size: 398 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-assert
Base double-precision floating-point number assert functions.
Language: JavaScript - Size: 313 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsort2hp
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Language: JavaScript - Size: 597 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

josephmawa/EncodingExplorer
Learn character encoding
Language: JavaScript - Size: 364 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 1

stdlib-js/number-float64-base-to-words
Split a double-precision floating-point number into a higher order word and a lower order word.
Language: JavaScript - Size: 715 KB - Last synced at: 3 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dapxsumors
Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
Language: JavaScript - Size: 817 KB - Last synced at: 3 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-dswap
Interchange two double-precision floating-point vectors.
Language: JavaScript - Size: 568 KB - Last synced at: 3 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/number-float64-base-from-int64-bytes
Convert a signed 64-bit integer byte array to a double-precision floating-point number.
Language: JavaScript - Size: 619 KB - Last synced at: 3 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

stdlib-js/number-float64-base
Base utilities for double-precision floating-point numbers.
Language: JavaScript - Size: 1.73 MB - Last synced at: 3 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-drotg
Construct a Givens plane rotation.
Language: JavaScript - Size: 476 KB - Last synced at: 3 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsort2sh
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
Language: JavaScript - Size: 612 KB - Last synced at: 3 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/napi-argv-strided-float64array
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Language: C - Size: 203 KB - Last synced at: 3 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-drot
Applies a plane rotation.
Language: JavaScript - Size: 799 KB - Last synced at: 3 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/complex-float64-ctor
128-bit complex number.
Language: C - Size: 226 KB - Last synced at: 3 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/number-float64
Utilities for double-precision floating-point numbers.
Language: JavaScript - Size: 1.49 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-drot
Apply a plane rotation.
Language: C - Size: 235 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-float64array
Test if a value is a Float64Array.
Language: JavaScript - Size: 377 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
Language: C - Size: 641 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-dmskmap
Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a double-precision floating-point strided output array.
Language: JavaScript - Size: 506 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskabs
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 540 KB - Last synced at: 2 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dnansumors
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Language: JavaScript - Size: 563 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-pi-squared
π².
Language: JavaScript - Size: 322 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsort2ins
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
Language: JavaScript - Size: 604 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-ln-ten
Natural logarithm of 10.
Language: JavaScript - Size: 383 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-fourth-root-eps
Fourth root of double-precision floating-point epsilon.
Language: JavaScript - Size: 351 KB - Last synced at: 3 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0
