pocomath/src/bigint/negate.mjs

5 lines
140 B
JavaScript

import {use} from '../core/PocomathInstance.mjs'
export {Types} from './Types/bigint.mjs'
export const negate = {bigint: use([], b => -b)}