constants-float32-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
constants-float32-sqrt-three
Square root of 3 as a single-precision floating-point number.
math-base-special-maxf
Return the maximum single-precision floating-point number.
stats-base-dists-planck-quantile
Planck (discrete exponential) distribution quantile function.
https://github.com/aveek-saha/mean-todo-app
A checklist style todo app made using the MEAN stack. The tasks sync seamlessly across multiple instances of the application
ndarray-base-unary-reduce-strided1d-assign-struct
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.
@stdlib/random-array-minstd-shuffle
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
@stdlib/math-base-special-lnf
Evaluate the natural logarithm of a single-precision floating-point number.
complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
@stdlib/array-base-unary2d
Apply a unary callback to elements in a two-dimensional nested input array and assign results to elements in a two-dimensional nested output array.
math-base-special-nonfibonaccif
Compute the nth non-Fibonacci single-precision floating-point number.
@stdlib/math-base-special-asind
Compute the arcsine (in degrees) of a double-precision floating-point number.
@stdlib/array-base-binary3d
Apply a binary callback to elements in three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
stats-strided-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
@stdlib/slice-base-sargs2multislice
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
stats-base-ztest-one-sample-results-to-string
Serialize a one-sample Z-test results object as a formatted string.
@stdlib/stats-base-dists-bernoulli-stdev
Bernoulli distribution standard deviation.
blas-ext-base-ndarray-ssum
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
math-array-special-abs
Compute the absolute value for each element in an input array.
@stdlib/random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
@stdlib/math-base-special-rad2degf
Convert an angle from radians to degrees (single-precision).
stats-strided-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
ndarray-vector-int16
Create a signed 16-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
stats-strided-dstdevch
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
random-tools-unary-factory
Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.
constants-float32-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in single-precision floating-point format.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
cytobrowser
CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.
stats-array-nanmin
Calculate the minimum value of an array, ignoring NaN values.
stats-array-varianceyc
Calculate the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.
stats-array-nanmax
Calculate the maximum value of an array, ignoring NaN values.
stats-array-variancewd
Calculate the variance of an array using Welford's algorithm.
@stdlib/random-array-bernoulli
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-dmeanlipw
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
stats-array-variancepn
Calculate the variance of an array using a two-pass algorithm.
stats-array-variancech
Calculate the variance of an array using a one-pass trial mean algorithm.
stats-strided-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/random-strided-minstd-shuffle
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stats-strided-smskrange
Calculate the range of a single-precision floating-point strided array according to a mask.
stats-strided-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
constants-float64-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in double-precision floating-point format.
stats-incr-nanmean
Compute an arithmetic mean incrementally, ignoring NaN values.
blas-ext-base-wasm-dapxsumpw
Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.
ndarray-vector-float64
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
constants-float64-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in double-precision floating-point format.
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
stats-strided-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
stats-strided-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
stats-strided-min-by
Calculate the minimum value of a strided array via a callback function.
stats-strided-max-by
Calculate the maximum value of a strided array via a callback function.
stats-strided-smaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array.
array-base-broadcasted-binary5d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-broadcasted-binary4d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a four-dimensional nested output array.