You are on page 1of 1

class Test

{
public static void main(String[] args)
{
}
public void longDiv(double[] p, double[] q)
{
double buffer[p.length] = {0};
double dividend[p.length] = {0};
double divisor[q.length] = {0};
dividend = p;
divisor = q;
int orderdend = p.length;
int ordersor = q.length
while(!isConstant(dividend))
{
for()
}
}
}

You might also like