UNPKG

math-array

Version:

Math utility to calculate with two arrays.

9 lines (5 loc) 132 B
import { orderUnaware } from './utils' const mul = (a, b) => a * b export default (a, b, n) => orderUnaware(a, b, mul, mul, n)