Compute the half-value coversed cosine.
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
Round a numeric value to the nearest power of 10 toward positive infinity.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
Return the last index of a specified search element in a one-dimensional single-precision floating-point ndarray.
Round each component of a double-precision complex floating-point number toward positive infinity.
Agentic SDK for Wikidata.
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
Functional sequences for processing iterable data in JavaScript
Apply a ternary callback to elements in input ndarrays and assign results to elements in an output ndarray.
Wrap a value to the half-open interval [min,max).
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
The first 100,000 prime numbers.
Agentic SDK for Clearbit.
Compute a statistical summary incrementally.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the mid-range of a single-precision floating-point strided array, ignoring NaN values.
Concatenate a list of ndarrays along a specified ndarray dimension.
Reverse the order of elements along the first dimension of a two-dimensional nested input array.
Agentic SDK for wikipedia.
Return a list of array data types to which a provided array data type can be safely cast or cast within the same kind.
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).
Calculate the minimum value of a strided array via a callback function.
Create a filled n-dimensional nested array.