pocomath/src/complex/all.mjs

6 lines
129 B
JavaScript

export * from '../generic/arithmetic.mjs'
export * from './native.mjs'
// resolve the conflicts
export {sqrt} from './sqrt.mjs'