#root::ops::arithmetic

Pow root/ops/arithmetic.vi:17

trait Pow[B, E, O];

pow root/ops/arithmetic.vi:19

fn Pow::pow[B, E, O; Pow[B, E, O]](base: B, exp: E) -> O;

pow_by_squaring root/ops/arithmetic.vi:23

fn pow_by_squaring[B; Fork[B], Drop[B], Cast[N32, B], Mul[B, B, B]](base: B, exp: N32) -> B;