expt(n1, n2)
Return the number n1 raised to n2 power.
n1
n2
expt(5, 2) // 25
Core Module Index | Contents