export * from './roundquotient.mjs' export const quotient = { 'Complex,Complex': ({ 'roundquotient(Complex,Complex)': rq }) => (w,z) => rq(w,z) }