pocomath/bigint/negate.mjs

3 lines
69 B
JavaScript

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