Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkExtendedGCDIterative
Function
BenchmarkExtendedGCDIterative
math/gcd/extendedgcd_test.go:54–56 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
52
}
53
54
func
BenchmarkExtendedGCDIterative(b *testing.B) {
55
TemplateBenchmarkExtendedGCD(b, ExtendedIterative)
56
}
Callers
nothing calls this directly
Calls
1
TemplateBenchmarkExtendedGCD
Function · 0.85
Tested by
no test coverage detected