if (ptr == 0)
printf(" IDENTITY\n"); elseif (ptr > 0)
printf(" .%d\n", ptr); else {
ptr = -ptr + 1;
count = y[ptr]; for (i = 1; i <= count; i++) {
exp = FIELD1(y[ptr + i]);
gen = FIELD2(y[ptr + i]);
printf(" .%d", gen); if (exp != 1)
printf("^%d", exp);
}
printf("\n");
}
}
/* print out exponent-vector with base address cp, first
converting it to string stored at str for printing */
void setup_word_to_print(char *type, int cp, int str, struct pcp_vars *pcp)
{ registerint *y = y_address;
#ifdefined(GROUP)
vector_to_string(cp, str, pcp);
/* may need to set up pointer to this string at a later stage */
++str;
printf("The %s is ", type); if (y[str] == 0)
print_word(0, pcp); else
print_word(-str + 1, pcp);
#endif
}
Messung V0.5 in Prozent
¤ 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.0.10Bemerkung:
(vorverarbeitet am 2026-09-11)
¤
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 und die Messung sind noch experimentell.