Updated 6 months ago

stats-base-nanvariancech • Rank 0.7 • Science 57%

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

Updated 6 months ago

stats-base-snanvariancech • Rank 0.7 • Science 57%

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

Updated 6 months ago

stats-base-snanvariancewd • Rank 0.0 • Science 57%

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

Updated 6 months ago

blas-base-sdsdot • Rank 0.0 • Science 57%

Calculate the dot product of two single-precision floating-point vectors with extended accumulation.

Updated 6 months ago

@stdlib/number-float64-base-get-low-word • Rank 12.7 • Science 44%

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

Updated 6 months ago

@stdlib/math-base-special-sqrt • Rank 12.7 • Science 44%

Compute the principal square root of a double-precision floating-point number.

Updated 6 months ago

https://github.com/electron/forge • Rank 30.3 • Science 26%

:electron: A complete tool for building and publishing Electron applications

Updated 6 months ago

@stdlib/assert-instance-of • Rank 11.9 • Science 44%

Test whether a value has in its prototype chain a specified constructor as a prototype property.

Updated 6 months ago

@stdlib/complex-float32-reim • Rank 11.9 • Science 44%

Return the real and imaginary components of a single-precision complex floating-point number.

Updated 6 months ago

@stdlib/constants-float64-eps • Rank 11.7 • Science 44%

Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.

Updated 6 months ago

pawnote • Rank 11.6 • Science 44%

A purrfect API wrapper for PRONOTE.

Updated 6 months ago

@stdlib/assert-tools-array-like-function • Rank 11.6 • Science 44%

Return a function which tests if every element in an array-like object passes a test condition.