squiggle.c

Self-contained Monte Carlo estimation in C99
Log | Files | Refs | README

commit 9581001cf559f711d359ee6a8da37c017b0dcf5e
parent 08908f9da56268747822f13122a0a61dbd0ae515
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Thu,  2 Nov 2023 21:55:19 +0000

normal 95% constant was wrong in 15th decimal number

Diffstat:
Msquiggle.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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