Updated 4 months ago

@stdlib/math-base-special-cbrt • Rank 6.1 • Science 44%

Compute the cube root of a double-precision floating-point number.

Updated 4 months ago

@stdlib/math-base-special-cbrtf • Rank 4.7 • Science 44%

Compute the cube root of a single-precision floating-point number.

Updated 4 months ago

@stdlib/math-strided-special-dmskcbrt • Rank 4.4 • Science 44%

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

Updated 4 months ago

@stdlib/math-strided-special-dcbrt • Rank 4.1 • Science 44%

Compute the cube root of each element in a double-precision floating-point strided array.

Updated 4 months ago

@stdlib/math-iter-special-cbrt • Rank 3.7 • Science 44%

Create an iterator which computes the cube root of each iterated value.

Updated 4 months ago

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

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

Updated 4 months ago

@stdlib/math-base-special-rcbrt • Rank 3.3 • Science 44%

Compute the reciprocal cube root of a double-precision floating-point number.

Updated 4 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 4 months ago

@stdlib/math-strided-special-dcbrt-by • Rank 2.1 • Science 44%

Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.

Updated 4 months ago

math-strided-special-scbrt • Rank 0.7 • Science 44%

Compute the cube root of each element in a single-precision floating-point strided array.

Updated 4 months ago

@stdlib/array-base-fillednd-by • Science 44%

Create a filled n-dimensional nested array according to a provided callback function.

Updated 4 months ago

@stdlib/array-base-binarynd • Science 44%

Apply a binary callback to elements in n-dimensional nested input arrays and assign results to elements in an n-dimensional nested output array.

Updated 4 months ago

@stdlib/array-base-unarynd • Science 44%

Apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array.

Updated 4 months ago

@stdlib/math-base-special-rcbrtf • Science 44%

Compute the reciprocal cube root of a single-precision floating-point number.