24 lines
599 B
Markdown
Raw Permalink Normal View History

2021-05-21 19:19:13 +12:00
# 159.341_A3_ImprecisionFinder
2021-05-21 19:28:09 +12:00
Quick program to find imprecision in the generated data set
Usage:
The full file path when prompted (shift+right click on the file -> 'Copy as Path')
Output is saved as imprecision.txt, where the exe is run from.
2021-05-21 19:29:06 +12:00
See [Releases](/BrychanD/159.341_A3_ImprecisionFinder/releases) for a compiled version
2021-05-21 19:28:09 +12:00
2021-05-21 19:37:29 +12:00
The Sample Data folder contains output data from the sequential run
2021-05-21 19:28:09 +12:00
```
Sample output:
7 dp 4 dp (.000001 .000005)
3 dp 3 dp (.000397 .000702)
3 dp 3 dp (.000771 .000736)
7 dp 7 dp (.000000 .000000)
4 dp 4 dp (.000496 .000622)
match match (.000000 .000000)
```