Name
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)
Authors
- Copyright (C) 2011 - Tsubasa Saito