Subversion

2lt

?curdirlinks? - Rev 1

?prevdifflink? - Blame


let mk_(z,aa) = if a >= b
                then mk_(a div b, a mod b)
                else mk_(0,a)
in
  if aa = 0 or 2 * aa <= b
     then z
  else z + 1


Theme by Vikram Singh | Powered by WebSVN v2.3.3