n-th power of DD variable
p = ddpow(a,n)
DD number
integer
return a n-th power of DD number.
a = ddrand(1,1) p = ddpow(a,3)