Updated 6 months ago

@stdlib/math-strided-special-asin-by • Rank 4.9 • Science 44%

Compute the arcsine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-acos-by • Rank 4.3 • Science 44%

Compute the arccosine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-bessely1-by • Rank 4.2 • Science 44%

Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-besselj1-by • Rank 4.2 • Science 44%

Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-dceil • Rank 4.0 • Science 44%

Round each element in a double-precision floating-point strided array toward positive infinity.

Updated 6 months ago

@stdlib/math-strided-special-abs-by • Rank 4.0 • Science 44%

Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.

Updated 6 months ago

@stdlib/utils-map2 • Rank 3.9 • Science 44%

Apply a function to elements in two input arrays and assign the results to an output array.

Updated 6 months ago

@stdlib/math-strided-special-besselj0-by • Rank 3.8 • Science 44%

Compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-atan-by • Rank 3.8 • Science 44%

Compute the arctangent of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

math-strided-special-bessely0-by • Rank 3.6 • Science 44%

Compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-smskinv • Rank 3.6 • Science 44%

Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-dabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-sabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-dmskinv • Rank 3.3 • Science 44%

Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

math-strided-special-sceil • Rank 3.3 • Science 44%

Round each element in a single-precision floating-point strided array toward positive infinity.

Updated 6 months ago

@stdlib/math-strided-special-smskfloor • Rank 3.2 • Science 44%

Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-dmskfloor • Rank 3.2 • Science 44%

Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-binet-by • Rank 3.0 • Science 44%

Evaluate Binet's formula extended to real numbers for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-abs2-by • Rank 2.9 • Science 44%

Compute the squared absolute value of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/utils-map-right • Rank 2.8 • Science 44%

Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.

Updated 6 months ago

@stdlib/math-strided-special-sqrt-by • Rank 2.7 • Science 44%

Compute the principal square root for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-sin-by • Rank 2.6 • Science 44%

Compute the sine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-cbrt-by • Rank 2.5 • Science 44%

Compute the cube root of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

math-strided-special-cos-by • Rank 0.0 • Science 44%

Compute the cosine for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

math-array-tools-unary • Science 44%

Constructor for applying a unary function to each element in an input array.

Updated 6 months ago

@stdlib/utils-map • Science 44%

Apply a function to each element in an array and assign the result to an element in an output array.

Updated 6 months ago

math-array-tools-unary-factory • Science 44%

Create a function for applying a unary function to each element in a provided array.

Updated 6 months ago

math-array-special-abs • Science 44%

Compute the absolute value for each element in an input array.