@stdlib/utils-next-tick
Add a callback to the next tick queue.
Found 36 results for clbk
Add a callback to the next tick queue.
Function which does nothing.
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
Compute the arccosine of each element retrieved from an input strided array via a callback function.
Compute the inverse versed cosine of each element retrieved from an input strided array via a callback function.
Compute the Bessel function of the first kind of order one for 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 arctangent 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 coversed sine 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 inverse versed sine of each element retrieved from an input strided array via a callback function.
Compute the Bessel function of the first kind of order zero for 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 inverse coversed cosine 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.
Evaluate Binet's formula extended to real numbers for each element retrieved from an input strided array via a callback function.
Compute the Bessel function of the second kind of order one for 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.
Compute the inverse cotangent of each element retrieved from an input strided array via a callback function.
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
Compute the hyperbolic arctangent of each element retrieved from an input strided array via a callback function.
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
Compute the sine of each element retrieved from an input strided array via a callback function.
Element-wise subtraction of two strided arrays via a callback function.
Apply a unary function to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.
Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.
Element-wise addition of two strided arrays via a callback function.
Compute the cube root of each element retrieved from an input strided array via a callback function.
Compute the principal square root for each element retrieved from an input strided array via a callback function.
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
Element-wise multiplication of two strided arrays via a callback function.
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
Compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.
Compute the cosine for each element retrieved from an input strided array via a callback function.
A tiny function wrapper to add callbacks.