clbk

There are 10 repositories under clbk topic.

  • stdlib-js/utils-next-tick

    Add a callback to the next tick queue.

    Language:JavaScript330
  • stdlib-js/utils-noop

    Function which does nothing.

    Language:JavaScript330
  • stdlib-js/math-strided-special-besselj0-by

    Compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.

    Language:JavaScript230
  • stdlib-js/math-strided-special-besselj1-by

    Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.

    Language:JavaScript230
  • stdlib-js/math-strided-special-bessely0-by

    Compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.

    Language:JavaScript230
  • stdlib-js/math-strided-special-bessely1-by

    Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.

    Language:JavaScript230
  • stdlib-js/strided-base-map-by2

    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.

    Language:JavaScript230
  • stdlib-js/array-base-unary2d-by

    Apply a unary callback 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.

    Language:JavaScript130
  • stdlib-js/strided-base-map-by

    Apply a unary function to each element retrieved from a strided input array according to a callback function and assign each result to an element in a strided output array.

    Language:JavaScript130
  • stdlib-js/strided-base-unary-by

    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.

    Language:JavaScript130