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".
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
export {complex} from './complex.mjs'
|
|
export {add} from './add.mjs'
|
|
export {negate} from './negate.mjs'
|
|
export {subtract} from '../generic/subtract.mjs'
|