@hugoalh/sort
An ECMAScript (JavaScript & TypeScript) module for enhanced sort operation.
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
@stdlib/random-array-uniform
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
extra-javascript-text
Utilities for processing JavaScript text.
@stdlib/math-base-special-rad2degf
Convert an angle from radians to degrees (single-precision).
number-int32-base-muldw
Compute the double word product of two signed 32-bit integers.
complex-float64-base-scale
Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.
blas-base-wasm-zswap
Interchange two complex double-precision floating-point vectors.
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-base-ndarray-smax
Compute the maximum value of a one-dimensional single-precision floating-point ndarray.
stats-strided-sstdevyc
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/array-base-mskunary3d
Apply a unary callback to elements in a three-dimensional nested input array according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
stats-array-nanvariancepn
Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.
blas-base-wasm-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
math-base-special-acotdf
Compute the arccotangent (in degrees) of a single-precision floating-point number.
@stdlib/blas-base-caxpy
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.
@stdlib/blas-base-zswap
Interchanges two complex double-precision floating-point vectors.
stats-strided-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
math-base-special-minabsf
Return the minimum absolute single-precision floating-point number.
stats-strided-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
@stdlib/random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
stats-strided-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
math-base-special-sinf
Compute the sine of a single-precision floating-point number (in radians).
@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.
@stdlib/math-base-special-asind
Compute the arcsine (in degrees) of a double-precision floating-point number.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/random-array-triangular
Create an array containing pseudorandom numbers drawn from a triangular distribution.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
blas-ext-base-ndarray-dcusum
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.
daily_tseb_gee_et
A GEE TSEB Workflow for estimating Daily High Resolution (30m) fully Remote Sensing Evapotranspiration (ET)
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
constants-float64-max-nth-factorial
Maximum nth factorial when stored in double-precision floating-point format.
https://github.com/capjamesg/stories.js
A HTML component that enables stories on your personal website.
@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.
@stdlib/array-base-map2d
Apply a function to elements in a two-dimensional nested input array and assign results to elements in a new two-dimensional nested output array.
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
@stdlib/random-array-f
Create an array containing pseudorandom numbers drawn from an F distribution.
complex-float32-base-neg
Negate a single-precision complex floating-point number.
math-array-tools-unary-factory
Create a function for applying a unary function to each element in a provided array.
@stdlib/array-base-unary2d-by
Apply a unary callback to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.
math-base-special-fmodf
Evaluate the modulus function for single-precision floating-point numbers.
@stdlib/math-iter-special-trigamma
Create an iterator which evaluates the trigamma function for each iterated value.
stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
blas-ext-base-ndarray-scusum
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.
stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided 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-array-variancech
Calculate the variance of an array using a one-pass trial mean algorithm.
@stdlib/complex-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
stats-array-variancepn
Calculate the variance of an array using a two-pass algorithm.
ndarray-base-unary-reduce-strided1d-dispatch-by
This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨
math-base-special-heavisidef
Evaluate the Heaviside function for a single-precision floating-point number.
math-base-special-xlogyf
Compute `x * ln(y)` so that the result is `0` if `x = 0` for single-precision floating-point numbers `x` and `y`.
math-base-special-roundf
Round a single-precision floating-point number to the nearest integer.
complex-float32-base-sub
Subtract two single-precision complex floating-point numbers.