Polynomial long division: Difference between revisions

Line 351:
 
===Another version===
Without outside libs, for clarity. Note that polys are stored and show with zero-degree term first:<lang C>#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
Anonymous user