Bernstein basis polynomials: Difference between revisions

Content added Content deleted
(→‎{{header|ALGOL 68}}: Simplify a bit more)
Line 333: Line 333:


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==
Algol 68 doesn't have procedure overloading but does have monadic and dyadic operator overloading and user defined operator symbols.
<syntaxhighlight lang="algol68">
<syntaxhighlight lang="algol68">
BEGIN # Bernstein Basis Polynomials - translated from the Algol 60 #
BEGIN # Bernstein Basis Polynomials - translated from the Algol 60 #