Nuprl Definition : general-iroot

general-iroot(n;x) ==
  eval in
  eval in
    if (y) < (0)  then if mod 2=1  then TERMOF{integer-nth-root2:o, 1:l} y  else 0  else iroot(m;y)



Definitions occuring in Statement :  iroot: iroot(n;x) modulus: mod n callbyvalue: callbyvalue less: if (a) < (b)  then c  else d int_eq: if a=b  then c  else d apply: a natural_number: $n
Definitions occuring in definition :  callbyvalue: callbyvalue less: if (a) < (b)  then c  else d int_eq: if a=b  then c  else d modulus: mod n apply: a natural_number: $n iroot: iroot(n;x)
TermOfs occuring in Definition :  integer-nth-root2
FDL editor aliases :  general-iroot

Latex:
general-iroot(n;x)  ==
    eval  m  =  n  in
    eval  y  =  x  in
        if  (y)  <  (0)
              then  if  m  mod  2=1    then  TERMOF\{integer-nth-root2:o,  1:l\}  m  y    else  0
              else  iroot(m;y)



Date html generated: 2016_05_15-PM-05_14_46
Last ObjectModification: 2015_09_23-AM-07_52_36

Theory : general


Home Index