Glen Whitney
66cbccfbbe
And use it to define negate and add for Complex numbers in a way that is independent of component types. Also add a bigint type and verify that pocomath will then handle Gaussian integers "for free".
3 lines
69 B
JavaScript
3 lines
69 B
JavaScript
import './BigInt.mjs'
|
|
export const negate = {bigint: [[], b => -b ]}
|