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