From: Soikk Date: Sun, 20 Oct 2024 20:05:07 +0000 (+0200) Subject: Fixed README X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=33972d0df39a020f300d6ffa3ee09af01107962d;p=soikk-pearson_verify.git Fixed README --- diff --git a/README.md b/README.md index ac9fdb0..11c823e 100644 --- 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 \ and \. 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.