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

Function BenchmarkExtendedGCDRecursive

math/gcd/extendedgcd_test.go:50–52  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

48}
49
50func BenchmarkExtendedGCDRecursive(b *testing.B) {
51 TemplateBenchmarkExtendedGCD(b, ExtendedRecursive)
52}
53
54func BenchmarkExtendedGCDIterative(b *testing.B) {
55 TemplateBenchmarkExtendedGCD(b, ExtendedIterative)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected