rename to fermi

This commit is contained in:
NunoSempere 2024-06-18 19:46:52 -04:00
parent 06bcf0cc48
commit e5b48270e6

View File

@ -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 = 100_000
const N_SAMPLES = 1_000_000
// Distribution interface
// https://go.dev/tour/methods/9