From 33972d0df39a020f300d6ffa3ee09af01107962d Mon Sep 17 00:00:00 2001 From: Soikk Date: Sun, 20 Oct 2024 22:05:07 +0200 Subject: [PATCH] Fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5