Continued fraction/Arithmetic/Construct from rational number: Difference between revisions

m
(→‎{{header|ALGOL 68}}: Fix negative numbers)
Line 122:
);
# returns the uotientquotient of numerator over denominator and sets #
# numerator and denominator to the next values for #
# the continued fraction #
PROC r2cf = ( REF INT numerator, REF INT denominator )INT:
IF denominator = 0
3,045

edits