arithmetic-type/double

View on GitHub
src/arithmetic/idiv.js

Summary

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