import { describe, expect, it } from '@jest/globals'; import { bMultiply } from '../../../../src/basic/bigint/b-multiply.js'; import { bYunsAlgorithm } from '../../../../src/roots/yun/bigint/b-yun-algorithm.js'; function powFactor(f: bigint[], n: number): bigint[] { let r = [1n]; for (let i=0; i