Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkRecursivePower1
Function
BenchmarkRecursivePower1
math/power/fastexponent_test.go:63–67 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
BenchmarkRecursivePower1(b *testing.B) {
64
for
i := 0; i < b.N; i++ {
65
RecursivePower1(10, 5)
66
}
67
}
Callers
nothing calls this directly
Calls
1
RecursivePower1
Function · 0.85
Tested by
no test coverage detected