normal 95% constant was wrong in 15th decimal number

This commit is contained in:
NunoSempere 2023-11-02 21:55:19 +00:00
parent 08908f9da5
commit 9581001cf5

View File

@ -13,7 +13,7 @@
#define PROCESS_ERROR(error_msg) process_error(error_msg, EXIT_ON_ERROR, __FILE__, __LINE__) #define PROCESS_ERROR(error_msg) process_error(error_msg, EXIT_ON_ERROR, __FILE__, __LINE__)
#define PI 3.14159265358979323846 // M_PI in gcc gnu99 #define PI 3.14159265358979323846 // M_PI in gcc gnu99
#define NORMAL90CONFIDENCE 1.6448536269514722 #define NORMAL90CONFIDENCE 1.6448536269514727
// # Key functionality // # Key functionality
// Define the minimum number of functions needed to do simple estimation // Define the minimum number of functions needed to do simple estimation