diff --git a/f.go b/f.go index 27f5c6a..e4df83a 100644 --- a/f.go +++ b/f.go @@ -14,7 +14,7 @@ import ( const NORMAL90CONFIDENCE = 1.6448536269514727 const GENERAL_ERR_MSG = "Valid inputs: 2 || * 2 || / 2 || 2 20 || * 2 20 || / 2 20 || clean || =: var || op var || clean || help || debug || exit" -const N_SAMPLES = 1_000_000 +const N_SAMPLES = 100_000 // Distribution interface // https://go.dev/tour/methods/9