@arithmetic-type/double Home Manual Reference Source

src/arithmetic/add.js

  1. export const add = (a, b) => a + b;