expt


expt(n1, n2)
      

Return the number n1 raised to n2 power.

Examples:


expt(5, 2)
// 25
      

Also see:

gcd
sqrt


Core Module Index | Contents