Nuprl Definition : cubic_converge

cubic_converge(b;m)==r if m ≤then else eval iroot(3;m) in eval cubic_converge(b;r) in   fi 

cubic_converge(b;m) ==
  fix((λcubic_converge,m. if m ≤then else eval iroot(3;m) in eval cubic_converge in   fi )) m



Definitions occuring in Statement :  le_int: i ≤j callbyvalue: callbyvalue ifthenelse: if then else fi  apply: a fix: fix(F) lambda: λx.A[x] add: m natural_number: $n iroot: iroot(n;x)
Definitions occuring in definition :  natural_number: $n add: m apply: a callbyvalue: callbyvalue iroot: iroot(n;x) le_int: i ≤j ifthenelse: if then else fi  lambda: λx.A[x] fix: fix(F)
FDL editor aliases :  cubic_converge
Latex:
cubic\_converge(b;m)
==r  if  m  \mleq{}z  b  then  0  else  eval  r  =  iroot(3;m)  +  1  in  eval  n  =  cubic\_converge(b;r)  in      n  +  1  fi 


Latex:
cubic\_converge(b;m)  ==
    fix((\mlambda{}cubic$_{converge}$,m.  if  m  \mleq{}z  b
                                                then  0
                                                else  eval  r  =  iroot(3;m)  +  1  in
                                                          eval  n  =  cubic$_{converge}$  r  in
                                                              n  +  1
                                                fi  )) 
    m



Date html generated: 2016_10_26-PM-00_22_05
Last ObjectModification: 2016_09_12-PM-05_42_22

Theory : reals_2


Home Index