Function std::num::powDeprecated [-]  [+] [src]

pub fn pow<T: Int>(base: T, exp: uint) -> T

Raises a base to the power of exp, using exponentiation by squaring.