import {Complex} from './Types/Complex.mjs'
const negate = Complex.promoteUnary
export {Complex, negate}