@arithmetic-type/double Home Manual Reference Source

src/arithmetic/ishr.js

  1. export const ishr = (a, n) => (a >>= n);