Open ALTree opened 8 years ago
Sometimes we set prec := z.Prec() and then use prec + 64, in other places we set prec := z.Prec() + 64. Uniform.
prec := z.Prec()
prec + 64
prec := z.Prec() + 64
Sometimes we set
prec := z.Prec()
and then useprec + 64
, in other places we setprec := z.Prec() + 64
. Uniform.