UNPKG

math-array

Version:

Math utility to calculate with two arrays.

13 lines (10 loc) 136 B
import add from './add' import sub from './sub' import mul from './mul' import div from './div' export { add, sub, mul, div }