arithmetic-type/double

View on GitHub
src/arithmetic/shu.js

Summary

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