@stdlib/math-strided-special-acos-by
Compute the arccosine of each element retrieved from an input strided array via a callback function.
Compute the arccosine of each element retrieved from an input strided array via a callback function.
Compute the hyperbolic arccosine of each element retrieved from an input strided array via a callback function.
Compute the inverse cotangent of each element retrieved from an input strided array via a callback function.
Compute the inverse hyperbolic cotangent of each element retrieved from an input strided array via a callback function.
Compute the inverse coversed cosine of each element retrieved from an input strided array via a callback function.
Compute the inverse coversed sine of each element retrieved from an input strided array via a callback function.
Compute the inverse half-value versed cosine of each element retrieved from an input strided array via a callback function.
Compute the inverse half-value versed sine of each element retrieved from an input strided array via a callback function.
Compute the arcsine of each element retrieved from an input strided array via a callback function.
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
A package containing common RXJS use-cases.
String searching failure function for JavaScript
Fibonacci string for JavaScript
Longest prefix/suffix array for JavaScript
Concatenate an Iterable of strings for JavaScript
Join an Iterable of strings for JavaScript
Create a string by repeating a smaller one for JavaScript
Split a string into substrings given a pattern for JavaScript
A fully extended Array with max capacity
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.