identificationdivision. program-id. sin. * aus Wirth, systematisches Programmieren p. 65 author. "JD". date-written. 11.9.2005. date-compiled. datadivision. working-storagesection.
77 s pic 9(4)V9(4) comp.
77 t pic 9(4)V9(4) comp.
77 k pic 9(4) comp.
77 eps pic 9(4)V9(4) compvalue 0.001. linkagesection.
77 x pic 9(4)V9(4) comp.
77 r pic 9(4)V9(4) comp. proceduredivisionusing x r. * computes sin(x) move x to t move 1 to k move t to s performuntilfunction abs(t) <= eps * function abs(s) add 2 to k compute t = - t * x * x / ( k * (k - 1)) add t to s end-perform. move s to r. end-program sin.
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 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 und die Messung sind noch experimentell.