@stdlib/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
@stdlib/slice-base-sargs2multislice
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
blas-ext-base-wasm-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
stats-strided-dsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.
@stdlib/lapack-base-dpttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
stats-base-dists-planck-logpmf
Evaluate the logarithm of the probability mass function (PMF) for a Planck (discrete exponential) distribution.
stats-strided-dmin
Calculate the minimum value of a double-precision floating-point strided array.
@stdlib/lapack-base-dlaswp
Perform a series of row interchanges on an input matrix.
@stdlib/random-array-gumbel
Create an array containing pseudorandom numbers drawn from a Gumbel distribution.
array-base-unary5d-by
Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.
math-base-special-atanf
Compute the arctangent of a single-precision floating-point number.
https://github.com/bmascat/code-artifact-openai-realtime
React app to generate and preview frontend components by voice (Realtime API OpenAI). It uses the shadcn and tailwindcss libraries by default.
@stdlib/random-strided-mt19937
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
math-base-special-secf
Compute the secant of a single-precision floating-point number (in radians).
@stdlib/random-array-normal
Create an array containing pseudorandom numbers drawn from a normal distribution.
@stdlib/random-strided-tools-binary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
stats-strided-dsempn
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
math-base-special-logf
Compute the base `b` logarithm of a single-precision floating-point number.
stats-strided-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
@stdlib/math-base-special-asecdf
Compute the arcsecant (in degrees) of a single-precision floating-point number.