pocomath/src/complex/quotient.mjs

6 lines
136 B
JavaScript

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