Liste des Groupes | Revenir à c theory |
On 5/24/2025 2:47 AM, Mikko wrote:Sure, that is a function.On 2025-05-23 02:47:40 +0000, olcott changed the subject toAll termination analyzers are required to report on theHow do computations actually work?>
Each computation works differently. It does not matter how it works as
long as there are instructions that fully specify how that computation
shall be performed.
>
behavior that their input finite string specifies.
int main()
{
DD(); // the HHH that DD calls cannot report on the
} // behavior of its caller. That is just not
// the way that these things work.
int sum(int x int y) { return x + y; }
computes the sum of its inputs according to the rules of arithmetic.
Does not compute any function
int sum(int x int y) { return 5; }
Does not compute the function of sum correctly.But it is a function, just not the right function.
int sum(int x int y) { x + x; }
Les messages affichés proviennent d'usenet.