GitHub
@stdlib/math-base-tools-evalrational-compile-c
Compile a C function for evaluating a rational function.
@stdlib/random-iter-cauchy
Create an iterator for generating pseudorandom numbers drawn from a Cauchy distribution.
DormandPrince
A simplified Julia-native implementation of the Dormand-Prince 5th and 8th order solvers
gufo-err
Gufo Labs Err is the flexible and robust python error handling framework.
@stdlib/random-streams-gumbel
Create a readable stream for generating pseudorandom numbers drawn from a Gumbel distribution.
@stdlib/math-base-special-boxcox1p
Compute a one-parameter Box-Cox transformation of 1+x.
@stdlib/iter-to-array-view-right
Fill an array-like object view from right to left with values returned from an iterator.
@stdlib/random-streams-arcsine
Create a readable stream for generating pseudorandom numbers drawn from an arcsine distribution.
@stdlib/random-streams-uniform
Create a readable stream for generating pseudorandom numbers drawn from a uniform distribution.
@stdlib/blas-sdot
Calculate the dot product of two single-precision floating-point vectors.
@stdlib/math-iter-special-factorial
Create an iterator which evaluates the factorial function for each iterated value.
@hugoalh/is-primitive
An ECMAScript (JavaScript & TypeScript) module to determine whether the item is a primitive.
@hugoalh/exfetch
An ECMAScript (JavaScript & TypeScript) module to extend `fetch`.
@stdlib/math-iter-utils-continued-fraction
Evaluate the terms of a continued fraction.
@stdlib/constants-float64-num-bytes
Size (in bytes) of a double-precision floating-point number.
@stdlib/stats-base-dists-invgamma-skewness
Inverse gamma distribution skewness.
@stdlib/random-streams-geometric
Create a readable stream for generating pseudorandom numbers drawn from a geometric distribution.
@stdlib/utils-async-if-else
If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
@stdlib/stats-base-smin
Calculate the minimum value of a single-precision floating-point strided array.
@stdlib/blas-ext-base-dsnannsumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
@stdlib/math-strided-special-dmsksqrt
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/stats-base-snanmskrange
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-dists-degenerate-variance
Degenerate distribution variance.
@stdlib/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
@stdlib/math-strided-special-smskinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-iter-special-digamma
Create an iterator which evaluates the digamma function for each iterated value.
@stdlib/utils-values
Return an array of an object's own enumerable property values.
documentation
Tools and open datasets to support, sustain, and secure critical digital infrastructure.
@stdlib/math-iter-special-cosh
Create an iterator which computes the hyperbolic cosine for each iterated value.
@stdlib/random-streams-normal
Create a readable stream for generating pseudorandom numbers drawn from a normal distribution.
@stdlib/random-iter-weibull
Create an iterator for generating pseudorandom numbers drawn from a Weibull distribution.
@stdlib/random-iter-frechet
Create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.
@stdlib/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
@stdlib/stats-base-dnanmin
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
theatre-extensions-animations
It is a module for Theatre.js which allows you to import animation into timeline from a GLTF file.
@stdlib/stats-base-dmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask.
change-case
Change case of text using the command line: upper-case, lower-case, title-case, camel-case, kebab-case, snake-case
@stdlib/math-iter-special-dirac-delta
Create an iterator which evaluates the Dirac delta function for each iterated value.
@stdlib/math-iter-special-asin
Create an iterator which computes the arcsine of each iterated value.
@stdlib/math-strided-special-inv
Compute the multiplicative inverse for each element in a strided array.
@stdlib/math-iter-special-ahavercos
Create an iterator which computes the inverse half-value versed cosine of each iterated value.
@stdlib/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
@stdlib/simulate-iter-triangle-wave
Create an iterator which generates a triangle wave.
@stdlib/stats-base-nanmin
Calculate the minimum value of a strided array, ignoring NaN values.
@stdlib/math-base-special-bessely0
Compute the Bessel function of the second kind of order zero.
@stdlib/utils-curry-right
Transform a function into a sequence of functions each accepting a single argument.
@stdlib/assert-is-float32matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
@stdlib/number-float32-base-assert
Base double-precision floating-point number assert functions.
@stdlib/math-strided-special-ahavercos-by
Compute the inverse half-value versed cosine of each element retrieved from an input strided array via a callback function.
@stdlib/nlp-ordinalize
Turn an integer into an ordinal string (e.g., `1st`, `2nd`, etc.).
@stdlib/stats-iter-cusum
Create an iterator which iteratively computes a cumulative sum.
@stdlib/math-iter-sequences-continued-fraction
Create an iterator which generates a list of all continued fraction terms which can be obtained given the precision of provided number.