@stdlib/constants-float64-min-base10-exponent
The minimum base 10 exponent for a normal double-precision floating-point number.
The minimum base 10 exponent for a normal double-precision floating-point number.
π².
Square root of 2π.
2π.
16-bit signed integer mathematical constants.
Incremental machine learning algorithms.
Incrementally perform binary classification using stochastic gradient descent (SGD).
Incrementally partition data into `k` clusters.
Online regression via stochastic gradient descent (SGD).
Create a readable stream for generating pseudorandom numbers drawn from a gamma distribution.
Machine learning algorithms.
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
Calculate the cumulative sum of single-precision floating-point strided array elements.
Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the cumulative sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the cumulative sum of single-precision floating-point strided array elements using ordinary recursive summation.
Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.
Adds a constant to each strided array element and computes the sum.