We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6f7f1 commit 160a755Copy full SHA for 160a755
cmd/counting/main.go
@@ -83,6 +83,6 @@ func main() {
83
theta := 2 * math.Pi * phi // theta = 2*pi*phi
84
M := N * math.Pow(math.Sin(theta/2), 2) // M = N*(sin(theta/2))**2
85
86
- fmt.Printf("%v; phi=%.4f, theta=%.4f, M=%.4f\n", state, phi, theta, min(M, N-M))
+ fmt.Printf("%v; phi=%.4f, theta=%.4f, M=%.4f, M'=%.4f\n", state, phi, theta, M, N-M)
87
}
88
0 commit comments