Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags |
|||
Line 19:
==[[ALGOL 60]] implementation==
<
begin integer i; real y; real array a[0:10];
real procedure f(t); real t; value t;
Line 30:
end
end.
</syntaxhighlight>
The problem with the usually specified function is that the term <code>5 * t ^ 3</code> gives overflows in almost all languages for very large negative values.
|