BSD 3 development
[unix-history] / usr / src / cmd / neqn / sqrt.c
# include "e.h"
sqrt(p2) int p2; {
yyval = p2;
nrwid(p2, ps, p2);
printf(".ds %d \\v'%du'\\e\\L'%du'\\l'\\n(%du'",
p2, ebase[p2], -eht[p2], p2);
printf("\\v'%du'\\h'-\\n(%du'\\*(%d\n", eht[p2]-ebase[p2], p2, p2);
eht[p2] += VERT(1);
if(dbg)printf(".\tsqrt: S%d <- S%d;b=%d, h=%d\n",
p2, p2, ebase[p2], eht[p2]);
}