/* calculate a solution, x, to the equation a * x = b, where a and b are supplied as exponent vectors with addresses cp1 and cp2; the result is stored as an
exponent vector with address result */
void solve_equation(int cp1, int cp2, int result, struct pcp_vars *pcp)
{ registerint *y = y_address;
registerint i, r; registerint p = pcp->p; registerint str = pcp->lused + 1; registerint lastg = pcp->lastg; #include"access.h"
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.