Nuprl Definition : tsqrt

tsqrt(n) ==  eval isqrt(2 n) in if (r r) r ≤then else fi 



Definitions occuring in Statement :  isqrt: isqrt(x) le_int: i ≤j callbyvalue: callbyvalue ifthenelse: if then else fi  multiply: m subtract: m add: m natural_number: $n
Definitions occuring in definition :  callbyvalue: callbyvalue isqrt: isqrt(x) ifthenelse: if then else fi  le_int: i ≤j add: m multiply: m subtract: m natural_number: $n
FDL editor aliases :  tsqrt

Latex:
tsqrt(n)  ==    eval  r  =  isqrt(2  *  n)  in  if  (r  *  r)  +  r  \mleq{}z  2  *  n  then  r  else  r  -  1  fi 



Date html generated: 2016_05_15-PM-05_20_12
Last ObjectModification: 2015_09_23-AM-07_53_16

Theory : general


Home Index