MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / BenchmarkPhi

Function BenchmarkPhi

math/eulertotient_test.go:40–44  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

38}
39
40func BenchmarkPhi(b *testing.B) {
41 for i := 0; i < b.N; i++ {
42 Phi(65536)
43 }
44}

Callers

nothing calls this directly

Calls 1

PhiFunction · 0.85

Tested by

no test coverage detected