arithmetic-type/double

View on GitHub
src/arithmetic/mul.js

Summary

Maintainability
A
0 mins
Test Coverage
export const mul = (a, b) => a * b;