arithmetic-type/double

View on GitHub
src/arithmetic/special/div2n.js

Summary

Maintainability
A
0 mins
Test Coverage
export const div2n = (a, n) => a / 2 ** n;