UNPKG

algebrite

Version:

Computer Algebra System in Coffeescript

12 lines (5 loc) 107 B
# Bignum power # a is a bigint, n is a small normal int mpow = (a,n) -> return a.pow n #if SELFTEST