pocomath/src/generic/arithmetic.mjs

4 lines
108 B
JavaScript

export {divide} from './divide.mjs'
export {sign} from './sign.mjs'
export {subtract} from './subtract.mjs'