@stdlib/random-array-randu
Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.
@stdlib/random-strided-weibull
Fill a strided array with pseudorandom numbers drawn from a Weibull distribution.
constants-float32-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal single-precision floating-point number.
lapack-base-dlamch
Determine double-precision floating-point machine parameters.
@stdlib/blas-base-transpose-operation-str2enum
Return the enumeration constant associated with a BLAS transpose operation.
@stdlib/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
blas-ext-base-wasm-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
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`.
@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.
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.
blas-ext-base-wasm-dnanasumors
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
stats-strided-sminsorted
Calculate the minimum value of a sorted single-precision floating-point strided array.
stats-base-dists-planck-quantile
Planck (discrete exponential) distribution quantile function.
math-base-special-maxf
Return the maximum single-precision floating-point number.
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
@stdlib/blas-base-matrix-triangle-enum2str
Return the BLAS matrix triangle string associated with a BLAS matrix triangle enumeration constant.
open-sri
Ultralight, non-dependent and minimalist open-source package to recursively generate subresource integrity (SRI) hashes.
number-float64-base-assert-is-almost-equal
Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
constants-float32-sqrt-three
Square root of 3 as a single-precision floating-point number.
ndarray-vector-int32
Create a signed 32-bit integer vector (i.e., a one-dimensional ndarray).
constants-float64-max-nth-factorial
Maximum nth factorial when stored in double-precision floating-point format.
constants-float32-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
array-base-cuevery-by-right
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
stats-strided-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
ndarray-vector-int8
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/complex-float32-base-add
Add two single-precision complex floating-point numbers.
blas-base-wasm-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
tips-tools
Compile references of publications, devices, SoC and tools for technical watch. Provides CLI tool, web page, Ruby server and kind of PWA to search and get results from corpora.
stats-strided-dnanstdevtk
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
stats-strided-smskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask.
@hugoalh/url-regexp
An ECMAScript (JavaScript & TypeScript) module for URL regular expression.
math-base-special-acotdf
Compute the arccotangent (in degrees) of a single-precision floating-point number.
stats-strided-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
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.
stats-array-meanpw
Calculate the arithmetic mean of an array using pairwise summation.
assert-is-almost-equal-complex128array
Test if two arguments are both Complex128Arrays and contain respective elements which are approximately equal within a specified number of ULPs (units in the last place).
constants-float32-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal single-precision floating-point number.
https://github.com/caleb531/connect-four
The slickest way to get 4-in-a-row, written using HTML5, JS, and Mithril (like React). Features an AI player, online multiplayer capability, and a smooth user interface
@stdlib/array-empty-like
Create an uninitialized array having the same length and data type as a provided array.
array-struct-factory
Return a constructor for creating arrays having a fixed-width composite data type.