pocomath/src/bigint/negate.mjs

4 lines
89 B
JavaScript

export {Types} from './Types/bigint.mjs'
export const negate = {bigint: [[], b => -b ]}