| 1 | import { engine as ce } from '../../utils'; |
| 2 | import { ComputeEngine } from '../../../src/compute-engine'; |
| 3 | import { bigint } from '../../../src/compute-engine/numerics/bigint'; |
| 4 | import { gammaln } from '../../../src/compute-engine/numerics/special-functions'; |
nothing calls this directly
no test coverage detected