This website requires JavaScript.
Explore
Help
Sign In
nisaguci.pkl
/
aljabar
Watch
1
Star
0
Fork
You've already forked aljabar
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
83fe317ce9
aljabar
/
node_modules
/
algebrite
/
sources
/
mpow.coffee
12 lines
108 B
CoffeeScript
Raw
Blame
History
# Bignum power
# a is a bigint, n is a small normal int
mpow =
(a,n) ->
return
a
.
pow
n
#if SELFTEST
Reference in New Issue
View Git Blame
Copy Permalink