Skip to content

Commit 160a755

Browse files
committed
Update counting
1 parent 2f6f7f1 commit 160a755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/counting/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ func main() {
8383
theta := 2 * math.Pi * phi // theta = 2*pi*phi
8484
M := N * math.Pow(math.Sin(theta/2), 2) // M = N*(sin(theta/2))**2
8585

86-
fmt.Printf("%v; phi=%.4f, theta=%.4f, M=%.4f\n", state, phi, theta, min(M, N-M))
86+
fmt.Printf("%v; phi=%.4f, theta=%.4f, M=%.4f, M'=%.4f\n", state, phi, theta, M, N-M)
8787
}
8888
}

0 commit comments

Comments
 (0)