Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkPronicNumber
Function
BenchmarkPronicNumber
math/pronicnumber_test.go:434–438 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
432
}
433
}
434
func
BenchmarkPronicNumber(b *testing.B) {
435
for
i := 0; i < b.N; i++ {
436
math.PronicNumber(65536)
437
}
438
}
Callers
nothing calls this directly
Calls
1
PronicNumber
Function · 0.92
Tested by
no test coverage detected