arithmetic-type/double

View on GitHub
src/arithmetic/ishr.js

Summary

Maintainability
A
0 mins
Test Coverage
export const ishr = (a, n) => (a >>= n);