Special pythagorean triplet: Difference between revisions

Content deleted Content added
CalmoSoft (talk | contribs)
No edit summary
Petelomax (talk | contribs)
→‎{{header|Phix}}: strictly adhering to the task description
Line 572:
 
=={{header|Phix}}==
=== strictly adhering to the task description ===
See [[Empty_program#Phix]]
 
=== brute force (83000 iterations) ===
Not that this is in any way slow (0.1s, or 0s with the displays removed), and not that it deliberately avoids using sensible loop limits, you understand.