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

Function identityDigits

test/big-decimal/comprehensive-benchmark.ts:502–504  ·  view source on GitHub ↗
(approx: string, exact: string)

Source from the content-addressed store, hash-verified

500}
501
502function identityDigits(approx: string, exact: string): number {
503 return correctDigits(relativeError(approx, exact));
504}
505
506function printIdentityTable(results: IdentityResult[]) {
507 console.log(

Callers 1

Calls 2

correctDigitsFunction · 0.85
relativeErrorFunction · 0.85

Tested by

no test coverage detected