Updated 6 months ago

@stdlib/napi-argv-complex128 • Science 44%

Convert a Node-API value to a double-precision complex floating-point number.

Updated 6 months ago

@stdlib/blas-base-matrix-triangle-enum2str • Science 44%

Return the BLAS matrix triangle string associated with a BLAS matrix triangle enumeration constant.

Updated 6 months ago

stats-strided-dsvariance • Science 44%

Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/ndarray-base-flipud • Science 44%

Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.

Updated 6 months ago

math-base-special-maxf • Science 44%

Return the maximum single-precision floating-point number.

Updated 6 months ago

number-float64-base-assert-is-almost-equal • Science 44%

Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).

Updated 6 months ago

blas-ext-sum • Science 44%

Compute the sum along one or more ndarray dimensions.

Updated 6 months ago

@stdlib/random-strided-tools-ternary-factory • Science 44%

Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.

Updated 6 months ago

stats-strided-sminsorted • Science 44%

Calculate the minimum value of a sorted single-precision floating-point strided array.

Updated 6 months ago

blas-ext-base-wasm-dnanasumors • Science 44%

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

Updated 6 months ago

ndarray-base-unary-reduce-strided1d-assign-struct • Science 44%

Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.

Updated 6 months ago

stats-strided-svariancech • Science 44%

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

Updated 6 months ago

@stdlib/blas-base-diagonal-type-enum2str • Science 44%

Return the BLAS diagonal type string associated with a BLAS diagonal type enumeration constant.

Updated 6 months ago

@stdlib/napi • Science 44%

C APIs for creating Node-API native add-ons.

Updated 6 months ago

math-base-special-cphasef • Science 44%

Compute the argument of a single-precision complex floating-point number in radians.

Updated 6 months ago

@stdlib/ndarray-base-broadcast-scalar • Science 44%

Broadcast a scalar value to an ndarray to a specified shape.

Updated 6 months ago

stats-base-dists-planck-logpmf • Science 44%

Evaluate the logarithm of the probability mass function (PMF) for a Planck (discrete exponential) distribution.

Updated 6 months ago

@stdlib/blas-base-layout-resolve-enum • Science 44%

Return the enumeration constant associated with a supported BLAS memory layout value.

Updated 5 months ago

https://github.com/bmascat/code-artifact-openai-realtime • Science 13%

React app to generate and preview frontend components by voice (Realtime API OpenAI). It uses the shadcn and tailwindcss libraries by default.

Updated 6 months ago

math-base-special-atanf • Science 44%

Compute the arctangent of a single-precision floating-point number.

Updated 6 months ago

@stdlib/string-next-code-point-index • Science 44%

Return the position of the next Unicode code point in a string after a specified position.

Updated 6 months ago

stats-strided-dmin • Science 44%

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

Updated 6 months ago

array-base-mskbinary3d • Science 44%

Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.

Updated 6 months ago

array-base-mskbinary4d • Science 44%

Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.

Updated 6 months ago

stats-strided-sdsmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.

Updated 6 months ago

stats-array-nanvariancetk • Science 57%

Calculate the variance of an array ignoring `NaN` values and using a one-pass textbook algorithm.

Updated 6 months ago

@stdlib/math-base-tools-normhermitepolyf • Science 44%

Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.

Updated 6 months ago

stats-strided-dstdevyc • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

stats-strided-dnanmaxabs • Science 44%

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

Updated 6 months ago

number-float64-base-add • Science 44%

Compute the sum of two double-precision floating-point numbers.

Updated 6 months ago

https://github.com/amin2312/atween • Science 26%

ATween is a easy, fast and tiny tween library, it can run in javascript or other platforms (such as lua via haxe).

Updated 6 months ago

@stdlib/random-strided-invgamma • Science 44%

Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.

Updated 6 months ago

stats-strided-dnanvariance • Science 44%

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

Updated 6 months ago

assert-is-equal-date-object • Science 44%

Test if two values are both Date objects corresponding to the same date and time.

Updated 6 months ago

lapack-base-dge-trans • Science 44%

Convert input general matrix from row-major to column-major layout or vice versa.

Updated 6 months ago

math-base-special-vercosf • Science 44%

Compute the versed cosine of a single-precision floating-point number (in radians).