MCPcopy 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
54func BenchmarkExtendedGCDIterative(b *testing.B) {
55 TemplateBenchmarkExtendedGCD(b, ExtendedIterative)
56}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected