Updated 9 months ago

extra-bit • Rank 10.2 • Science 54%

The bit is a basic unit of information in information theory, computing.

Updated 9 months ago

@stdlib/array-base-flipud3d • Rank 3.6 • Science 44%

Reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.

Updated 9 months ago

@stdlib/array-base-flipud4d • Rank 3.5 • Science 44%

Reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.

Updated 9 months ago

@stdlib/utils-reverse-arguments • Rank 3.3 • Science 44%

Create a function that invokes a provided function with arguments in reverse order.

Updated 9 months ago

@stdlib/ndarray-base-reverse-dimension • Rank 3.3 • Science 44%

Return a view of an input ndarray in which the order of elements along a specified dimension is reversed.

Updated 9 months ago

@stdlib/ndarray-base-fliplr • Rank 2.9 • Science 44%

Return a view of an input ndarray in which the order of elements along the last dimension is reversed.

Updated 9 months ago

ndarray-base-to-reversed • Rank 0.0 • Science 44%

Return a new ndarray where the order of elements of an input ndarray is reversed along each dimension.

Updated 9 months ago

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

Reverse the order of elements along the first dimension of a two-dimensional nested input array.

Updated 9 months ago

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

Reverse the order of elements along the last dimension of a three-dimensional nested input array.

Updated 9 months ago

@stdlib/ndarray-base-flipud • Science 44%

Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.

Updated 9 months ago

@stdlib/string-base-for-each-code-point-right • Science 44%

Invoke a function for each Unicode code point in a string, iterating from right to left.

Updated 9 months ago

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

Reverse the order of elements along the last dimension of a five-dimensional nested input array.

Updated 9 months ago

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

Reverse the order of elements along the second-to-last dimension of a five-dimensional nested input array.

Updated 9 months ago

@stdlib/ndarray-base-reverse • Science 44%

Return a view of an input ndarray in which the order of elements along each dimension is reversed.

Updated 9 months ago

array-base-fliplr4d • Science 44%

Reverse the order of elements along the last dimension of a four-dimensional nested input array.

Updated 9 months ago

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

Reverse the order of elements along the last dimension of a two-dimensional nested input array.