Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srknzl committed Jan 21, 2022
1 parent 0e31630 commit 76df95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
1. The numbers in test-numbers.js and random numbers for precision and rounding mode are passed to pre-compiled java programs
that are in com folder.
2. The java programs parse command line arguments, build BigDecimals with them, compute the result and print the result to the console.
3. The [test case generator script](generateTestFiles.js) check for stderr of java program.
3. The [test case generator script](generateTestFiles.js) checks for stderr of java program.
4. If stderr is non-empty, an error is thrown from java program; in that case the result becomes `errorThrown` which means Nodejs version of
BigDecimal library should also throw an error. Errors are thrown in case of rounding errors etc.
5. [In the test generator script](generateTestFiles.js) there are operations with one operator such as absolute value and square root,
Expand Down

0 comments on commit 76df95d

Please # to comment.