MCPcopy Create free account
hub / github.com/TheAlgorithms/C / myPow

Function myPow

leetcode/src/50.c:20–39  ·  view source on GitHub ↗

Divide and conquer. Runtime: O(log(n)) Space: O(1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

powPositiveFunction · 0.85

Tested by

no test coverage detected