MCPcopy Create free account
hub / github.com/EbTech/rust-algorithms / pow

Method pow

src/math/num.rs:178–188  ·  view source on GitHub ↗

Computes self^n in O(log n) time

(mut self, mut n: u64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

test_modular_dftFunction · 0.80
recipMethod · 0.80

Calls 1

cloneMethod · 0.80

Tested by 1

test_modular_dftFunction · 0.64