mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
6 lines
282 B
JavaScript
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'
|