@arithmetic-type/double Home Manual Reference Source

src/exponential/constants/pow2.js

  1. export const pow2 = (a) => a * a;