Jump to content

Polynomial long division: Difference between revisions

Line 521:
 
=={{header|C++}}==
<lang c++cpp>
#include <iostream>
#include <math.h>
Line 539:
}</lang>
 
<lang c++cpp>int main() {
double *N,*D,*d,*q,*r; // vectors - N / D = q N % D = r
int dN, dD, dd, dq, dr; // degrees of vectors
1,452

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.