Nuprl Definition : find-xover-val

find-xover-val(test;f;m;n;step) ==
  eval in
  if test then <v, n, m> else eval step' step in eval step in   find-xover-val(test;f;n;k;step') fi 



Definitions occuring in Statement :  callbyvalue: callbyvalue ifthenelse: if then else fi  apply: a pair: <a, b> multiply: m add: m natural_number: $n
Definitions occuring in definition :  ifthenelse: if then else fi  apply: a pair: <a, b> multiply: m natural_number: $n callbyvalue: callbyvalue add: m
FDL editor aliases :  find-xover-val

Latex:
find-xover-val(test;f;m;n;step)  ==
    eval  v  =  f  n  in
    if  test  v
    then  <v,  n,  m>
    else  eval  step'  =  2  *  step  in
              eval  k  =  n  +  step  in
                  find-xover-val(test;f;n;k;step')
    fi 



Date html generated: 2019_06_20-PM-01_16_20
Last ObjectModification: 2019_01_09-PM-03_57_53

Theory : int_2


Home Index