<< ddones MuPAT - Multiple Precision Arithmetic Toolbox ddprint >>

MuPAT - Multiple Precision Arithmetic Toolbox >> MuPAT - Multiple Precision Arithmetic Toolbox > ddpow

ddpow

n-th power of DD variable

Calling Sequence

p = ddpow(a,n)

Parameters

a

DD number

n

integer

p

DD number

Description

ddpow(a,n)

return a n-th power of DD number.

Examples

a = ddrand(1,1)
p = ddpow(a,3)

See Also

Authors

Copyright (C) 2011 - Tsubasa Saito
<< ddones MuPAT - Multiple Precision Arithmetic Toolbox ddprint >>