210 packages found
Apply a unary function to a double-precision complex floating-point strided input array and assign results to a double-precision complex floating-point strided output array.
Apply a binary function to double-precision floating-point strided input arrays and assign results to a double-precision floating-point strided output array.
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
- stdlib
- strided
- base
- array
- ndarray
- binary
- apply
- foreach
- map
- transform
- float64
- double
- double-precision
- dbl
- View more
A utility to keep your CSS classes in JS consistently and semantically grouped.
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.
Apply a quaternary callback to strided input array elements and assign results to elements in a strided output array.
Apply a nullary callback and assign results to elements in a strided output array.
Apply a quinary callback to strided input array elements and assign results to elements in a strided output array.
Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.
Return a function which tests if every element in a typed array passes a test condition.
js常见的函数工具库
- js-util-libs
- debounce
- throttle
- deepCopy
- apply
- bind
- call
- dateFormat
- beforeDateFormat
- getWeek
- escapeHtml
- matchingAllImg
- scrollAnimation
- scrollToTop
- View more
Partially apply function arguments.
Create a function that invokes a provided function with a specified number of arguments.
Create a function that invokes a provided function according to a predicate function.
Create a function that invokes a provided function with specified arguments.
Apply a function to each element in an array and assign the result to an element in an output array.
Create a function that invokes a provided function according to an argument mask.
Create a function that invokes a provided function according to a predicate function.
Partially apply function arguments from the right.
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.