JSPM

Found 324 results for float64

@stdlib/stats-base-dcumax

Calculate the cumulative maximum of double-precision floating-point strided array elements.

  • v0.2.2
  • 9.68
  • Published

@stdlib/blas-ext-base-dsort2hp

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.

  • v0.2.2
  • 9.68
  • Published

@stdlib/stats-base-dcuminabs

Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.

  • v0.2.2
  • 9.67
  • Published

@stdlib/stats-base-dsempn

Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.

  • v0.2.2
  • 9.67
  • Published

@stdlib/stats-base-dnanmskrange

Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.

  • v0.2.2
  • 9.30
  • Published

@stdlib/stats-base-dstdevwd

Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.

  • v0.2.2
  • 9.25
  • Published

@stdlib/stats-base-dcumaxabs

Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.

  • v0.2.2
  • 9.23
  • Published

@stdlib/blas-ext-base-dapxsumkbn2

Adds a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.

  • v0.2.2
  • 9.23
  • Published

@stdlib/stats-base-dmskmax

Calculate the maximum value of a double-precision floating-point strided array according to a mask.

  • v0.2.2
  • 9.21
  • Published

@stdlib/stats-base-dnanmeanwd

Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.

  • v0.2.2
  • 9.21
  • Published

@stdlib/blas-ext-base-dnannsum

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.

  • v0.2.2
  • 8.83
  • Published

@stdlib/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.

  • v0.2.2
  • 8.83
  • Published

@stdlib/stats-base-dnanvariancewd

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

  • v0.2.2
  • 8.78
  • Published

@stdlib/stats-base-dmeanli

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.

  • v0.2.2
  • 8.75
  • Published

@stdlib/stats-base-dstdevtk

Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.

  • v0.2.2
  • 8.75
  • Published

@stdlib/blas-ext-base-dnansumkbn

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

  • v0.2.2
  • 8.75
  • Published

@stdlib/stats-base-dnanvariancetk

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.

  • v0.2.2
  • 8.75
  • Published

@stdlib/math-strided-special-dmskceil

Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.

  • v0.2.2
  • 8.75
  • Published

@stdlib/array-zero-to-like

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.

  • v0.2.2
  • 8.73
  • Published

@stdlib/blas-ext-base-dnansumors

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

  • v0.2.2
  • 8.71
  • Published

@stdlib/array-full-like

Create a filled array having the same length and data type as a provided array.

  • v0.2.1
  • 8.70
  • Published

math-float64-get-low-word

Returns a 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.

  • v1.0.0
  • 8.53
  • Published

@lvlte/modf

Get the integral and fractional parts of a given number.

  • v1.1.0
  • 8.53
  • Published

@stdlib/stats-base-dmaxabs

Calculate the maximum absolute value of a double-precision floating-point strided array.

  • v0.2.2
  • 8.47
  • Published

@stdlib/blas-base-zaxpy

Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.

  • v0.1.0
  • 8.25
  • Published

@stdlib/stats-base-dmeanvar

Calculate the mean and variance of a double-precision floating-point strided array.

  • v0.2.2
  • 8.20
  • Published

@stdlib/stats-base-dnanrange

Calculate the range of a double-precision floating-point strided array, ignoring NaN values.

  • v0.2.2
  • 8.20
  • Published

@stdlib/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.

  • v0.2.2
  • 8.17
  • Published

@stdlib/stats-base-dmeankbn2

Calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.

  • v0.2.2
  • 8.17
  • Published

@stdlib/stats-base-dnanvariancech

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

  • v0.2.2
  • 8.17
  • Published

@stdlib/strided-base-dmap2

Apply a binary function to double-precision floating-point strided input arrays and assign results to a double-precision floating-point strided output array.

  • v0.2.2
  • 8.14
  • Published

@stdlib/array-empty-like

Create an uninitialized array having the same length and data type as a provided array.

  • v0.3.0
  • 8.13
  • Published

@stdlib/stats-base-dmeankbn

Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.

  • v0.2.2
  • 8.13
  • Published

@stdlib/math-strided-special-dmskfloor

Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.

  • v0.2.2
  • 7.56
  • Published

@stdlib/utils-safe-int-max

Return the maximum safe integer capable of being represented by a numeric real type.

  • v0.2.2
  • 7.52
  • Published

@stdlib/strided-napi-dmskmap

C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision floating-point strided input array according to a strided mask array and assigning results to a double-precision floating-point

  • v0.2.2
  • 7.49
  • Published

@stdlib/array-ones-like

Create an array filled with ones and having the same length and data type as a provided array.

  • v0.2.1
  • 7.11
  • Published

@stdlib/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 a double-precision floating-point

  • v0.2.2
  • 6.23
  • Published

@stdlib/utils-real-max

Return the maximum finite value capable of being represented by a numeric real type.

  • v0.2.2
  • 6.18
  • Published

@stdlib/strided-napi-zmap

C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision complex floating-point strided input array and assigning results to a double-precision complex floating-point strided output ar

  • v0.2.2
  • 6.18
  • Published

math-float64-flipsign

Returns a double-precision floating-point number with the magnitude of x and the sign of x*y.

  • v1.0.0
  • 5.97
  • Published

@stdlib/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.

  • v0.2.2
  • 5.97
  • Published

@stdlib/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.

  • v0.2.2
  • 5.95
  • Published

math-float64-set-high-word

Sets the more significant 32 bits of a double-precision floating-point number.

  • v1.0.0
  • 5.16
  • Published

@stdlib/utils-real-max-cli

Return the maximum finite value capable of being represented by a numeric real type.

  • v0.2.2
  • 5.16
  • Published

@stdlib/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.

  • v0.2.2
  • 3.93
  • Published

math-float64-signbit

Returns a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).

  • v1.0.0
  • 3.90
  • Published

@stdlib/strided-napi-dmap2

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 and assigning results to a double-precision floating-point strided output array.

  • v0.2.2
  • 3.78
  • Published

@stdlib/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.

  • v0.2.2
  • 3.78
  • Published

@stdlib/utils-safe-int-min

Return the minimum safe integer capable of being represented by a numeric real type.

  • v0.2.2
  • 3.76
  • Published

ndarr

N-dimensional array library for JavaScript inspired by NumPy

  • v0.0.2
  • 2.20
  • Published

@stdlib/utils-real-min-cli

Return the smallest positive normal value capable of being represented by a numeric real type.

  • v0.2.2
  • 2.20
  • Published

@stdlib/array-zeros-like

Create a zero-filled array having the same length and data type as a provided array.

  • v0.2.2
  • 2.20
  • Published

@stdlib/math-strided-special-dmskrsqrt

Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.

  • v0.2.2
  • 2.19
  • Published

@stdlib/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.

  • v0.2.2
  • 2.19
  • Published

@stdlib/array-nans-like

Create an array filled with NaNs and having the same length and data type as a provided array.

  • v0.2.1
  • 0.00
  • Published

@stdlib/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.

  • v0.2.2
  • 0.00
  • Published

@stdlib/array-one-to-like

Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.

  • v0.2.2
  • 0.00
  • Published