identificationdivision. program-id. pow-fast. * aus Dirk Hoffmann, * Software-Qualität * p339, Springer 2008 author. "JD". date-written. 28.1.2009. date-compiled. datadivision. working-storagesection.
77 k pic 9(4).
77 p pic 9(16). linkagesection.
77 a pic 9(4).
77 n pic 9(4).
77 y pic 9(16). proceduredivisionusing a n returning y. * computes r = i to the power of n move n to k move a to p move 1 to y performuntil k <= 0 iffunction mod(k,2)=0 then multiply p by p divide 2 into k else multiply p by y subtract 1 from k end-if end-perform. endprogram pow-fast.
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet)
¤
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.