Home Manual Reference Source

src/arithmetic/div.js

export const div = (a, b) => a / b;