]> git.xolatile.top Git - soikk-pearson_verify.git/commitdiff
Fixed README
authorSoikk <enriquedelacalhacar@gmail.com>
Sun, 20 Oct 2024 20:05:07 +0000 (22:05 +0200)
committerSoikk <enriquedelacalhacar@gmail.com>
Sun, 20 Oct 2024 20:05:07 +0000 (22:05 +0200)
README.md

index ac9fdb01a9282024feb6549bd5df9763e1fd9064..11c823e231e38e0e490190392167c8ac9ace24a7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
 # Pearson verify
-This program is meant to be used to verify the ouput of the pearson section of https://github.com/sm13294/dv1674_a2.\
+This program is meant to be used to verify the ouput of the pearson section of [dv1674_a2](https://github.com/sm13294/dv1674_a2).\
 \
 This program compares 64 bit floating point numbers stored in a separate line each from \<file1\> and \<file2\>. If all the pairs of numbers are the same up to the 15th decimal place, 0 will be returned. If not, this program will check if all numbers are the same up to the 11th decimal place, and if so 1 will be returned. If [stop] is 1, this program will stop as soon as this happens. If any numbers are not the same up to the 11th decimal place, 2 will be returned. If [stop] is 2, this program will stop as soon as this happens. If there is an error while executing this program, -1 will be returned.