# Bignum power # a is a bigint, n is a small normal int mpow = (a,n) -> return a.pow n #if SELFTEST