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

MuPAT - Multiple Precision Arithmetic Toolbox >> MuPAT - Multiple Precision Arithmetic Toolbox > ddnrt

ddnrt

n-th root of DD variable

Calling Sequence

r = ddnrt(a,n)

Parameters

a

DD number

n

integer

r

DD number

Description

ddnrt(a,n)

return a n-th root of DD number.

Examples

a = ddrand(1,1)
r = ddnrt(a,3)

See Also

Authors

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