Return a view of an input ndarray in which the order of elements along each dimension is reversed.
Test if a number is composite.
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
Return the package name associated with a specified error identifier prefix.
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
Agentic SDK for Wikidata.
Apply a ternary callback to elements in input ndarrays and assign results to elements in an output ndarray.
Sort a strided array.
Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.
Compute the sum of five double-precision floating-point numbers.
Agentic SDK for Bing search.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
Create an iterator which generates an interleaved sequence of odd integers.
Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
Gumbel distribution mode.
jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.
Return the last index of a specified search element in a one-dimensional double-precision floating-point ndarray.
Discrete uniform distribution median.
Return the index of the last element in a one-dimensional ndarray which passes a test implemented by a predicate function.
Laplace distribution expected value.
Calculate the minimum absolute value of a strided array, ignoring NaN values.
Sort a strided array using Shellsort.