mathjs/src/factory.js
2018-11-08 16:47:48 +01:00

6 lines
282 B
JavaScript

// TODO: list all functions in factory and rename it to index.js (replacing the old, nested index files)
export { createAdd } from './function/arithmetic/add'
export { createMultiply } from './function/arithmetic/multiply'
export { createHypot } from './function/arithmetic/hypot'