@arithmetic-type/double Home Manual Reference Source

src/arithmetic/sub.js

  1. export const sub = (a, b) => a - b;