Projects in Awesome Lists tagged with float64
A curated list of projects in awesome lists tagged with float64 .
https://github.com/stdlib-js/blas-dswap
Interchange two double-precision floating-point vectors.
algebra array blas double dswap float64 interchange javascript level-1 linear math mathematics ndarray node node-js nodejs stdlib subroutines swap vector
Last synced: 03 Mar 2025
https://github.com/stdlib-js/math-strided-special-dtrunc
Round each element in a double-precision floating-point strided array toward zero.
array dbl double float64 float64array integer javascript math mathematics nearest node node-js nodejs number round stdlib trunc truncate value vector
Last synced: 08 May 2025
https://github.com/stdlib-js/constants-float64-apery
Apéry's constant.
apery const constant dbl double float64 floating-point ieee754 javascript math mathematics node node-js nodejs number-theory precision riemann stdlib zeta
Last synced: 16 May 2025
https://github.com/stdlib-js/math-base-special-copysign
Return a double-precision floating-point number with the magnitude of x and the sign of y.
bits copy copysign dbl double float float64 floating-point function ieee754 javascript math mathematics node node-js nodejs number sign special stdlib
Last synced: 11 Jun 2025
https://github.com/stdlib-js/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
algebra array copy dlacpy double float64 float64array javascript lapack linear math mathematics matrix ndarray node node-js nodejs stdlib subroutines
Last synced: 19 Jan 2026
https://github.com/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.
base dbl double float float64 floating-point javascript low node node-js nodejs stdlib type types util utilities utility utils word words
Last synced: 09 Apr 2025
https://github.com/stdlib-js/stats-base-dmax
Calculate the maximum value of a double-precision floating-point strided array.
array domain extent extremes float64 javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 18 Apr 2025
https://github.com/stdlib-js/number-float64-base-to-binary-string
Return a string giving the literal bit representation of a double-precision floating-point number.
base bin binary bits dbl double float float64 javascript node node-js nodejs number stdlib type types util utilities utility utils
Last synced: 05 Jul 2025
https://github.com/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.
array dbl double double-precision float64 float64array integer javascript nearest node node-js nodejs number round stdlib strided trunc truncate value vector
Last synced: 30 Apr 2025
https://github.com/stdlib-js/constants-float64-sqrt-half
Square root of 1/2.
const constant dbl double float64 floating-point half ieee754 javascript math mathematics node node-js nodejs root sqrt square stdlib
Last synced: 15 Mar 2025
https://github.com/stdlib-js/constants-float64-two-pi
2π.
2pi const constant dbl double float64 floating-point ieee754 javascript math mathematics node node-js nodejs pi precision stdlib
Last synced: 29 Jul 2025
https://github.com/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.
apply array base binary dbl double double-precision float64 foreach javascript map ndarray node node-js nodejs stdlib strided transform
Last synced: 30 Jun 2025
https://github.com/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.
array blas compensated extended float64 javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 09 Apr 2025
https://github.com/stdlib-js/blas-ext-base-dapxsum
Adds a constant to each double-precision floating-point strided array element and computes the sum.
array blas double extended float64 javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 29 Aug 2025
https://github.com/stdlib-js/assert-is-float64vector-like
Test if a value is a 1-dimensional ndarray-like object containing double-precision floating-point numbers.
1d assert assertion float64 is isndarray isvector javascript ndarray ndarray-like node node-js nodejs stdlib util utilities utility utils vec vector
Last synced: 21 Aug 2025
https://github.com/stdlib-js/constants-float64-e
Euler's number.
const constant dbl double e euler float64 floating-point ieee754 javascript math mathematics napier node node-js nodejs precision stdlib
Last synced: 27 Oct 2025
https://github.com/stdlib-js/math-strided-special-ddeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians.
angle convert dbl degrees double double-precision float64 float64array geometry javascript math mathematics node node-js nodejs radians stdlib trig trigonometry vector
Last synced: 08 Oct 2025
https://github.com/stdlib-js/math-strided-special-dmskabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
abs2 absolute array dbl double double-precision float64 float64array javascript magnitude math mathematics node node-js nodejs square squared stdlib value vector
Last synced: 19 Aug 2025
https://github.com/stdlib-js/number-float64-base-get-high-word
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
base dbl double float float64 floating-point high javascript node node-js nodejs stdlib type types util utilities utility utils word words
Last synced: 15 Apr 2025
https://github.com/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.
apply array base dbl double double-precision float64 foreach javascript map mask masked ndarray node node-js nodejs stdlib strided transform unary
Last synced: 30 Apr 2025
https://github.com/stdlib-js/blas-base-dcabs1
Compute the sum of the absolute values of the real and imaginary components of a double-precision complex floating-point number.
abs absolute blas cmplx complex dcabs1 float64 javascript math mathematics node node-js nodejs number scalar stdlib
Last synced: 30 Apr 2025
https://github.com/stdlib-js/math-strided-special-dinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
array dbl double double-precision float64 float64array inv inverse javascript math mathematics multiplicative node node-js nodejs number reciprocal stdlib strided vector
Last synced: 08 Sep 2025
https://github.com/stdlib-js/blas-base-wasm-drot
Applies a plane rotation.
algebra array blas double drot float64 float64array javascript level-1 linear math mathematics ndarray node node-js nodejs rotation stdlib subroutines vector
Last synced: 03 Apr 2025
https://github.com/stdlib-js/napi-argv-strided-float64array2d
Convert a Node-API value representing a two-dimensional strided array to a double-precision floating-point array.
addon array double float64 javascript macros matrix napi native ndarray node node-js nodejs stdlib strided utilities utils
Last synced: 04 Apr 2025
https://github.com/stdlib-js/math-strided-special-dmskinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
array dbl double double-precision element-wise float64 float64array inv inverse javascript mask multiplicative ndarray node node-js nodejs reciprocal stdlib strided vector
Last synced: 06 May 2025
https://github.com/stdlib-js/constants-float64-pinf
Positive infinity.
const constant dbl double float64 floating-point ieee754 infinity javascript math mathematics node node-js nodejs pinf positive precision stdlib
Last synced: 18 Jun 2025
https://github.com/stdlib-js/assert-is-float64array
Test if a value is a Float64Array.
array assert assertion double float64 float64array ieee754 is javascript node node-js nodejs stdlib typed typed-array util utilities utility utils
Last synced: 19 Jul 2025
https://github.com/formulae-org/package-data-js
Data package for Fōrmulæ, in JavaScript
base64 base64string byte-buffer byte-manipulation data-conversion endianness float32 float64 floating-point hexadecimal-string long-int short-int string-decode string-encoding unicode-strings
Last synced: 19 Jul 2025
https://github.com/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.
arrange array blas double extended float64 float64array insertion javascript math mathematics ndarray node node-js nodejs order permute sort stdlib strided
Last synced: 13 Apr 2025
https://github.com/stdlib-js/number-float64-base-signbit
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
base bit double float float64 floating-point javascript node node-js nodejs positive sign signbit stdlib type types util utilities utility utils
Last synced: 13 Apr 2025
https://github.com/stdlib-js/lapack-base-zlaset
Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.
algebra array complex copy double float64 float64array javascript lapack linear math mathematics matrix ndarray node node-js nodejs stdlib subroutines zlaset
Last synced: 05 Apr 2025
https://github.com/stdlib-js/strided-napi-dmskmap
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 according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
addon array dbl double double-precision float64 javascript map mask masked missing n-api napi node node-js nodejs stdlib strided transform unary
Last synced: 12 Jun 2025
https://github.com/stdlib-js/blas-ext-base-dsortins
Sort a double-precision floating-point strided array using insertion sort.
arrange array blas double extended float64 float64array insertion javascript math mathematics ndarray node node-js nodejs order permute sort stdlib strided
Last synced: 12 Jul 2025
https://github.com/stdlib-js/constants-float64-nan
Double-precision floating-point NaN.
const constant dbl double float64 floating-point ieee754 javascript math mathematics nan node node-js nodejs precision stdlib
Last synced: 13 May 2025
https://github.com/stdlib-js/stats-base-dsemyc
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 21 Sep 2025
https://github.com/stdlib-js/strided-napi-dmap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assigning results to elements in a double-precision floating-point strided output array.
addon array binary dbl double double-precision float64 javascript map n-api napi node node-api node-js nodejs stdlib strided transform
Last synced: 11 Jan 2026
https://github.com/stdlib-js/stats-base-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
arithmetic-mean array average avg central-tendency double float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 25 Jul 2025
https://github.com/stdlib-js/constants-float64-high-word-exponent-mask
High word mask for the exponent of a double-precision floating-point number.
64bit bits const constant exponent float float64 floating-point high ieee754 javascript mask math mathematics node node-js nodejs stdlib word
Last synced: 16 Aug 2025
https://github.com/stdlib-js/number-float64-base-from-int64-bytes
Convert a signed 64-bit integer byte array to a double-precision floating-point number.
base cast convert dbl double float64 int int64 integer javascript node node-js nodejs stdlib type types util utilities utility utils
Last synced: 13 Apr 2025
https://github.com/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.
arrange array blas extended float64 insertion javascript math mathematics ndarray node node-js nodejs order permute shell shellsort sort stdlib strided
Last synced: 13 Apr 2025
https://github.com/abrie/jest-ieee754
Jest matcher extension for comparing integer representations of floats (ULP)
float64 javascript jest-extension ulp ulp-distance
Last synced: 03 Nov 2025
https://github.com/stdlib-js/stats-base-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
array domain extent extremes float64 javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 24 Apr 2025
https://github.com/stdlib-js/constants-complex128-nan
Canonical double-precision complex floating-point NaN.
cmplx cmplx128 complex complex128 const constant dbl double float64 floating-point javascript math mathematics nan node node-js nodejs precision stdlib
Last synced: 24 Apr 2025
https://github.com/stdlib-js/number-float64
Utilities for double-precision floating-point numbers.
64-bit double double-precision float64 floating-point ieee754 javascript namespace node node-js nodejs ns number stdlib types
Last synced: 24 Apr 2025
https://github.com/stdlib-js/blas-base-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
algebra array blas dznrm2 euclidean euclidean-norm float64 javascript level-1 linear math mathematics ndarray node node-js nodejs norm stdlib subroutines vector
Last synced: 25 Apr 2025
https://github.com/stdlib-js/math-strided-special-dcbrt-by
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
array cube dbl double double-precision float64 float64array javascript math mathematics ndarray node node-js nodejs pow power root stdlib strided vector
Last synced: 02 Apr 2025
https://github.com/stdlib-js/constants-complex128-zero
Double-precision complex floating-point zero.
cmplx cmplx128 complex complex128 const constant dbl double float64 floating-point javascript math mathematics node node-js nodejs precision stdlib zero
Last synced: 09 Apr 2025
https://github.com/stdlib-js/number-float64-base-to-int64-bytes
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
base cast convert dbl double float64 int int64 integer javascript node node-js nodejs stdlib type types util utilities utility utils
Last synced: 13 Oct 2025
https://github.com/stdlib-js/stats-strided-dnanmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
arithmetic-mean array average avg central-tendency double float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 31 Mar 2025
https://github.com/stdlib-js/stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
array domain extent extremes float64 javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 27 Mar 2025
https://github.com/stdlib-js/stats-strided-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
arithmetic-mean array average avg central-tendency double float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 27 Mar 2025
https://github.com/stdlib-js/stats-strided-dsem
Calculate the standard error of the mean for a double-precision floating-point strided array.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 27 Oct 2025
https://github.com/stdlib-js/lapack-base-dlaset
Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
algebra array dlaset exchange float64 initialize javascript lapack linear math mathematics ndarray node node-js nodejs permute permutedims set stdlib subroutines
Last synced: 10 Jul 2025
https://github.com/syedrudro/number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
dbl double double-precision float64 identity javascript mathematics nodejs stdlib
Last synced: 10 Aug 2025
https://github.com/stdlib-js/stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
arithmetic-mean array average avg central-tendency float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 30 Jun 2025
https://github.com/stdlib-js/math-base-special-frexpf
Split a single-precision floating-point number into a normalized fraction and an integer power of two.
dbl denormalized double float float64 floating-point frexp frexpf ieee754 javascript math mathematics node node-js nodejs normal normalized number stdlib subnormal
Last synced: 25 Jul 2025
https://github.com/stdlib-js/stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided array.
array double float64 float64array hypothesis javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array testing typed z-test ztest
Last synced: 21 Jul 2025
https://github.com/stdlib-js/blas-ext-base-dindex-of
Return the first index of a specified search element in a double-precision floating-point strided array.
array blas double element find float float64 float64array index javascript ndarray node node-js nodejs search stdlib strided
Last synced: 30 Oct 2025
https://github.com/stdlib-js/constants-float32-gamma-lanczos-g
Arbitrary constant `g` to be used in Lanczos approximation functions.
64-bit 64bit approx approximation const constant float float64 floating-point gamma ieee754 javascript lanczos math mathematics node node-js nodejs real stdlib
Last synced: 24 Mar 2025
https://github.com/stdlib-js/blas-ext-base-dlast-index-of
Return the last index of a specified search element in a double-precision floating-point strided array.
array blas double element find float float64 float64array index javascript ndarray node node-js nodejs search stdlib strided
Last synced: 10 Jul 2025
https://github.com/stdlib-js/stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
arithmetic-mean array average avg central-tendency double float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 18 Jul 2025
https://github.com/stdlib-js/complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
cmplx complex dbl double double-precision float64 identity javascript math mathematics node node-js nodejs stdlib
Last synced: 19 Mar 2025
https://github.com/stdlib-js/stats-strided-dsemyc
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 31 Mar 2025
https://github.com/stdlib-js/stats-strided-dsemtk
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 31 Mar 2025
https://github.com/stdlib-js/stats-strided-dsemch
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 31 Mar 2025
https://github.com/stdlib-js/stats-strided-dnanmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
arithmetic-mean array average avg central-tendency float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 28 Jul 2025
https://github.com/stdlib-js/stats-strided-dnanmin
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
array domain extent extremes float64 javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 31 Mar 2025