Babbage problem: Difference between revisions

Content added Content deleted
(→‎{{header|ALGOL 68}}: Fixed comments)
(→‎{{header|ALGOL 68}}: Fixed more comments)
Line 35: Line 35:
"sqrt" computes an approximation to the square root
"sqrt" computes an approximation to the square root
of the supplied parameter
of the supplied parameter
"MOD" is an operator that computes the modulues of its
"MOD" is an operator that computes the modulus of its
left operand with respect to its right operand
left operand with respect to its right operand
"ENTIER" is a unary operatir that yields the largest
"ENTIER" is a unary operator that yields the largest
integer that is at most its operand.
integer that is at most its operand.
COMMENT
COMMENT