@stdlib/math-base-special-asecd
Compute the arcsecant (in degrees) of a double-precision floating-point number.
@stdlib/random-array-arcsine
Create an array containing arcsine distributed pseudorandom numbers.
@stdlib/array-base-from-strided
Convert a strided array to a non-strided generic array.
@stdlib/ndarray-base-binary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
@stdlib/blas-base-transpose-operation-enum2str
Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.
@stdlib/random-strided-rayleigh
Fill a strided array with pseudorandom numbers drawn from a Rayleigh distribution.
boffo
Boffo is an add-on for Google Sheets written by the Caltech Library. It lets you select item barcodes in a spreadsheet and retrieve information about the item records from a FOLIO server.
random-array-weibull
Create an array containing pseudorandom numbers drawn from a Weibull distribution.
array-base-symmetric-banded-filled2d-by
Create a filled two-dimensional symmetric banded nested array according to a provided callback function.
@stdlib/array-base-assert-is-complex64array
Test if a value is a Complex64Array.
@stdlib/random-strided-mt19937
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
@stdlib/array-base-quinary4d
Apply a quinary callback to elements in five four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/random-strided-geometric
Fill a strided array with pseudorandom numbers drawn from a geometric distribution.
@stdlib/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
@stdlib/random-strided-randu
Fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.
@stdlib/blas-base-transpose-operation-str2enum
Return the enumeration constant associated with a BLAS transpose operation.
lapack-base-dlamch
Determine double-precision floating-point machine parameters.
@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.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
complex-float32-base-sub
Subtract two single-precision complex floating-point numbers.
@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.
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.
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
ndarray-base-spread-dimensions
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
is-string-ascii-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the string is ASCII.
@stdlib/complex-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
@stdlib/math-iter-special-trigamma
Create an iterator which evaluates the trigamma function for each iterated value.
math-base-special-fmodf
Evaluate the modulus function for single-precision floating-point numbers.
@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.
@stdlib/random-array-negative-binomial
Create an array containing pseudorandom numbers drawn from a negative binomial distribution.
math-array-tools-unary-factory
Create a function for applying a unary function to each element in a provided array.
@stdlib/math-base-special-asecf
Compute the inverse (arc) secant of a single-precision floating-point number.
@stdlib/math-base-special-atand
Compute the arctangent(in degrees) of a double-precision floating-point number.
complex-float32-base-neg
Negate a single-precision complex floating-point number.