MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / B

Function B

test/compute-engine/distributions.test.ts:178–178  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

176 let savedPrecision: number;
177 let ce: InstanceType<typeof ComputeEngine>;
178 const B = (s: string) => new BigDecimal(s);
179
180 beforeAll(() => {
181 savedPrecision = BigDecimal.precision;

Callers 2

bigRelErrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected